Create ticket
zendesk_create_ticketMUTATING: create a new support ticket. subject and comment_body are required; the comment becomes the ticket's first message. Zendesk REST: POST /tickets.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to set on the ticket. | |
| type | No | Type: problem | incident | question | task. | |
| status | No | Status: new | open | pending | hold | solved | closed. | |
| subject | Yes | Ticket subject/title (required). | |
| group_id | No | Group id to assign the ticket to. | |
| priority | No | Priority: urgent | high | normal | low. | |
| assignee_id | No | Agent id to assign the ticket to. | |
| comment_body | Yes | Body of the ticket's first comment (required). | |
| requester_id | No | User id of the ticket requester. | |
| comment_public | No | Whether the first comment is public (default true). |