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.
The body is of type object
.
Response
200
application/json
Message sent successfully.
The response is of type object
.