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

Conversation notes

Removes notes from a conversation

delete

Required Permission: chatbots.conversations.edit

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

conversationIdstringRequired

The Id of the conversation to add notes to.

Body
notesstring[] · min: 1Required

The notes to remove from the conversation.

Example: ["Resolved","Duplicate inquiry"]
Responses
200Success
application/json
objectOptional
delete
/v1/chatbots/{chatbotId}/conversations/{conversationId}/notes

Adds notes to a conversation

patch

Required Permission: chatbots.conversations.edit

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

conversationIdstringRequired

The Id of the conversation to add notes to.

Body
notesstring[] · min: 1Required

The notes to add to the conversation.

Example: ["Customer requested callback","Issue escalated to supervisor"]
Responses
200Success
application/json
objectOptional
patch
/v1/chatbots/{chatbotId}/conversations/{conversationId}/notes

Last updated