Skip to main content
Version: 1.0

SendInstagramMessageInput

fromstringrequired

Application channel UUID, or the Instagram username for this Application's Instagram channel (with or without a leading at-sign).

tostringrequired
content objectrequired

Instagram accepts WhatsApp-shaped content and maps it internally.

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