provider Tickets POST /tickets
@utdk/zendesk /tickets
Create a ticket
Create a new support ticket. You can set the subject, description, priority, type, requester, assignee, tags, and custom fields. A ticket must have at minimum a subject or description.

Try it

Authentication
Configure credentials for Zendesk Support API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createticket
POST/tickets
Create a new support ticket. You can set the subject, description, priority, type, requester, assignee, tags, and custom fields. A ticket must have at minimum a subject or description.

Input

required

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import zendesk from '@utdk/zendesk';

await zendesk.createticket()