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 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
- Acumbamail API Documentation (for detailed API usage and error codes)
- n8n documentation on creating custom nodes