Skip to main content
POST
Post Operator Message
Posts a message as a human operator into a live embed session. The widget picks it up on its next poll. This does not require the session to be in human takeover — use Take Over to suppress AI replies.

Authentication

Requires a Bearer token (API key) or a dashboard session.

Path Parameters

string
required
The widget config UUID.
string
required
The session UUID.

Request

string
required
The operator message text.

Response

object
The inserted message: id, session_id, role (operator), content, operator_user_id, created_at.

Example

curl