Client API
Send a message to an agent
Sends a message to the specified agent within a session.
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 agent.
Unique identifier for the session.
Message content to send.
Response
200
application/json
Message sent successfully.
Unique identifier for the message.
Unique identifier for the session.
Content of the message.
Timestamp when the message was created.
Indicates if the message is from the agent (true) or the user (false).