Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to retrieve a specific list by its ID. It is useful for scenarios where you need to fetch detailed information about a particular mailing list managed in Listmonk, such as for email marketing or subscriber management. For example, you can use this node to get the details of a list before sending targeted campaigns or analyzing subscriber data.

Use Case Examples

  1. Retrieve a mailing list by its ID to display its details in a dashboard.
  2. Fetch a list's information to update subscriber segments based on list attributes.

Properties

Name Meaning
List Id The ID value of the list you want to retrieve.
Request Options Additional options to customize the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • id - The unique identifier of the retrieved list.
  • name - The name of the list.
  • description - Description or details about the list.
  • created_at - Timestamp when the list was created.
  • updated_at - Timestamp when the list was last updated.
  • other_list_properties - Additional properties returned by the Listmonk API for the list.

Dependencies

  • Requires an API key credential for Listmonk API authentication, including the base URL for the API endpoint.

Troubleshooting

  • Ensure the List Id provided is valid and exists in the Listmonk instance to avoid 'list not found' errors.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Verify that the API key credential is correctly configured and has sufficient permissions.

Links

Discussion