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

n8n-nodes-acumbamail

v0.1.0

Published

n8n community node for Acumbamail email marketing

Readme

n8n-nodes-acumbamail

Community node for n8n that integrates with Acumbamail, the Spanish email marketing platform.

Features

  • 46 operations across 6 resources
  • Webhook trigger for list and SMTP events
  • Works with n8n self-hosted and n8n Cloud

Resources and operations

| Resource | Operations | |---|---| | List | Get All, Create, Delete, Get Stats, Get Fields, Get Field Types, Get Segments, Get Merge Fields, Add Merge Tag, Get Subs Stats, Get Forms | | Subscriber | Get All, Add, Delete, Unsubscribe, Batch Add, Delete All, Get Details, Search, Get Inactive | | Campaign | Get All, Create, Get Basic Info, Get Total Info, Get Clicks, Get Openers, Get Openers By Browser, Get Openers By OS, Get Openers By Country, Get Soft Bounces, Get By ISP, Get Links, Get Stats By Date | | Template | Get All, Create, Duplicate, Send Campaign | | SMTP | Send Email, Send Batch, Send Certified Email, Get Status, Get Credits | | Webhook | Get SMTP Config, Set SMTP Config, Get List Config, Set List Config |

Installation

n8n self-hosted

In your n8n instance, go to Settings → Community Nodes and install:

n8n-nodes-acumbamail

Or via CLI:

npm install n8n-nodes-acumbamail

Credentials

  1. Go to your Acumbamail accountProfile → API.
  2. Copy your Auth Token.
  3. In n8n, create a new Acumbamail API credential and paste the token.

Trigger node

The Acumbamail Trigger node listens for webhook events sent by Acumbamail. After activating the workflow in n8n, copy the generated webhook URL and paste it into your Acumbamail account under Settings → Webhooks.

Supported event types:

| Event | List webhook | SMTP webhook | |---|---|---| | New subscription | ✅ | — | | Unsubscription | ✅ | — | | Hard bounce | ✅ | ✅ | | Soft bounce | ✅ | ✅ | | Spam complaint | ✅ | ✅ | | Email open | ✅ | ✅ | | Link click | ✅ | ✅ | | Delivered | — | ✅ |

Notes

  • Acumbamail API rate limit: 10 requests/minute per endpoint.
  • The SMTP resource requires an active SMTP plan on your Acumbamail account.
  • Campaign content must include the *|UNSUBSCRIBE_URL|* placeholder (required by Acumbamail).

Development

git clone https://github.com/cr0hn/n8n-nodes-acumbamail.git
cd n8n-nodes-acumbamail
npm install
npm run build
npm test

Integration tests (require a real Acumbamail token):

ACUMBAMAIL_TOKEN=your-token [email protected] npm run test:integration

License

MIT