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 subscriber bounces by their ID in the Listmonk system. It is useful for managing and cleaning up bounce records associated with subscribers, which can help maintain accurate email delivery statistics and improve mailing list hygiene. For example, if a subscriber's email repeatedly bounces, this operation can remove those bounce records by specifying the subscriber's ID.
Use Case Examples
- Deleting bounce records for a subscriber who has changed their email address.
- Cleaning up bounce data for inactive subscribers to improve email campaign performance.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the subscriber whose bounce records are to be deleted. |
| Request Options | Additional options to customize the HTTP request, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
success- Indicates whether the deletion of subscriber bounces was successful.message- Additional information or confirmation message about the deletion operation.
Dependencies
- Requires an API key credential for authenticating with the Listmonk API.
Troubleshooting
- Ensure the subscriber ID provided is valid and exists in the system to avoid errors.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail to reach the API endpoint.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, including endpoints and request details.