create_ticket
Create a new support ticket in Zendesk with a subject, description, priority, type, tags, assignee, requester, and custom fields.
Instructions
Create a new Zendesk ticket. Requires the tickets:write scope.
priority: low | normal | high | urgent. type: problem | incident | question | task. custom_fields: list of {id, value} objects (see list_ticket_fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| type | No | ||
| subject | Yes | ||
| priority | No | ||
| assignee_id | No | ||
| description | Yes | ||
| requester_id | No | ||
| custom_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||