Skip to main content

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 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 status message

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