Create Zendesk Ticket
create_ticketCreate a new Zendesk support ticket with a subject and description, then set priority, type, assignee, group, tags, or custom fields as needed.
Instructions
Create a new Zendesk support ticket with subject, description, and optional priority/type/assignee/tags. The description becomes the first public comment of the ticket, and the new ticket id is returned. After creation, use update_ticket to change status or assignee, add_public_comment or add_private_note to reply, and manage_tags to adjust tags. Look up valid assignee_id / group_id and custom field ids via search_users or your Zendesk admin settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to set on the ticket. | |
| type | No | Ticket type. One of problem, incident, question, task. | |
| subject | Yes | Ticket subject | |
| group_id | No | Id of the group to assign the ticket to. | |
| priority | No | Ticket priority. One of urgent, high, normal, low. | |
| assignee_id | No | User id of the agent to assign the ticket to. | |
| description | Yes | Ticket description | |
| custom_fields | No | Custom field values as { id, value } pairs (field ids come from your Zendesk admin settings). |