Sending a multipart message with long text and buttons
{
"recipient": {
"id": "USER_ID"
},
"message": {
"raw": {
"multipart": [{
"attachment": {
"type": "template",
"payload": {
"elements": [
{
"text": "Check out these documents:",
"buttons": [
{
"url":"https://app.thebotplatform.com/",
"type":"web_url",
"title":"Image bot tutorial"
}
]
}
],
"template_type":"button"
}
}
}]
}
}
}
Updated over 3 years ago