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 SMS campaign data. Specifically, the "Get SMS Campaigns" operation fetches a list of SMS campaigns created within an optional date range. This is useful for marketing teams or automation workflows that need to analyze past SMS campaigns, generate reports, or trigger follow-up actions based on campaign history.
Practical examples include:
- Automatically retrieving recent SMS campaigns to update a dashboard.
- Filtering campaigns by creation date to analyze performance over a specific period.
- Using campaign data to trigger notifications or further marketing automation steps.
Properties
| Name | Meaning |
|---|---|
| Additional Query Parameters | Optional filters for the query: - Start Date: Start of the creation date range (format YYYY-MM-DD). - End Date: End of the creation date range (format YYYY-MM-DD). |
Output
The node outputs JSON data representing the list of SMS campaigns retrieved from the Acumbamail API. Each item in the output typically contains details about an individual SMS campaign such as its ID, name, status, creation date, and other metadata provided by the API.
No binary data output is indicated for this operation.
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. - Proper configuration of the API authentication token in n8n credentials is necessary.
Troubleshooting
- Authentication errors: Ensure the API key credential is correctly configured and has sufficient permissions.
- Invalid date format: The start and end dates must be in
YYYY-MM-DDformat; otherwise, the API may reject the request. - Empty results: If no campaigns are returned, verify the date range and ensure there are campaigns created within that period.
- Network issues: Check connectivity to the Acumbamail API endpoint.
Links and References
- Acumbamail API Documentation (for detailed API parameters and responses)
- n8n documentation on HTTP Request node for understanding API integrations in n8n.