Category: Customer Support
Connect by: Paste an API key
Official API docs: https://developer.zendesk.com/api-reference/ticketing/
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| List tickets ordered by most recently created. (docs) | GET /tickets.json?sort_by=created_at&sort_order=desc | 🟢 low | — no |
| List users (agents and end users) in the account. (docs) | GET /users.json | 🟢 low | — no |
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| Create a new support ticket (subject + first comment body, optional priority). (docs) | POST /tickets.json | 🟡 medium | ✅ yes |
| Add a public (customer-visible) comment to an existing ticket. (docs) | PUT /tickets/{id}.json | 🟡 medium | ✅ yes |
| Update a ticket's status (new/open/pending/hold/solved/closed). (docs) | PUT /tickets/{id}.json | 🟢 low | ✅ yes |
Zendesk per-minute rate limits vary by plan (e.g. ~100 req/min on standard, higher with the High Volume API add-on). HTTP 429 with a Retry-After header on exceed.