SendSubscriptionStatusRequest
customerEmailemail
Customer email to send the subscription status to
customerPhonestring
Customer phone number to send the subscription status to
channelstring
Channel to use for sending the subscription status
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 status message
SendSubscriptionStatusRequest
{
"customerEmail": "user@example.com",
"customerPhone": "string",
"channel": "EMAIL",
"language": "string"
}