Skip to main content

SendSubscriptionLinkRequest

customerEmailemail

Customer email to send the subscription link to

customerPhonestring

Customer phone number to send the subscription link to

channelstring

Channel to use for sending the subscription link

Enum ValueDescription
EMAILSend message via email
WHATSAPPSend message via WhatsApp
SMSSend message via SMS text message

Possible values: [EMAIL, WHATSAPP, SMS]

languagestring

Language to use for the subscription link message

SendSubscriptionLinkRequest
{
"customerEmail": "user@example.com",
"customerPhone": "string",
"channel": "EMAIL",
"language": "string"
}