Skip to main content
Version: 1.0

SendMessengerMessageInput

fromstringrequired

Application channel UUID, or the Facebook Page ID (or configured account id) for this Application's Messenger channel.

tostringrequired
content objectrequired

Messenger accepts WhatsApp-shaped content and maps it internally.

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