Skip to main content

Update Ticket

Description

Zendesk: Update Ticket step updates an existing ticket on a Zendesk instance.

General Tab

No.Field NameDescription
1Step NameName of the step. This name must be unique within a single workflow.
Connection:
2Base URLSpecify the base URL of the Zendesk instance. For example, https://xxxx.zendesk.com for a cloud instance.
Data type: String
Mandatory
Token:
3Accept Values as variable/staticLeave the checkbox unchecked to accept the Token value from a field in a previous step via a drop‑down list.
Enable the checkbox to display the Token field as a text box.
4Access TokenAccess token retrieved from the OAuth token API call.
5Test ConnectionClick to verify whether the connection is established.

Input Tab

No.Field NameDescription
1Ticket IDSelect the ticket ID for which you want to update the ticket.
2Accept Fields as JSONEnable the checkbox to accept field names as JSON input. In the JSON text, you can insert dynamic fields rather than static Table Fields. Leave unchecked to provide Table Fields as input.
3JSONEnter JSON text containing key‑value pairs enclosed in double quotes ("). Provide all required and optional fields as keys.
• Activated only if Accept Fields as JSON is enabled.
• Select a field containing the JSON text.
Data type: String. Mandatory when Accept Fields as JSON is selected.
Sample JSON:

json</p>[<p> {</p> "subject": "My printer is on fire!",<p> "status": "open"</p> }<p>]</p>

4Form NameSelect the form to use when updating the ticket.
5GetClick to populate the list of form names from the Zendesk instance.
Table FieldsIf Accept Fields as JSON is not selected, the following fields are mandatory.
6Variable Field NameSelect a value from previous steps, environment variables, or run‑time variables (e.g., incident field parameters).
7Static Field NameClick the cell to display fields associated with the selected form (incident fields in this case).
Note: Provide either Variable Field Name or Static Field Name; if both are provided, Static Field Name is used.
8Field ValueSelect valid updated values for the selected field.
Data type: String. Mandatory

Common Buttons

No.Field NameDescription
1OKOn click, validates all required field values. If any are missing, displays a validation error message. If all required values are provided, saves the field values.
2CancelOn click, cancels the window and does not save any values.