Actions42
- Campaigns Actions
- Create Campaign
- Create Template
- Duplicate Template
- Get Campaign Basic Information
- Get Campaign Clicks
- Get Campaigns
- Get Campaign Information By ISP
- Get Campaign Links
- Get Campaign Openers
- Get Campaign Openers By Browser
- Get Campaign Openers By Countries
- Get Campaign Openers By Os
- Get Campaign Soft Bounces
- Get Campaign Total Information
- Get Stats By Date
- Send Template Campaign
- Subscribers Actions
- SMS Actions
- SMTP Actions
- Webhooks Actions
Overview
This node integrates with the Acumbamail API to manage subscriber lists. Specifically, the "Create List" operation under the "Subscribers" resource allows users to create a new mailing list in Acumbamail. This is useful for marketing automation workflows where you want to programmatically set up new subscriber lists based on dynamic data or external triggers.
Common scenarios include:
- Automatically creating segmented mailing lists when onboarding new clients.
- Setting up lists for different campaigns or regions without manual intervention.
- Integrating with CRM or e-commerce platforms to sync customer groups as mailing lists.
Example: A marketing team can use this node to create a new subscriber list for a product launch campaign by providing company and contact details dynamically from their CRM system.
Properties
| Name | Meaning |
|---|---|
| Sender Email | Email address that will be used for list notifications |
| Name | The name of the mailing list to be created |
| Company | The company that owns or manages the mailing list |
| Country | The country where the mailing list originates |
| City | The city location of the company |
| Address | The physical address of the company |
| Phone | The phone number of the company |
All these properties are required inputs for creating a new subscriber list and correspond to the fields sent in the API request body.
Output
The node outputs JSON data representing the response from the Acumbamail API after creating the list. This typically includes details about the newly created list such as its ID, name, and other metadata returned by the API.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for Acumbamail authentication configured in n8n.
- Depends on the Acumbamail REST API endpoint at
https://acumbamail.com/api/1. - Uses standard HTTP headers for JSON content type and accepts JSON responses.
Troubleshooting
- Missing Required Fields: If any required property (e.g., sender email, name) is missing, the API will likely return an error. Ensure all required fields are provided.
- Authentication Errors: Invalid or missing API credentials will cause authentication failures. Verify the API key credential is correctly set up.
- API Rate Limits or Network Issues: Temporary network problems or rate limiting by Acumbamail may cause request failures. Retry after some time or check network connectivity.
- Invalid Field Values: Providing invalid formats for email or phone might result in validation errors from the API.
Links and References
- Acumbamail API Documentation (for detailed API usage and field definitions)
- n8n Documentation (for general guidance on using API nodes and credentials)