Manage Zendesk tickets, users, organizations, and ticket fields from inside an agent workflow.
Zendesk actions let an agent work with your support data directly in a flow. An agent can create and update tickets, manage users and organizations, read ticket fields, and pass the results to later steps.
Generate an API token in your Zendesk admin center, then store it as a Zendesk credential in Credential Management. Select that credential on every Zendesk action.
Every action needs your Subdomain and authentication email. The Subdomain is the mycompany part of mycompany.zendesk.com, and the authentication email is the email tied to your API token. Both are required on every Zendesk action.
Map text inputs from earlier steps. Inputs such as Subject, Description, and Email accept a value mapped from a previous step.
Numeric and toggle inputs take fixed values. Numeric IDs such as Assignee ID, Group ID, and Organization ID, the Limit, and the Comment Is Public toggle take fixed values.
Comma separated lists.Tags and Domain Names are entered as comma separated values.
JSON objects for custom data.Custom Fields, Organization Fields, and User Fields accept a JSON object.
List actions cap results with Limit. The Get All actions return up to Limit records.
Subdomain and the authentication email tied to your API token are required on every Zendesk action. They are documented here once and are not repeated in each operation’s input table below.
Confirm the Subdomain and the authentication email are correct, and that the stored API token belongs to that account and has not been revoked. The authentication email must match the user who owns the token.
Record not found
The Ticket ID, User ID, or Organization ID you passed does not exist in this Zendesk account. Use a Get All or Search action to confirm the ID before referencing it.
Invalid field or value
Status, Priority, and Type accept only their listed values. Custom Fields, Organization Fields, and User Fields must be a valid JSON object whose keys match fields defined in your account.
Cannot recover the ticket
Zendesk Ticket Recover only works on a ticket that was soft deleted and not yet permanently removed. A permanently deleted ticket cannot be recovered.