AvantGuard - Acumbamail icon

AvantGuard - Acumbamail

AvantGuard - Acumbamail

Overview

This node integrates with the Acumbamail API to retrieve statistics about a specific subscriber list. The "Get List Stats" operation fetches detailed metrics for a given mailing list, such as subscriber counts and engagement data. This is useful for marketing teams or automation workflows that need to monitor list performance, segment subscribers based on activity, or trigger actions based on list statistics.

Practical examples include:

  • Automatically fetching subscriber counts to update dashboards.
  • Triggering follow-up campaigns if list engagement drops below a threshold.
  • Integrating list stats into reports or CRM systems.

Properties

Name Meaning
List Id The identifier of the subscriber list to retrieve statistics for. Must be provided as a number.

Output

The node outputs JSON data containing the statistics of the specified subscriber list. This typically includes fields such as total subscribers, active subscribers, unsubscribed counts, and other relevant metrics returned by the Acumbamail API. The exact structure depends on the API response but generally provides comprehensive list performance data.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the Acumbamail service.
  • The node uses the base URL https://acumbamail.com/api/1 for API requests.
  • Proper configuration of the API authentication credential in n8n is necessary.

Troubleshooting

  • Missing or invalid List Id: Ensure the List Id property is set and corresponds to an existing list in Acumbamail.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • API connectivity issues: Check network access to https://acumbamail.com/api/1.
  • Unexpected API responses: Confirm that the list exists and the account is active; also check for any rate limits imposed by Acumbamail.

Links and References

Discussion