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 the blocklist status of subscribers in bulk by their IDs within specified subscriber lists. It allows adding, removing, or unsubscribing subscribers from blocklists across one or more target lists. This is useful for marketing automation or email campaign management where you need to control subscriber statuses efficiently in bulk, such as blocking certain users from receiving emails or cleaning up subscriber lists.
Use Case Examples
- Add multiple subscribers to the blocklist of specific lists to prevent them from receiving future emails.
- Remove subscribers from the blocklist to allow them to receive emails again.
- Unsubscribe a batch of subscribers from all communications by updating their status accordingly.
Properties
| Name | Meaning |
|---|---|
| Query | A string query parameter that can be used to filter or specify conditions for managing subscribers in the blocklist. |
| Ids | A JSON array containing the IDs of the subscribers to be modified in the blocklist. |
| Action | The action to perform on the subscribers: add them to the blocklist, remove them from it, or unsubscribe them. |
| Target List Ids | An array of IDs representing the subscriber lists to be modified. |
| Status | The status to set for the subscribers, which can be confirmed, unconfirmed, or unsubscribed. |
| Request Options | Additional request options such as batching parameters, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
success- Indicates whether the blocklist management operation was successful.modifiedCount- The number of subscribers that were modified by the operation.action- The action performed on the subscribers (add, remove, unsubscribe).targetListIds- The IDs of the subscriber lists that were targeted for modification.
Dependencies
- An API key credential for authenticating with the Listmonk API
Troubleshooting
- Ensure the subscriber IDs and target list IDs are valid and exist in the system to avoid errors.
- Check that the API credentials are correctly configured and have the necessary permissions to modify subscriber blocklists.
- If batching is enabled, verify that batch size and interval settings are appropriate to avoid rate limiting or timeouts.
- SSL certificate validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this should be used cautiously due to security risks.