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 detailed information about a specific email campaign. The "Get Campaign Total Information" operation fetches comprehensive data for a given campaign identified by its unique ID. This is useful for users who want to analyze campaign performance, review campaign details, or integrate campaign data into other workflows.
Practical examples include:
- Automatically pulling campaign statistics after sending an email blast.
- Integrating campaign data into dashboards or reporting tools.
- Triggering follow-up actions based on campaign results.
Properties
| Name | Meaning |
|---|---|
| Campaign Id | Identifier of the campaign to retrieve information about. This is a required numeric value. |
Output
The node outputs JSON data containing the full details of the specified campaign. This includes all available information returned by the Acumbamail API for that campaign, such as campaign metadata, status, statistics, and any other relevant fields provided by the API.
If the API supports binary data related to campaigns (e.g., attachments or reports), the node would handle it accordingly, but this is not evident from the provided code snippet.
Dependencies
- Requires an API key credential for authenticating with the Acumbamail service.
- The node uses the Acumbamail API base URL:
https://acumbamail.com/api/1. - The request headers specify JSON content type and acceptance.
- The node depends on the
@avantguardllc/n8n-openapi-nodepackage for building properties from the OpenAPI specification.
Troubleshooting
- Missing or invalid Campaign Id: Ensure 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.
- Network issues: Check connectivity to the Acumbamail API endpoint.
- Unexpected API responses: Confirm that the campaign exists and the API is operational; consult Acumbamail status if needed.
Links and References
- Acumbamail API Documentation (general reference for API endpoints and data structures)
- n8n Documentation for guidance on using credentials and configuring nodes