3.6 KiB
n8n-nodes-acumba
This is an n8n community node. It lets you use Acumbamail in your n8n workflows.
Acumbamail is an email marketing and automation platform that provides tools for managing subscriber lists, creating and sending campaigns, and tracking performance through its API.
Important
This node is not an official integration and is not affiliated with Acumbamail.
It was developed by fuseprods as a learning project during the n8n + Platzi course.
As such, it may contain bugs, incomplete features, or potential vulnerabilities.
Use it at your own risk and avoid using it in production environments.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation to install this package.
Once installed, search for Acumbamail in the n8n node panel to start using it in your workflows.
Operations
This node is trying to support the following operations:
| Resource | Operation | Description |
|---|---|---|
| Lists | Get All |
Retrieve all subscriber lists from your Acumbamail account. |
| Subscribers | Add |
Add a new subscriber to a selected list. |
Additional operations will be added in future versions as the project evolves.
Credentials
This node uses API Key authentication.
- Log in to your Acumbamail account.
- Go to Your Account → Integrations → API and copy your auth_token.
- In n8n, open the Credentials menu.
- Create a new Acumbamail API Key credential and paste your key.
- Test and save the credentials.
The node will use this API key to authenticate all requests to the Acumbamail API.
⚠️ [WARNING]⚠️
Do not share the auth_token publicly - It grants full access to your account!
Compatibility
- Minimum n8n version: 1.40.0
- Tested with: n8n 1.40.0 – 2.x
- Node.js version: 22 or higher
No known compatibility issues at this stage, but as this is a student project, behavior may vary across versions.
Usage
- Add the Acumbamail node to your workflow.
- Select an operation (
Get All ListsorAdd Subscriber). - Connect your credentials.
- Execute the workflow to verify the integration.
Example workflow:
Trigger → Acumbamail (Get All Lists) → Function → Acumbamail (Add Subscriber)
This setup allows you to dynamically add subscribers to one of your Acumbamail lists.
Tip
You can combine this node with Webhook or Form Submission triggers to automatically register new leads into your Acumbamail lists.
Resources
Version history
| Version | Date | Changes |
|---|---|---|
| 0.1.0 | 2025-11-02 | Initial release. Includes Get All Lists and Add Subscriber operations with API Key authentication. |
Author: fuseprods
License: MIT
Disclaimer: This project is for educational purposes only. Use responsibly.