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.

