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
The node provides access to campaign statistics filtered by date range for a specified mailing list. It is useful for users who want to retrieve performance metrics or analytics of email campaigns sent within a particular timeframe. For example, marketing teams can use this node to gather data on how their campaigns performed between two dates to analyze trends or report results.
Properties
| Name | Meaning |
|---|---|
| List Id | The identifier number of the mailing list for which to fetch campaign stats. |
| Date From | The start date (inclusive) of the date range to filter campaigns, in YYYY-MM-DD format. |
| Date To | The end date (inclusive) of the date range to filter campaigns, in YYYY-MM-DD format. |
Output
The node outputs JSON data containing the statistics of campaigns for the specified list and date range. The exact structure depends on the API response but typically includes metrics such as number of emails sent, opened, clicked, bounced, etc., aggregated by date. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authentication with the Acumbamail service.
- Connects to the Acumbamail API endpoint at
https://acumbamail.com/api/1. - The node uses standard HTTP headers for JSON content type and accepts JSON responses.
Troubleshooting
- Missing or invalid List Id: Ensure the List Id is provided and corresponds to an existing mailing list.
- Date format errors: Dates must be in
YYYY-MM-DDformat; otherwise, the API may reject the request. - Authentication failures: Verify that the API key credential is correctly configured and has necessary permissions.
- API rate limits or downtime: If requests fail repeatedly, check for API service status or rate limiting.
- Empty or unexpected response: Confirm that campaigns exist in the given date range and list.
Links and References
- Acumbamail API Documentation (for detailed info on campaign stats endpoints)
- n8n documentation on creating custom nodes