Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

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

  1. Sending an opt-in confirmation email to a new subscriber by their ID to verify their consent.
  2. 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

Discussion