Actions71
- Settings Actions
- Subscribers Actions
- Create Subscriber
- Manage Subscriber Lists By Query
- Get Subscribers
- Delete Subscriber By List
- Get Subscriber By Id
- Update Subscriber By Id
- Delete Subscriber By Id
- Manage Subscriber Lists
- Manage Subscriber List By Id
- Manage Blocklist By Subscriber List
- Manage Blocklist Subscribers By Id
- Export Subscriber Data By ID
- Get Subscriber Bounces By Id
- Delete Subscriber Bounces By Id
- Subscriber Send Optin By Id
- Delete Subscriber By Query
- Blocklist Subscribers Query
- Bounces Actions
- Import Actions
- Campaigns Actions
- Update Preview Campaign By Id
- Get Campaigns
- Create Campaign
- Get Campaign By Id
- Update Campaign By Id
- Delete Campaign By Id
- Get Running Campaign Stats
- Get Campaign Analytics
- Preview Campaign By Id
- Preview Campaign Text By Id
- Update Campaign Status By Id
- Update Campaign Archive By Id
- Create Campaign Content By Id
- Test Campaign By Id
- Media Actions
- Templates Actions
- Public Actions
- Miscellaneous Actions
- Admin Actions
- Logs Actions
- Lists Actions
- Transactional Actions
- Maintenance Actions
Overview
This node operation deletes bounce records from the Listmonk system. It supports deleting all bounce records at once or specific bounce records by their IDs. This is useful for managing and cleaning up bounce data in email campaigns, ensuring that invalid or problematic email addresses are removed from the bounce list.
Use Case Examples
- Deleting all bounce records to reset the bounce list.
- Deleting specific bounce records by providing their IDs to remove only certain entries.
Properties
| Name | Meaning |
|---|---|
| All | Flag to indicate whether to delete all bounce records. |
| Id | Comma-separated list of bounce record IDs to delete. |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
success- Indicates whether the deletion operation was successful.deletedIds- List of bounce record IDs that were deleted.message- Additional information or status message from the deletion operation.
Dependencies
- Requires an API key credential for authenticating with the Listmonk API.
Troubleshooting
- If the node fails to delete bounce records, check that the API key credential is valid and has the necessary permissions.
- Ensure that the 'Id' field is correctly formatted as a comma-separated list when not deleting all records.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Proxy settings must be correctly configured if used, including authentication details if required.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
Links
- Listmonk API Documentation - Official API documentation for Listmonk, including endpoints for managing bounces.