Skip to main content
Zendesk logo

Zendesk

Lets an agent triage your Zendesk Support desk - list and search tickets, reply with comments, look up users and organizations, and create, update, or solve tickets.

What it can do

MethodWhat it does
zendesk_tickets_listList tickets; filter by status, paginate via limit/offset.
zendesk_tickets_getGet one ticket by id.
zendesk_tickets_createCreate a new ticket - subject and description required (write).
zendesk_tickets_updatePartially update a ticket - status, priority, assignee, tags, internal note (write).
zendesk_ticket_comments_listList comments on a ticket.
zendesk_ticket_comments_createAdd a public or internal comment to a ticket (write).
zendesk_users_listList users; filter by role, paginate via limit/offset.
zendesk_users_getGet one user by id.
zendesk_users_searchSearch users by email, name, or role.
zendesk_organizations_listList organizations, paginate via limit/offset.
zendesk_organizations_getGet one organization by id.
zendesk_tickets_searchSearch tickets with Zendesk Query Language (CQL).
zendesk_ticket_status_meGet the currently authenticated user (self).
zendesk_ticket_mark_as_solvedMark a ticket as solved, with an optional internal note (write).

How to get credentials

You need three values: your Zendesk subdomain, your agent email, and an API token.

  1. Note your subdomain - it is the {subdomain} in https://{subdomain}.zendesk.com.
  2. In Zendesk, open Admin Center - Apps and integrations - APIs - Zendesk API.
  3. Make sure Token access is enabled, then Add API token.
  4. Copy the generated token now - it is shown only once.
  5. Use your Zendesk account email (e.g. agent@company.com) for authentication.

See About API tokens for details.

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
ZENDESK_SUBDOMAINThe {subdomain} in https://{subdomain}.zendesk.com
ZENDESK_EMAILYour Zendesk account email (e.g. agent@company.com)
ZENDESK_API_TOKENAdmin Center - Apps and integrations - APIs - Zendesk API - Add API token
We love our partners - FlyMy.AI builds with the best. Thanks, Zendesk!