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 querying and modifying the blocklist status of subscribers in the Listmonk system. It supports actions such as adding, removing, or unsubscribing subscribers based on specified criteria like subscriber IDs, target list IDs, and status. This is useful for managing subscriber lists, ensuring compliance with user preferences, and maintaining clean mailing lists.
Use Case Examples
- Add subscribers to the blocklist by specifying their IDs and the target list IDs.
- Remove subscribers from the blocklist by providing their IDs and selecting the remove action.
- Unsubscribe subscribers from mailing lists based on their status and IDs.
Properties
| Name | Meaning |
|---|---|
| Query | A string query to filter or specify subscribers for the blocklist operation. |
| Ids | The IDs of the subscribers to be modified in the blocklist. |
| Action | The action to perform on the subscribers: add to blocklist, remove from blocklist, or unsubscribe. |
| Target List Ids | The IDs of the mailing lists to be modified. |
| Status | The status of the subscribers to filter by: confirmed, unconfirmed, or unsubscribed. |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
response- The JSON response from the Listmonk API after performing the blocklist query or modification.
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 that subscriber IDs and list IDs are valid and exist in the system to prevent errors related to non-existent entities.
- If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of the security implications.
- Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, useful for understanding available endpoints and request formats.