Agent
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_uuidstringRequired
The app uuid, you can find the app uuid by going to the App => Integrate
Body
messagestringRequiredExample:
The message to send to the agent
Hello, I need help with this.session_idstringOptionalExample:
The session id of the chat. Use the session_id to send a message to an existing conversation. If not present, a new session will be created after sending the first message.
23iu3h23-34n43yib4-3243n34b4-34n434hResponses
200
Message sent
application/json
401
Authentication error
post
/public_api/agent_apps/{app_uuid}/chatAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_uuidstringRequired
The app uuid, you can find the app uuid by going to the App => Integrate
Body
messagestringRequiredExample:
The message to send to the agent.
Hello, how are you?Responses
200
Message sent
application/json
401
Authentication error
post
/public_api/agent_apps/{app_uuid}/async_chatLast updated
Was this helpful?