AvantGuard - Acumbamail icon

AvantGuard - Acumbamail

AvantGuard - Acumbamail

Overview

The node provides access to campaign statistics filtered by date range for a specified mailing list. It is useful for users who want to retrieve performance metrics or analytics of email campaigns sent within a particular timeframe. For example, marketing teams can use this node to gather data on how their campaigns performed between two dates to analyze trends or report results.

Properties

Name Meaning
List Id The identifier number of the mailing list for which to fetch campaign stats.
Date From The start date (inclusive) of the date range to filter campaigns, in YYYY-MM-DD format.
Date To The end date (inclusive) of the date range to filter campaigns, in YYYY-MM-DD format.

Output

The node outputs JSON data containing the statistics of campaigns for the specified list and date range. The exact structure depends on the API response but typically includes metrics such as number of emails sent, opened, clicked, bounced, etc., aggregated by date. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the Acumbamail service.
  • Connects to the Acumbamail API endpoint at https://acumbamail.com/api/1.
  • The node uses standard HTTP headers for JSON content type and accepts JSON responses.

Troubleshooting

  • Missing or invalid List Id: Ensure the List Id is provided and corresponds to an existing mailing list.
  • Date format errors: Dates must be in YYYY-MM-DD format; otherwise, the API may reject the request.
  • Authentication failures: Verify that the API key credential is correctly configured and has necessary permissions.
  • API rate limits or downtime: If requests fail repeatedly, check for API service status or rate limiting.
  • Empty or unexpected response: Confirm that campaigns exist in the given date range and list.

Links and References

Discussion