Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to export subscriber data by a specific subscriber ID. It is useful for scenarios where you need to retrieve detailed information about a particular subscriber profile from a mailing list or subscriber database managed by Listmonk. For example, marketing teams can use this node to export subscriber data for personalized campaigns or data analysis.

Use Case Examples

  1. Export subscriber data by providing the subscriber's unique ID to retrieve their profile information.
  2. Use batching options to manage large data exports by splitting requests into smaller batches with controlled intervals.

Properties

Name Meaning
Id The unique identifier of the subscriber profile to export.
Request Options Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • subscriberData - The exported subscriber profile data retrieved from the Listmonk API.

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 database to avoid errors or empty responses.
  • If SSL certificate validation fails and you trust the source, enable the 'Ignore SSL Issues' option to bypass SSL errors.
  • Check proxy settings if requests fail due to network restrictions or firewall rules.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Links

  • Listmonk API Documentation - Official documentation for the Listmonk API, useful for understanding available endpoints and request parameters.

Discussion