Skip to content

Zendesk ​

Manage tickets, users, and organizations with the Zendesk Support API.

DetailValue
CategorySupport
Base URLhttps://{subdomain}.zendesk.com/api/v2
AuthenticationBearer Token
Endpoints6
Connector keyzendesk

Using Zendesk in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Zendesk from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /ticketsList tickets
POST /ticketsCreate a ticket
GET /tickets/{ticket_id}Get a ticket
PUT /tickets/{ticket_id}Update a ticket
GET /usersList users
GET /searchSearch tickets, users, organizations

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.