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 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
- Retrieve a mailing list by its ID to display its details in a dashboard.
- 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
- Listmonk API Documentation - Official documentation for the Listmonk API, including endpoints and request/response formats.