Resolve Conversation
resolve_conversationResolve a support-inbox conversation to mark it closed after you've replied and handled the ask. Idempotent: no-op if already resolved.
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). |