Change a ticket's fields
freshdesk_update_ticketUpdate ticket details: status, priority, assignee, group, type, tags, and custom fields. Status and priority are validated against your account first, ensuring valid values.
Instructions
Move a ticket: status, priority, assignee, group, type, tags, custom fields.
The customer is not emailed by this, but changing status IS visible to them on the portal, and Freshdesk automations may react to it.
Statuses and priorities are accepted by name or code and validated against this account first, so a wrong value fails here — listing the valid ones — instead of coming back as an opaque 400.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | REPLACES the whole tag list, it does not append. | |
| type | No | ||
| status | No | Status name or code. See freshdesk_get_ticket_fields. | |
| group_id | No | ||
| priority | No | Low/Medium/High/Urgent or 1-4. | |
| ticket_id | Yes | ||
| responder_id | No | Agent id to assign to. | |
| custom_fields | No | Keyed by the cf_ name from freshdesk_get_ticket_fields. |