AvantGuard - Acumbamail icon

AvantGuard - Acumbamail

AvantGuard - Acumbamail

Overview

This node operation, "Delete All Subscribers Post" under the "Subscribers" resource, is designed to delete all subscribers from a specified mailing list. It is useful in scenarios where you want to clear out an entire subscriber list, for example, when resetting a campaign audience or removing outdated contacts in bulk.

Practical examples include:

  • Clearing a mailing list before importing a new batch of subscribers.
  • Removing all subscribers after a campaign ends to comply with data retention policies.
  • Bulk deleting subscribers as part of list management automation.

Properties

Name Meaning
List Id The identifier number of the mailing list from which all subscribers will be deleted.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this would include confirmation of success or failure and may contain metadata such as the number of subscribers deleted or status messages.

No binary data output is indicated by the source code.

Dependencies

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

Troubleshooting

  • Common issues:

    • Invalid or missing List Id: Ensure the List Id provided corresponds to an existing list.
    • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
    • Network or API downtime: Check connectivity and Acumbamail service status.
  • Error messages:

    • Authorization failures typically indicate invalid credentials.
    • "List not found" or similar errors suggest the List Id does not exist.
    • Rate limiting or quota exceeded errors require checking API usage limits.

Resolving these usually involves verifying input parameters, credentials, and network conditions.

Links and References

Discussion