Skip to main content
POST
Message

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant
string | null
required

The domain of the customer

Example:

"example.com"

Body

application/json
message
string
required

The message to send to the admin agent

conversation_id
string | null

Existing conversation ID. If omitted, a new conversation is created.

library_ids
string[] | null

Optional library scope for future admin-agent specialists.

Response

Successful Response