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.
- MsgVariantText
- MsgVariantImage
- MsgVariantVideo
- MsgVariantAudio
- MsgVariantSticker
- MsgVariantInteractive
- MsgVariantMarkSeen
- MsgVariantReaction
textstringrequired
context object
messageIdstringrequired
SendInstagramMessageInput
{
"from": "string",
"to": "string",
"content": {
"text": "string",
"context": {
"messageId": "string"
}
}
}