Zoho Get Ticket Content

Retrieves the customer's message from a Zoho Desk ticket and returns it cleaned of HTML. Use it to feed the ticket text into later steps of a flow.

What it does

  • Looks up the Zoho Desk ticket by ticket number.
  • Reads the first thread on the ticket and extracts its content.
  • Cleans the HTML and returns the plain message plus the first thread.

Inputs

NameTypeDescription
Ticket NumberStringTicket Number
Organisation IDStringOrganisation ID
Access TokenString (sensitive)Zoho access token
RegionStringRegion for the preprocessing endpoint Possible values: eu, us.

Outputs

NameTypeDescription
SuccessBooleanWhether the content was successfully retrieved
Ticket ContentStringTicket content
Thread DataObjectThread data

Notes

  • Requires a Zoho Desk OAuth access token and the organisation ID (orgId).

API reference