Configure webhooks for Zoho Desk ticket events via the Desk REST API

domain: desk.zoho.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Confirm the API user's profile has the Webhooks permission enabled (Setup > Users and Control > Permissions > Profiles) — webhook creation is both edition-gated and profile-gated
  2. Call POST https://desk.zoho.com/api/v1/webhooks with orgId and an OAuth Authorization header (scope Desk.webhooks.CREATE), sending a body with the required url plus optional name, description, and a subscriptions object keyed by event name (e.g. Ticket_Add, Ticket_Update, Ticket_Comment_Add); most event keys must be passed as null since they don't support filters
  3. For ticket-related events (Ticket_Add, Ticket_Update, Ticket_Comment_Add, Ticket_Thread_Add) optionally scope delivery with a departmentIds filter; Ticket_Update additionally supports includePrevState and a fields array (max 5 tracked fields) to only fire on specific field changes
  4. Zoho Desk immediately sends a validation GET (falling back to a validation POST) to the subscription URL after creation — that endpoint must return 200 OK or the webhook creation fails
  5. Use PATCH /api/v1/webhooks/{webhook_id} (scope Desk.webhooks.UPDATE) to change the URL, subscriptions, or enabled state; changing the URL re-triggers the validation handshake
  6. Ensure the receiving endpoint returns 200 OK within 5 seconds of every event delivery — anything else (including timeout) counts as a failed delivery, and returning 410 Gone causes Zoho to automatically remove the subscription

Known gotchas

Related routes

create and update support tickets via the Zoho Desk REST API
zoho.com · 6 steps · unrated
Manage Zoho Desk agents and teams via the Desk REST API
desk.zoho.com · 6 steps · unrated
Subscribe to and verify Zoho Sign webhooks for document status change events
help.zoho.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans