Resolve Conversation
resolve_conversationResolve a support conversation after handling the customer's issue. The operation is idempotent, so closing an already-closed conversation has no effect.
Instructions
Mark a support-inbox conversation resolved (closed) and return the result. A write; idempotent — resolving an already-resolved conversation is a no-op. Resolve conversation_id via list_conversations first. Do it after you've replied and the ask is handled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | Conversation id to resolve, from list_conversations (required). |