Agent API
Send message to human and wait for response
Sends a message to the human user and waits for their response. 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 or response received.
The response is of type object
.