Skip to main content
Zoho Desk is a cloud-based help desk platform used to manage customer support tickets, workflows, and automation. The ZohoHelpDeskHandler provides a structured interface for interacting with the Zoho Desk REST API, enabling agent-driven and automated ticket management. This handler supports secure OAuth-based authentication and exposes tool-enabled methods to retrieve, update, and transition tickets across statuses, process stages, and blueprint workflows.

Example

Initialize ZohoHelpDeskHandler

Create the handler using explicit parameters.

Get Ticket

Retrieve a Ticket by ID:
Fetches full ticket details including status, fields, and metadata.

Update Ticket

Update Ticket Fields:
Allows updating any mutable ticket field such as priority, description, or custom fields.

Change Ticket Status

Update Ticket Status:
Transitions a ticket between standard statuses like Open, In Progress, or Closed.

Change Process Stage

Move Ticket to Custom Process Stage:
Updates a custom field representing internal workflow stages.

Trigger Blueprint Transition

Execute a Blueprint Transition:
Triggers a Zoho Blueprint workflow transition using a transition ID.