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 Value | Description |
---|---|
Send message via email | |
Send message via WhatsApp | |
SMS | Send 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"
}