Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new Zendesk support ticket
| Field | Value |
|---|---|
| Name | zendesk__create_ticket |
| Group | Integrations |
{
"type": "object",
"properties": {
"subdomain": {
"type": "string",
"description": "Zendesk subdomain, for example example for example.zendesk.com"
},
"ticket": {
"type": "object",
"description": "Zendesk ticket payload, for example { subject, comment: { body }, priority, requester_id, tags }"
}
},
"required": [
"subdomain",
"ticket"
],
"description": "Input schema for the zendesk__create_ticket tool."
}