Skip to main content

Create Ticket

Description

Zendesk: Create Ticket step creates a new ticket on the specified Zendesk instance.

General Tab

Configuration

No.Field NameDescription
1Step NameName of the step. This name has to be unique within a single workflow.
Connection:
2Base URLSelect the base URL of the Zendesk server 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 Token value from a field in the previous steps of the stream using a drop‑down list.
Else, enable the checkbox for Token field to appear as a Text box.
4Access TokenSpecify the API Token for the Zendesk instance.
The API Token is entered using a widget. The widget handles both Text (static value or environment variable) and Combo (drop‑down containing values from previous steps).
Data type: Secure string
Mandatory
If the checkbox above is enabled, the Token field appears as a text box and accepts static values or variables.
If the checkbox is disabled, the Token field appears as a drop‑down to select fields from previous steps.
5Test ConnectionClick the button to test whether the connection is available or not.

Input Tab

Input Fields

No.Field NameDescription
1Accept Fields as JSONEnable the checkbox to accept field names as JSON input. In the JSON text, you can have dynamic fields to insert rather than static fields provided in the Table Fields.
Leave this unchecked to provide Table Fields as input.
2JSONJSON text should contain key-value pairs enclosed by double quotes (") enclosure. Provide all the required or mandatory fields and other fields to be inserted as keys in the JSON.
If the Accept Fields as JSON checkbox is enabled, this field is activated. Choose a field containing the JSON text.
Data type: String
Mandatory
3Form NameSelect the name of the form to be selected to update a ticket.
4GetClick the button to populate the list of form names on the Zendesk instance.
Table FieldsIf Accept Fields as JSON is not selected, the fields in this table are mandatory.
5Variable Field NameSelect valid values of the respective field associated with the field name.

The data type is string. This field is mandatory.

Output Tab

Output Field

No.Field NameDescription
1Ticket IDSpecify an output field to hold the Ticket ID created on successful plugin execution.
The default value for this field is TicketID.

Common Buttons

Buttons

No.Field NameDescription
1OKOn click of this button, it will check the field values. If any required field values are missing, it will display a validation error message. If all required field values are provided, it will save the field values.
2CancelOn click of this button, it will cancel the window and not save any values.