Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node operation manages subscriber lists in the Listmonk system. It allows users to add, remove, or unsubscribe subscribers from specified lists based on their IDs. This is useful for bulk managing subscriber statuses and list memberships, such as adding new subscribers to marketing lists, removing inactive users, or unsubscribing users who opt out.

Use Case Examples

  1. Add multiple subscribers to a promotional email list by specifying their IDs and the target list ID.
  2. Remove subscribers from a list when they no longer wish to receive communications.
  3. Unsubscribe users from all lists to comply with their opt-out requests.

Properties

Name Meaning
Query A string query parameter sent in the request body, potentially used for filtering or searching subscribers.
Ids A JSON array of subscriber IDs to be modified (added, removed, or unsubscribed).
Action The action to perform on the subscribers: add them to lists, remove them from lists, or unsubscribe them.
Target List Ids An array of list IDs that the subscribers will be added to, removed from, or unsubscribed from.
Status The status to set for the subscribers, such as confirmed, unconfirmed, or unsubscribed.
Request Options Additional request settings including batching (to throttle requests), SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • success - Indicates if the subscriber list management operation was successful.
  • modifiedCount - Number of subscribers successfully modified.
  • errors - Details of any errors encountered during the operation.

Dependencies

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

Troubleshooting

  • Ensure the subscriber IDs and list IDs are valid and exist in the Listmonk system to avoid errors.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Batching settings should be adjusted carefully to avoid overwhelming the API or hitting rate limits.

Links

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

Discussion