Skip to main content

Zendesk — Application Overview

Overview

Zendesk is a customer support and ticketing platform used by support, success, and operations teams to manage customer conversations, ticket workflows, and service requests.

The Zendesk integration within the Wrk platform lets you automate ticket retrieval, updates, comments, and related API workflows through prebuilt Wrk Actions.

This document provides an overview of how Zendesk integrates into Wrk, how authentication works, general API behaviour, and a list of available Wrk Actions.

Authentication

Zendesk uses API token (basic) authentication in Wrk.

The Connected Account requires:

InputDescription
Zendesk emailThe email address associated with the Zendesk user
Zendesk subdomainThe subdomain of your Zendesk instance (for example yourcompany in yourcompany.zendesk.com)
Zendesk API tokenAn API token from Admin Center → Apps and integrations → APIs → Zendesk API

Important Notes

  • API tokens are tied to a specific Zendesk user and inherit that user’s permissions.
  • If the token is rotated or revoked, update the Connected Account in Wrk.
  • Requests are made against your Zendesk subdomain instance.

General API Behaviour

Tickets and comments

Most Wrk Actions work with Zendesk Support tickets. Ticket operations typically require a ticket ID, and comment actions append public or private comments to an existing ticket.

Search and retrieve actions return JSON payloads from the Zendesk API that can be used by later steps in a Wrkflow.

List and search endpoints may return paginated results. When working with large ticket volumes, prefer search or filtered retrieval and iterate through pages rather than assuming a single response contains every record.

Available Wrk Actions

Additional Resources