Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to retrieve subscribers associated with a specific import. It is useful for scenarios where you need to manage or analyze subscriber data imported into Listmonk, such as fetching subscriber lists for marketing campaigns or data synchronization.

Use Case Examples

  1. Fetch subscribers from a particular import batch to analyze engagement.
  2. Retrieve subscriber details for updating or exporting subscriber information.

Properties

Name Meaning
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • subscribers - Array of subscriber objects retrieved from the import.
  • totalCount - Total number of subscribers available for the import.

Dependencies

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

Troubleshooting

  • If requests time out, consider increasing the timeout setting or checking network connectivity.
  • SSL certificate errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.
  • Proxy configuration errors may cause request failures; verify proxy URL and credentials if used.

Links

Discussion