Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to retrieve subscriber information by their unique ID. It is useful in scenarios where you need to fetch detailed data about a specific subscriber, such as for personalized marketing, customer support, or data analysis. For example, you can use this node to get subscriber details before sending targeted email campaigns or updating subscriber records.

Use Case Examples

  1. Fetch subscriber details by ID to personalize email content.
  2. Retrieve subscriber information for customer support queries.
  3. Get subscriber data to analyze user engagement.

Properties

Name Meaning
Id The unique identifier of the subscriber to retrieve.
Request Options Additional options to customize the API request, including batching, SSL certificate handling, proxy settings, and request timeout.

Output

JSON

  • id - The unique identifier of the subscriber.
  • email - The email address of the subscriber.
  • name - The name of the subscriber.
  • status - The subscription status of the subscriber (e.g., active, unsubscribed).
  • created_at - Timestamp when the subscriber was created.
  • updated_at - Timestamp when the subscriber information was last updated.

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 connect.
  • If SSL certificate validation fails, enable the 'Ignore SSL Issues' option cautiously to bypass certificate errors.
  • Verify that the API key credential is correctly configured and has sufficient permissions.

Links

Discussion