Appearance
Send a visitor message to a widget chat conversation​
POST
/widget/chat/conversations/{conversationId}/messages
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters​
Path Parameters
conversationId*
Type
Requiredstring
Request Body​
application/json
JSON"body": "string","attachments": [{}],"page": {}
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
Created
application/json
JSON"conversation": "string","message": "string","ai": {},"routing": "string"
{
 Â
 Â
 Â
 Â
 Â
}