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 retrieve subscriber information by their unique ID. It is useful in scenarios where you need to fetch detailed data about a specific subscriber, such as for personalized marketing, customer support, or data analysis. For example, you can use this node to get subscriber details before sending targeted email campaigns or updating subscriber records.
Use Case Examples
- Fetch subscriber details by ID to personalize email content.
- Retrieve subscriber information for customer support queries.
- Get subscriber data to analyze user engagement.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the subscriber to retrieve. |
| Request Options | Additional options to customize the API request, including batching, SSL certificate handling, proxy settings, and request timeout. |
Output
JSON
id- The unique identifier of the subscriber.email- The email address of the subscriber.name- The name of the subscriber.status- The subscription status of the subscriber (e.g., active, unsubscribed).created_at- Timestamp when the subscriber was created.updated_at- Timestamp when the subscriber information was last updated.
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 system to avoid 'not found' errors.
- Check network connectivity and proxy settings if requests time out or fail to connect.
- If SSL certificate validation fails, enable the 'Ignore SSL Issues' option cautiously to bypass certificate errors.
- Verify that the API key credential is correctly configured and has sufficient permissions.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, including subscriber endpoints and request options.