Skip to main content
Version: 1.0

SendSmsMessageInput

fromstringrequired

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

tostringrequired
content objectrequired

SMS accepts WhatsApp-shaped content and maps media fields internally.

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