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 click statistics for a specific email campaign. It is useful for marketing teams and analysts who want to track user engagement by analyzing which links within a campaign were clicked. For example, after sending out a promotional email, you can use this node to fetch detailed click data to measure campaign effectiveness and optimize future campaigns.
Properties
| Name | Meaning |
|---|---|
| Campaign Id | The unique numeric identifier of the campaign for which to retrieve click data. This is a required input. |
Output
The node outputs JSON data containing the click information related to the specified campaign. This typically includes details such as the URLs clicked, number of clicks per link, timestamps, and possibly user metadata depending on the API response. The output does not include binary data.
Dependencies
- Requires an API key credential for authenticating with the Acumbamail service.
- The node sends requests to the Acumbamail API endpoint at
https://acumbamail.com/api/1. - Proper configuration of the API key credential in n8n is necessary for successful operation.
Troubleshooting
- Missing or invalid Campaign Id: Ensure that the Campaign Id property is provided and corresponds to an existing campaign in Acumbamail.
- Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
- Network issues or API downtime: Check network connectivity and Acumbamail service status if requests fail.
- Unexpected API responses: Confirm that the campaign exists and that the account has access rights to view its click data.
Links and References
- Acumbamail API Documentation (for detailed API endpoints and data structures)