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.
- MsgVariantText
- MsgVariantSmsWithMedia
textstringrequired
context object
messageIdstringrequired
SendSmsMessageInput
{
"from": "string",
"to": "string",
"content": {
"text": "string",
"context": {
"messageId": "string"
}
}
}