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 AvantGuard Acumbamail API to retrieve SMS campaign reports. Specifically, the "Get SMS Quick Subscriber Report" operation fetches a summary report of SMS subscribers within a specified date range. This is useful for marketing teams or system administrators who want to analyze subscriber engagement and campaign performance over time.
Practical examples include:
- Generating quick reports on SMS campaign reach between two dates.
- Monitoring subscriber activity and trends for SMS marketing.
- Integrating SMS report data into dashboards or further automation workflows.
Properties
| Name | Meaning |
|---|---|
| Start Date | The start date and time (format: YYYY-MM-DD HH:MM) defining the beginning of the report's date range. Required. |
| End Date | The end date and time (format: YYYY-MM-DD HH:MM) defining the end of the report's date range. Required. |
Output
The node outputs JSON data containing the SMS quick subscriber report for the specified date range. The structure typically includes aggregated metrics about SMS subscribers and campaign performance during that period.
No binary data output is indicated by the source code or properties.
Dependencies
- Requires an API key credential for authenticating with the AvantGuard Acumbamail API.
- The base URL for API requests is
https://acumbamail.com/api/1. - The node expects JSON responses and sends requests with appropriate headers (
Accept: application/json,Content-Type: application/json).
Troubleshooting
- Missing or invalid date formats: Ensure that the "Start Date" and "End Date" are provided in the exact format
YYYY-MM-DD HH:MM. Incorrect formatting may cause API errors or empty results. - Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
- API connectivity issues: Check network access to
acumbamail.comand confirm no firewall or proxy blocks exist. - Empty or unexpected response: Confirm that campaigns exist within the specified date range; otherwise, the report may be empty.
Links and References
- Acumbamail API Documentation (general reference for API endpoints and authentication)
- n8n Documentation for guidance on setting up credentials and using HTTP request nodes.