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 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
- Fetching all public mailing lists to display in a dashboard.
- 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
- Listmonk API Documentation - Official documentation for the Listmonk API endpoints and usage.