Trigger double opt-in confirmations for a list
Sends a double opt-in confirmation message for each identifier instead of adding the contacts to the list. The target list must be double opt-in. Each identifier is routed to the channel matching its type, and each contact joins the list only after it clicks the confirmation link. If no identifier could be confirmed, the request returns 422.
An access token issued to a user.
The unique identifier of the workspace.
Active email-sparkpost channel used to confirm emailaddress identifiers. Required when any emailaddress identifier is present.
Active sms-messagebird channel used to confirm phonenumber identifiers. Provide exactly one of smsChannelId or rcsChannelId when any phonenumber identifier is present.
Active rcs-google channel used to confirm phonenumber identifiers. Provide exactly one of smsChannelId or rcsChannelId when any phonenumber identifier is present.
At least one confirmation was dispatched. See errors for any that were not.
No contact was added; confirmations were sent and contacts join on confirmation.
Number of confirmation messages sent, one per confirmable identifier.
The request was malformed.
The requested resource was not found.
The list is not double opt-in, or the request was processed but no identifier could be confirmed (each reason is in errors).
Examples
Trigger a confirmation for an email address
Last updated
Was this helpful?

