npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@inventivehq/n8n-nodes-pushmail

v0.1.3

Published

n8n community node for PushMail.dev — API-first email infrastructure

Downloads

64

Readme

n8n-nodes-pushmail

n8n community node for PushMail.dev — API-first email infrastructure for developers.

Send transactional emails, manage contacts and lists, enroll contacts in automated drip sequences, and trigger workflows on email events like opens, clicks, bounces, and unsubscribes — all from n8n. Pay-per-email pricing, no monthly subscriber fees.

Why PushMail?

Unlike basic email nodes that only send messages, PushMail gives you the full email lifecycle in n8n:

  • Drip sequences — enroll contacts in multi-step automated email sequences
  • Contact management — create, update, and organize contacts across lists
  • Real-time webhooks — trigger workflows on delivery, open, click, bounce, spam report, and unsubscribe events
  • Template system — use saved templates with variable substitution
  • Multi-site support — manage multiple brands/domains from one account
  • Pay-per-email — no monthly fees per subscriber, just pay for what you send

Installation

In your n8n instance, go to Settings > Community Nodes > Install and enter:

n8n-nodes-pushmail

Credentials

You need a PushMail API key to connect. Generate one in your PushMail dashboard under API Keys.

  1. In n8n, create a new PushMail API credential
  2. Paste your API key (format: pm_live_...)
  3. The base URL defaults to https://pushmail.dev

Nodes

PushMail (Action)

Perform operations on your PushMail account:

| Resource | Operation | Description | |----------|-----------|-------------| | Contact | Create/Update | Create a new contact or update an existing one | | Contact | Get | Retrieve a contact by ID | | Contact | List | List contacts with optional filtering | | Email | Send | Send a transactional email (template or inline HTML) | | List | Get All | Get all contact lists | | List | Add Contact | Add a contact to a list | | Sequence | Enroll | Enroll a contact in a drip sequence |

Dynamic dropdowns are provided for sites, lists, templates, and sequences.

PushMail Trigger (Webhook)

Start a workflow when email events occur. Supported events:

  • Delivered — email successfully delivered
  • Bounce — email bounced
  • Open — recipient opened the email
  • Click — recipient clicked a link
  • Spam Report — recipient marked as spam
  • Unsubscribe — recipient unsubscribed

Webhooks are automatically created when you activate a workflow and removed when you deactivate it.

Example Use Cases

  • Re-engage bounced contacts — trigger a workflow on bounce to update a CRM or notify your team
  • Lead scoring — increment a score in your database every time a contact opens or clicks
  • Onboarding automation — when a user signs up (via webhook from your app), create a contact and enroll them in a welcome drip sequence
  • Win-back campaigns — trigger a workflow when a contact unsubscribes to send a feedback survey via another channel

Resources

License

MIT