Sending messages
Headers
Header
Value
Request Body
{
"api_version": 1,
"message_id": "<message id>",
"chat_id": "<chat id>",
"text": "Hello!",
"attachments": [
{
"file_name": "file.png",
"file_type": "image",
"data": "aHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1kUXc0dzlXZ1hjUQ=="
}
],
"source": "John Doe from Amazon",
"placeholders": {
"some_id": "123123"
},
"link": {
"type": "chat",
"hint": "Dialogue",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
},
"message_sender": "customer",
"client_name": "John Doe",
"client_phone": "+44312345678"
}Field
Field Required
Type
Description
Attachment Object
Attachment ObjectField
Type
Description
Link Object
Link ObjectField
Type
Description
Response
Errors
Invalid Token
Channel Disabled
Unsupported File Type
Negative Balance
Validation Error
Code Examples
Last updated