Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

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

  1. Deleting bounce records for a subscriber who has changed their email address.
  2. 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

Discussion