AvantGuard - Acumbamail icon

AvantGuard - Acumbamail

AvantGuard - Acumbamail

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.com and 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

Discussion