Skip to main content

Update Ticket

Description

Zoho Desk: Update Ticket plugin step updates an existing ticket on a specified Zoho Desk instance.

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:

No.Field NameDescription
1Ticket IDSpecify the ticket ID for which you want to update the tickets.The field data type is String. This is mandatory.
2Accept Field As JSONSelect the checkbox, if you want to use the field to update the ticket. Else, specify the details in the Table Fields to update the ticket.
3JSONProvide JSON in a valid format to update the ticket. For example,

{"subject": "ZohoDesk Ticket Demo"}

Input table: Specify the details if you have not selected the Accept Field As JSON checkbox.
2.aVariable Field NameSpecify the value from the previous field or run-time parameters.
2.bStatic Field NameClick in the input table, fields associated with Update Ticket are populated.
2.cField ValuesSpecify value of the respective field associated with the field name.
3Form NameSelect the name of the form to set the Form or Layout. The field data type is String. This is mandatory.
4GetClick to populate the list of form names in Zoho Desk.