Website Chat
Send a message in a website chat
REQUIRED SCOPES <code>['website-chat:write']</code><br>Add a new message to an existing website chat identified by its token
post/messages/chats/{token}
Path parameters
tokenstring required
The token of the website chat
Request body
Response
Message sent successfully
Example response
{
"message": "Message sent successfully"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.