zendesk_create_ticket
Create a Zendesk ticket by providing subject and description. Optionally set priority, type, requester, assignee, tags, and custom fields. Returns the created ticket as JSON.
Instructions
Create a new Zendesk ticket. subject and description are required. priority: low/normal/high/urgent. type: problem/incident/question/task. requester_id/assignee_id are user IDs (integers). custom_fields is a list of {id, value} dicts. Returns JSON of the created ticket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| description | Yes | ||
| requester_id | No | ||
| assignee_id | No | ||
| priority | No | ||
| type | No | ||
| tags | No | ||
| custom_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |