Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Contact ID.
Example:
"xxx@c.us"
Pools.
Example:
[
{
"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!" }
}
]