Skip to main content
Version: Latest

SendWhatsAppMessageInput

fromstringrequired

Application channel UUID, or the WhatsApp business phone number configured for this Application's WhatsApp channel (with or without a leading plus sign).

tostringrequired
content objectrequired
oneOf
textstringrequired
context object
messageIdstringrequired
SendWhatsAppMessageInput
{
"from": "string",
"to": "string",
"content": {
"text": "string",
"context": {
"messageId": "string"
}
}
}