zendesk_update_ticket
Modify Zendesk ticket fields including status, priority, assignee, and custom fields. Pass only changed fields to update and receive the refreshed ticket.
Instructions
Update one or more fields on a Zendesk ticket. Pass only the fields you want to change. status: new/open/pending/hold/solved/closed. priority: low/normal/high/urgent. type: problem/incident/question/task. assignee_id, requester_id, group_id, custom_status_id are integer IDs. due_at is ISO8601. Returns JSON of the refreshed ticket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes | ||
| subject | No | ||
| status | No | ||
| priority | No | ||
| type | No | ||
| assignee_id | No | ||
| requester_id | No | ||
| tags | No | ||
| custom_fields | No | ||
| due_at | No | ||
| group_id | No | ||
| custom_status_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |