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

Inbox notes

Adds an internal note to a conversation

post

Required Permission: chatbots.inbox.notes.send

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

Body
conversationIdstringRequired

The ID of the conversation to which the note is added.

Example: VWQB39R64JQQM9rMkqtK
textstringRequired

The text content of the note.

Example: Customer asked for a discount.
mentionsstring[]Optional

A list of agent IDs mentioned in the note.

Example: ["wiDCerXfAVj0I1t5FbjR"]
Responses
post
/v1/inbox/{chatbotId}/notes

Last updated