Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to delete a bounce entry by its ID. It is useful in scenarios where you need to manage and clean up bounce records from your email campaign data, ensuring your mailing list remains accurate and up-to-date. For example, if an email address repeatedly bounces, you can use this node to remove that bounce record by specifying its ID.

Use Case Examples

  1. Deleting a bounce record by its ID to maintain a clean email list.
  2. Automating bounce management in email marketing workflows.

Properties

Name Meaning
Id The id value of the bounce you want to delete.
Request Options Additional options to customize the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • success - Indicates whether the bounce deletion was successful.
  • message - Additional information or confirmation message from the API after deletion.

Dependencies

  • Requires an API key credential for authenticating with the Listmonk API.

Troubleshooting

  • Ensure the provided bounce ID exists; otherwise, the API may return an error indicating the bounce was not found.
  • Check network connectivity and proxy settings if requests fail to reach the API.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.

Links

Discussion