Skip to content

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
string
Required
conversationId*
Type
string
Required

Request Body​

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

Responses​

Created

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

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI