Actions71
- Settings Actions
- Subscribers Actions
- Create Subscriber
- Manage Subscriber Lists By Query
- Get Subscribers
- Delete Subscriber By List
- Get Subscriber By Id
- Update Subscriber By Id
- Delete Subscriber By Id
- Manage Subscriber Lists
- Manage Subscriber List By Id
- Manage Blocklist By Subscriber List
- Manage Blocklist Subscribers By Id
- Export Subscriber Data By ID
- Get Subscriber Bounces By Id
- Delete Subscriber Bounces By Id
- Subscriber Send Optin By Id
- Delete Subscriber By Query
- Blocklist Subscribers Query
- Bounces Actions
- Import Actions
- Campaigns Actions
- Update Preview Campaign By Id
- Get Campaigns
- Create Campaign
- Get Campaign By Id
- Update Campaign By Id
- Delete Campaign By Id
- Get Running Campaign Stats
- Get Campaign Analytics
- Preview Campaign By Id
- Preview Campaign Text By Id
- Update Campaign Status By Id
- Update Campaign Archive By Id
- Create Campaign Content By Id
- Test Campaign By Id
- Media Actions
- Templates Actions
- Public Actions
- Miscellaneous Actions
- Admin Actions
- Logs Actions
- Lists Actions
- Transactional Actions
- Maintenance Actions
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
- Creating a public mailing list named 'Newsletter Subscribers' with single opt-in and specific tags for segmentation.
- 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
- Listmonk API Documentation - Official documentation for the Listmonk API, detailing endpoints and request formats.