create_ticket
Create a new Zendesk ticket by providing a subject and comment body. Optionally include type, priority, tags, assignee, and requester email.
Instructions
WRITE: Create a new ticket (POST /api/v2/tickets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| type | No | ||
| subject | Yes | ||
| priority | No | ||
| assignee_id | No | ||
| comment_body | Yes | First comment / ticket description | |
| requester_email | No | End user email. If the user does not exist, Zendesk creates it automatically. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||