Send multiple messages in a single request using a Global token for efficient batch messaging operations.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Contact ID.
Pools.
[
{
"type": "text",
"data": {
"message": "Checkout this image, its hilarious!"
}
},
{
"type": "image",
"data": {
"caption": "Do you think this is funny?",
"file": {
"mimeType": "image/png",
"filename": "filename.png",
"url": "https://avatars.githubusercontent.com/u/29356430?v=4"
}
}
},
{
"type": "text",
"data": { "message": "Let me know your thoughts!" }
}
]