Messages format
Sending text
{
"version": "v1",
"content": {
"messages": [
{
"type": "text",
"text": "simple text with button",
"buttons": [
{
"type": "url",
"caption": "External link",
"url": "https://rapidbott.com"
}
]
}
],
"actions": [],
"quick_replies": []
}
}
Sending image
Sending video file
Sending audio file
Sending files
Sending gallery cards
Last updated