Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node operation retrieves bounce information for a specific subscriber by their ID from the Listmonk API. It is useful for scenarios where you need to analyze or manage email bounces related to individual subscribers, such as cleaning up mailing lists or investigating delivery issues.

Use Case Examples

  1. Get bounce details for a subscriber to understand why their emails are not being delivered.
  2. Fetch bounce data to update subscriber status or trigger follow-up actions in an email marketing workflow.

Properties

Name Meaning
Id The unique identifier of the subscriber whose bounce information is to be retrieved.
Request Options Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • bounceDetails - Contains the bounce information retrieved for the specified subscriber ID.

Dependencies

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

Troubleshooting

  • Ensure the subscriber ID provided is valid and exists in the Listmonk system to avoid 'not found' errors.
  • Check network connectivity and proxy settings if requests time out or fail to reach the API.
  • If SSL certificate validation errors occur, consider enabling the option to ignore SSL issues, but be aware of the security implications.

Links

  • Listmonk API Documentation - Official documentation for the Listmonk API, including endpoints for managing subscribers and bounces.

Discussion