Appearance
Send an admin reply to a widget chat conversation​
POST
/product/sites/{siteId}/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
siteId*
Type
Requiredstring
conversationId*
Type
Requiredstring
Request Body​
application/json
JSON"body": "string","attachments": [{}]
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
Created
application/json
JSON"conversation": "string","message": "string"
{
 Â
 Â
}