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 interacts with the Acumbamail API to retrieve detailed information about email campaigns. Specifically, for the "Campaigns" resource and the "Get Campaign Openers By Countries" operation, it fetches data on which countries the recipients who opened a particular campaign's emails are from. This is useful for marketers and analysts who want to understand geographic engagement patterns of their email campaigns.
Practical examples include:
- Analyzing which countries have the highest open rates for a given campaign.
- Tailoring future campaigns based on geographic engagement insights.
- Reporting campaign performance segmented by country.
Properties
| Name | Meaning |
|---|---|
| Campaign Id | Identifier of the campaign to retrieve opener information by countries for. Must be provided. |
Output
The node outputs JSON data containing information about the countries where the campaign's email openers are located. The structure typically includes country names or codes along with corresponding metrics such as the number of opens or percentage of total opens from each country.
No binary data output is indicated in the source code.
Dependencies
- Requires an API key credential for authenticating requests to the Acumbamail API.
- The base URL for API requests is
https://acumbamail.com/api/1. - The node uses standard HTTP headers for JSON content (
Accept: application/jsonandContent-Type: application/json).
Troubleshooting
- Missing or invalid Campaign Id: Ensure that the Campaign Id property is set and corresponds to an existing campaign 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/1and ensure no firewall or proxy blocks the requests. - Unexpected API responses: Confirm that the campaign exists and that there is data available for openers by country; empty or malformed responses may indicate no data or API changes.
Links and References
- Acumbamail API Documentation (general reference for API endpoints and authentication)
- n8n documentation on creating custom nodes