Skip to content

Close Conversation

POST/v1/conversations/close

Updates conversation status to Closed (Resolved), with optional category and summary.

Body

conversationIdstringThe ID of the conversation to close. required
Example:60f1234567890abcdef12345
closingNoteIdstringOptional category or closing note ID.
Example:01kyn6qneqzqsemg0n2bdrm105
summarystringOptional summary of the resolution.
Example:Resolved customer inquiry

Responses

Body

success_codeenum: 200 | 201Numeric success code matching the HTTP response status. required
Example:200
messagestring required
Example:OK
detailsobject required
dataobject required
metaobject
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required