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 allows users to delete subscribers from a mailing list system based on a query or specific subscriber IDs. It supports actions such as adding, removing, or unsubscribing users from specified lists, filtered by subscriber status. This is useful for managing subscriber lists dynamically, for example, removing unsubscribed users or cleaning up lists based on custom queries.
Use Case Examples
- Remove subscribers who match a certain query from specific mailing lists.
- Unsubscribe a batch of users identified by their IDs.
- Add subscribers to a list based on their status and query criteria.
Properties
| Name | Meaning |
|---|---|
| Query | A string query to filter subscribers to be deleted or modified. |
| Ids | JSON array of subscriber IDs to be modified. |
| Action | Specifies whether to add, remove, or unsubscribe the users. |
| Target List Ids | IDs of the mailing lists to be modified. |
| Status | Filter subscribers by their status: confirmed, unconfirmed, or unsubscribed. |
| Request Options | Additional request settings such as batching, SSL handling, proxy, and timeout. |
Output
JSON
success- Indicates if the delete operation was successful.message- Additional information or status message from the operation.
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.
- Invalid query syntax or malformed JSON in 'Ids' property may cause request failures.
- Batching settings should be adjusted carefully to avoid rate limiting or timeouts.
- If SSL issues occur, enabling 'Ignore SSL Issues' may help but should be used cautiously.
Links
- Listmonk API Documentation - Official API documentation for Listmonk, detailing endpoints and usage.