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 sends an opt-in confirmation email to a subscriber identified by their unique ID. It is useful in scenarios where you want to confirm a subscriber's consent to receive communications, ensuring compliance with opt-in regulations. For example, after a user signs up for a newsletter, this operation can trigger an email asking them to confirm their subscription.
Use Case Examples
- Sending an opt-in confirmation email to a new subscriber by their ID to verify their consent.
- Re-sending the opt-in confirmation email to a subscriber who did not respond initially.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the subscriber to whom the opt-in confirmation email will be sent. |
| Request Options | Additional settings to control the request behavior, such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
success- Indicates whether the opt-in confirmation email was sent successfully.message- Additional information or status message related to the email sending operation.
Dependencies
- Requires an API key credential for authenticating with the Listmonk API.
Troubleshooting
- If the subscriber ID is invalid or does not exist, the operation will fail to send the opt-in email. Verify the subscriber ID before retrying.
- Network issues or incorrect proxy settings may cause request failures. Check proxy configuration and network connectivity.
- If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, the request will be blocked. Enable this option only if you trust the server.
- Timeout errors may occur if the server is slow to respond. Increase the timeout setting if necessary.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, including endpoints and usage details.