Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to retrieve public lists. It is useful for scenarios where you need to fetch and manage public mailing lists or subscriber groups from Listmonk, such as integrating subscriber data into workflows or automating list management.

Use Case Examples

  1. Fetching all public mailing lists to display in a dashboard.
  2. Automating the synchronization of public lists with another marketing tool.

Properties

Name Meaning
Request Options Options to control the request behavior, including batching, SSL certificate validation, proxy settings, and timeout.

Output

JSON

  • id - Unique identifier of the public list.
  • name - Name of the public list.
  • description - Description of the public list.
  • created_at - Timestamp when the public list was created.
  • updated_at - Timestamp when the public list was last updated.

Dependencies

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

Troubleshooting

  • If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Ensure the base URL in credentials is correct and accessible.
  • If requests time out, increase the 'Timeout' value or check network connectivity.
  • When using a proxy, verify proxy URL and credentials are correct.

Links

Discussion