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 integrates with the Acumbamail API to manage subscribers and mailing lists. Specifically, the "Delete List Post" operation under the "Subscribers" resource allows users to delete a mailing list by its identifier. This is useful for cleaning up unused or obsolete mailing lists in your email marketing campaigns.
Common scenarios include:
- Removing outdated subscriber lists to maintain an organized mailing system.
- Automating list management workflows where lists are programmatically deleted after certain conditions are met.
- Integrating with other systems that trigger list deletions based on external events.
Example: Automatically deleting a subscriber list after a campaign ends to prevent accidental reuse.
Properties
| Name | Meaning |
|---|---|
| List Id | The unique identifier of the mailing list to be deleted. Must be provided as a number. |
Output
The node outputs JSON data representing the response from the Acumbamail API after attempting to delete the specified list. This typically includes confirmation of deletion or error details if the operation failed.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Acumbamail service.
- The node uses the Acumbamail API endpoint at
https://acumbamail.com/api/1. - Proper configuration of the API authentication token within n8n credentials is necessary.
Troubleshooting
- Invalid List Id: If the provided List Id does not exist or is incorrect, the API will return an error indicating the list was not found. Verify the List Id before running the node.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly set up.
- Network Issues: Connectivity problems can lead to request timeouts or failures. Check network access to the Acumbamail API endpoint.
- Permission Denied: The API user associated with the credentials might lack permissions to delete lists. Confirm appropriate permissions are granted.
Links and References
- Acumbamail API Documentation (for detailed API usage and error codes)
- n8n Documentation (for general guidance on using credentials and HTTP request nodes)