Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to create a new mailing list. It is useful for automating the management of mailing lists, such as adding new lists for marketing campaigns or subscriber segmentation. For example, a user can create a public or private list with specific opt-in settings, tags, and descriptions to organize their email marketing efforts efficiently.

Use Case Examples

  1. Creating a public mailing list named 'Newsletter Subscribers' with single opt-in and specific tags for segmentation.
  2. Creating a private mailing list for internal communications with double opt-in to ensure subscriber confirmation.

Properties

Name Meaning
Name The name of the mailing list to be created.
Type The visibility type of the list, either public or private.
Optin The opt-in method for subscribers, either single or double opt-in.
Tags Tags associated with the list for categorization or segmentation.
Description A textual description of the mailing list.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and timeout settings.

Output

JSON

  • id - The unique identifier of the created list.
  • name - The name of the created list.
  • type - The type of the list (public or private).
  • optin - The opt-in method used for the list.
  • tags - Tags associated with the list.
  • description - Description of the list.
  • created_at - Timestamp when the list was created.

Dependencies

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

Troubleshooting

  • Ensure the API base URL and credentials are correctly configured to avoid authentication errors.
  • Check that the 'name' property is provided and valid, as it is required to create a list.
  • If SSL issues occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security implications.
  • Proxy settings must be correctly formatted if used, including authentication details if required.
  • Timeout settings should be adjusted based on network conditions to prevent premature request termination.

Links

Discussion