Zoho Create Ticket

Creates a new ticket in Zoho Desk for an existing contact. Use it to open a support ticket programmatically.

What it does

  • Creates a ticket with subject, description and department.
  • Links the ticket to the provided contact ID.
  • Returns the new ticket ID.

Notes

  • Requires a Zoho Desk OAuth access token and organisation ID.

Inputs

NameTypeDescription
Contact IDStringContact ID linked to the ticket
Organisation IDStringOrganisation ID
Department IDStringDepartment ID associated with the ticket
Access TokenString (sensitive)Zoho access token
SubjectStringSubject of the ticket
DescriptionStringDescription on the ticket
ChannelStringChannel of ticket i.e. Email, Web

Outputs

NameTypeDescription
SuccessBooleanWhether the ticket was successfully created
Ticket IDStringticket id of the created ticket

Notes

API reference