zendesk_update_ticket
Update a Zendesk ticket's properties by providing the ticket ID and optional fields such as subject, status, priority, type, assignee, or tags.
Instructions
Update a Zendesk ticket's properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes | The ID of the ticket to update | |
| subject | No | The new subject of the ticket | |
| status | No | The new status of the ticket | |
| priority | No | The new priority of the ticket | |
| type | No | The new type of the ticket | |
| assignee_id | No | The ID of the agent to assign the ticket to | |
| tags | No | Tags to set on the ticket (replaces existing tags) |