Agent

Chat

This endpoint allows you to send a message (chat) to an Agent app. You can include inputs with your message which will be passed to the app.

post/public_api/agent_apps/{app_uuid}/chat

Path parameters

app_uuidstring required

The app uuid, you can find the app uuid by going to the App => Integrate

Request body

messagestring

The message to send to the agent

session_idstring

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.

inputsobject

Optional inputs to send along with the message.

Response

Message sent

resultResult — unresolved $ref

Changes