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 export subscriber data by a specific subscriber ID. It is useful for scenarios where you need to retrieve detailed information about a particular subscriber profile from a mailing list or subscriber database managed by Listmonk. For example, marketing teams can use this node to export subscriber data for personalized campaigns or data analysis.
Use Case Examples
- Export subscriber data by providing the subscriber's unique ID to retrieve their profile information.
- Use batching options to manage large data exports by splitting requests into smaller batches with controlled intervals.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the subscriber profile to export. |
| Request Options | Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
subscriberData- The exported subscriber profile data retrieved from the Listmonk API.
Dependencies
- Requires an API key credential for authenticating with the Listmonk API.
Troubleshooting
- Ensure the subscriber ID provided is valid and exists in the Listmonk database to avoid errors or empty responses.
- If SSL certificate validation fails and you trust the source, enable the 'Ignore SSL Issues' option to bypass SSL errors.
- Check proxy settings if requests fail due to network restrictions or firewall rules.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, useful for understanding available endpoints and request parameters.