For the complete documentation index, see llms.txt. This page is also available as Markdown.

Inbox messages

Sends a new message on behalf of an agent

post

Required Permission: chatbots.inbox.messages.send

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

Body
conversationIdstringRequired

The ID of the conversation in which the message is sent.

Example: N1HSdvJSxAZmmcyVz5HW
textstringOptional

The text content of the message. Either text or attachmentRef must be present.

Example: Hello, I have a question.
attachmentRefstringOptional

The reference to an uploaded attachment. Either text or attachmentRef must be present.

Example: z5AV6Eu3aBBdbu4sdjEa
Responses
post
/v1/inbox/{chatbotId}/messages

Last updated