Agent API
Send a message to human
Sends a message from the agent to the human user within a session. Authorization required.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Message details to send to the human.
Unique identifier for the session.
Message content to send to the human.
Response
200
application/json
Message sent successfully.
Indicates if the client should retry the request.
Unique identifier for the message (included when shouldRetry is true).
Session identifier (included when shouldRetry is true).
Message content (included when shouldRetry is true).
Timestamp of message creation (included when shouldRetry is true).
Always true for this endpoint (included when shouldRetry is true).