Skip to content

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
string
Required

Request Body​

application/json
JSON
{
  
"body": "string",
  
"attachments": [
  
  
{
  
  
}
  
],
  
"page": {
  
}
}

Responses​

Created

application/json
JSON
{
  
"conversation": "string",
  
"message": "string",
  
"ai": {
  
},
  
"routing": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI