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 operation manages subscriber lists by query in the Listmonk API. It allows users to add, remove, or unsubscribe subscribers from specified lists based on a query and subscriber IDs. This is useful for bulk managing subscriber statuses and list memberships efficiently, such as adding multiple subscribers to a marketing list or removing unsubscribed users from all lists.
Use Case Examples
- Add subscribers matching a query to a specific list.
- Remove subscribers by their IDs from certain lists.
- Unsubscribe users from lists based on their status and query.
Properties
| Name | Meaning |
|---|---|
| Query | A string query to filter subscribers to be modified. |
| Ids | The JSON array of subscriber IDs to be modified. |
| Action | The action to perform on the subscribers: add, remove, or unsubscribe. |
| Target List Ids | The IDs of the subscriber lists to be modified. |
| Status | The status filter for subscribers: confirmed, unconfirmed, or unsubscribed. |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout. |
Output
JSON
success- Indicates if the operation was successful.modifiedCount- Number of subscribers modified by the operation.action- The action performed on the subscribers (add, remove, unsubscribe).
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 the query syntax and subscriber IDs format to prevent request failures.
- If batching is enabled, adjust batch size and interval to avoid rate limiting or timeouts.
- Verify SSL certificate settings if encountering SSL validation errors, especially when using self-signed certificates.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API used by this node.