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 subscriber data. It is designed to fetch subscribers with support for pagination, filtering, sorting, and querying. This node is useful for scenarios where you need to manage or analyze subscriber lists, such as marketing campaigns, user engagement tracking, or data synchronization between systems.
Use Case Examples
- Retrieve the first page of subscribers with default sorting by name.
- Fetch all subscribers across all pages by setting 'Per Page' to 'all'.
- Query subscribers with specific criteria using an SQL expression in the 'Query' field.
- Filter subscribers by subscription status or specific list IDs to target particular segments.
Properties
| Name | Meaning |
|---|---|
| Page | Page number for paginated results. |
| Per Page | Number of items per page. Use an integer for specific page size or 'all' to retrieve all results. |
| Query | Query subscribers with an SQL expression to filter results. |
| Order By | Field to sort the results by. Options include name, status, created_at, updated_at. |
| Order | Sort order direction, either ascending (ASC) or descending (DESC). |
| Subscription Status | Filter subscribers by their subscription status when filtering by list IDs. |
| List Id | Filter subscribers by one or more list IDs. Multiple values can be specified. |
| Request Options | Additional request settings including batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
subscribers- Array of subscriber objects returned from the API, containing subscriber details such as name, status, and timestamps.
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.
- If pagination parameters are incorrect, the node may return empty or incomplete results; verify 'Page' and 'Per Page' values.
- Using an invalid SQL expression in the 'Query' property may cause API errors; validate the query syntax.
- Network issues or proxy misconfiguration can cause request failures; check proxy settings and network connectivity.
- If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, requests will be blocked; enable this option only if you trust the endpoint.