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 retrieve statistics about a specific subscriber list. The "Get List Stats" operation fetches detailed metrics for a given mailing list, such as subscriber counts and engagement data. This is useful for marketing teams or automation workflows that need to monitor list performance, segment subscribers based on activity, or trigger actions based on list statistics.
Practical examples include:
- Automatically fetching subscriber counts to update dashboards.
- Triggering follow-up campaigns if list engagement drops below a threshold.
- Integrating list stats into reports or CRM systems.
Properties
| Name | Meaning |
|---|---|
| List Id | The identifier of the subscriber list to retrieve statistics for. Must be provided as a number. |
Output
The node outputs JSON data containing the statistics of the specified subscriber list. This typically includes fields such as total subscribers, active subscribers, unsubscribed counts, and other relevant metrics returned by the Acumbamail API. The exact structure depends on the API response but generally provides comprehensive list performance data.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Acumbamail service.
- The node uses the base URL
https://acumbamail.com/api/1for API requests. - Proper configuration of the API authentication credential in n8n is necessary.
Troubleshooting
- Missing or invalid List Id: Ensure the List Id property is set and corresponds to an existing list in Acumbamail.
- Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
- API connectivity issues: Check network access to
https://acumbamail.com/api/1. - Unexpected API responses: Confirm that the list exists and the account is active; also check for any rate limits imposed by Acumbamail.
Links and References
- Acumbamail API Documentation (for detailed info on list statistics endpoints)
- n8n documentation on API credentials setup