Skip to main content

Get Ticket

Description

This step retrieves tickets from Zoho Desk based on filter criteria. You can filter by status, department, or other ticket properties. The step returns the matching ticket data. Use this step in workflows that look up open tickets, collect ticket data for reporting, or feed ticket lists into subsequent steps for bulk processing. References:

Configurations

No.Field NameDescription
1Step NameName of the step. This name has to be unique in a single workflow.
Connection:
2Base URLSpecify a base URL of Zoho Desk instance.

Example:- https://desk.zoho.in

The Base URL will change as per the Data Center.

The field data type is String. This is mandatory.

3Client IDSpecify the client ID of Zoho Desk instance.The field data type is String. This is mandatory.
4Client SecretSpecify the client secret of the Zoho Desk instance.The field data type is String. This is mandatory.
5Accept value as variable/staticLeave checkbox unchecked to accept Refresh Token value from a field in the previous steps of the stream using a drop down list. Else select the checkbox for the Refresh Token field to appear as Text box.
6Refresh TokenRetrieve the refresh token from OAuth token API call.The field data type is Secure String. This is mandatory.
7Test ConnectionClick Test Connection button to verify whether the connection is available or not.

Input tab:

Field NameDescription
Form NameSelect the name of the form to set the Form or Layout.

The field data type is String. This is mandatory.

Criteria QueryFetches all Zoho Desk tickets matching the criteria query. For example,

subject= "Test Ticket"

The field data type is String. This is mandatory.

Note: NOT, AND, and OR operators are not supported for criteria queries.

Fetch Records Batch SizeSpecify the record batch size, which will give the output. The provision will fetch the records in the provided batches.
Get Top N RecordsFetch the Top N records matching the criteria query.

Output tab:

No.Field NameDescription
1Field NameClick in the input table, fields associated with the Form Name will populate.
2Output Field NameHolds value of the respective field associated with the field name.
3Get FieldsClick to get the field names and output field names.