update_ticket
Change ticket state, queue, priority, owner, and other attributes, and optionally add a new article to existing tickets.
Instructions
Update an existing Otobo ticket (change state, queue, priority, owner, etc.) and optionally add a new article
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lock | No | Lock state: 'lock' or 'unlock' | |
| type | No | New ticket type | |
| owner | No | New owner agent login | |
| queue | No | Move to queue | |
| state | No | New state, e.g. 'open', 'pending reminder', 'closed successful' | |
| title | No | New ticket title | |
| priority | No | New priority | |
| ticket_id | Yes | The Otobo ticket ID to update | |
| responsible | No | New responsible agent login | |
| sender_type | No | Sender type: 'agent', 'system', 'customer' (default: 'agent') | |
| article_body | No | Body for a new article to add | |
| pending_time | No | Pending time for pending states (YYYY-MM-DD HH:MM:SS) | |
| customer_user | No | Change customer user | |
| article_subject | No | Subject for a new article to add | |
| article_content_type | No | Article content type (default: 'text/plain; charset=utf-8') | |
| communication_channel | No | Communication channel: 'Email', 'Phone', 'Internal' (default: 'Internal') |