Zendesk
example.zendesk.com
Zendesk is a customer service and support ticketing platform. The API lets you create and manage support tickets, users, organizations, groups, tags, Help Center articles, views, macros, triggers, automations, SLA policies, and satisfaction ratings.
Enable this service
This service is in the catalog but not part of v1 launch billing. To use it, run the command below and provide your own API key in the local config page — the gateway will call it under your account.
api_key
free
1.0
https://example.zendesk.com
May 4, 2026
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Top Capabilities
Most commonly used operations — ready to call without drill-down.
articles_list
GETList Help Center articles.
GET https://example.zendesk.com/api/v2/help_center/articles
page (integer) — Page number
per_page (integer) — Results per page
automations_list
GETList all automations (time-based rules).
GET https://example.zendesk.com/api/v2/automations
page (integer) — Page number
active (boolean) — Filter by active state
brands_list
GETList all brands in the account.
GET https://example.zendesk.com/api/v2/brands
All Capabilities (54)
help_center (5)
Create a new Help Center article.
Retrieve a Help Center article.
List Help Center articles.
Search Help Center articles by keyword.
Update a Help Center article.
attachments (1)
Upload a file to attach to a ticket.
automations (1)
List all automations (time-based rules).
brands (1)
List all brands in the account.
groups (5)
Create a new group.
Delete a group.
Retrieve a specific group.
List all agent groups.
Update a group.
job_statuses (1)
Check the status of a background job.
macros (2)
Apply a macro to a ticket.
List all macros.
organizations (6)
Create a new organization.
Delete an organization.
Retrieve a specific organization.
List all organizations.
Search organizations by name or external ID.
Update an organization.
satisfaction_ratings (1)
List customer satisfaction ratings.
search (1)
Search across tickets, users, and organizations using Zendesk query language.
sla_policies (1)
List all SLA policies.
tags (2)
List all tags used in the account.
Set tags on a ticket (replaces existing).
ticket_fields (1)
List all ticket fields including custom fields.
tickets (14)
List collaborators for a ticket.
List comments on a ticket.
Create a new support ticket.
Create multiple tickets in batch.
Soft-delete a ticket.
Bulk delete tickets.
Retrieve a single ticket by ID.
List incidents linked to a problem ticket.
List all tickets accessible to the authenticated agent.
Merge tickets into a target ticket.
List recently viewed tickets.
Retrieve multiple tickets by their IDs.
Update a ticket's properties or add a comment.
Bulk update multiple tickets.
triggers (1)
List all triggers (automation rules).
users (9)
Create a new user.
Create or update a user based on email/external_id.
Soft-delete a user.
Retrieve a specific user by ID.
List all users (agents, admins, end-users).
Retrieve the authenticated user's profile.
Merge two end users into one.
Search users by name, email, or external ID.
Update a user's profile.
views (2)
List all shared and personal views.
Execute a view and retrieve its tickets.
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Zendesk
Description: Zendesk is a customer service and support ticketing platform. The API lets you create and manage support tickets, users, organizations, groups, tags, Help Center articles, views, macros, triggers, automations, SLA policies, and satisfaction ratings.
Auth: api_key
Capabilities (54 total):
help_center (5):
- articles_create: Create a new Help Center article.
- articles_get: Retrieve a Help Center article.
- articles_list: List Help Center articles.
- articles_search: Search Help Center articles by keyword.
- articles_update: Update a Help Center article.
attachments (1):
- attachments_upload: Upload a file to attach to a ticket.
automations (1):
- automations_list: List all automations (time-based rules).
brands (1):
- brands_list: List all brands in the account.
groups (5):
- groups_create: Create a new group.
- groups_delete: Delete a group.
- groups_get: Retrieve a specific group.
- groups_list: List all agent groups.
- groups_update: Update a group.
job_statuses (1):
- job_statuses_get: Check the status of a background job.
macros (2):
- macros_apply: Apply a macro to a ticket.
- macros_list: List all macros.
organizations (6):
- organizations_create: Create a new organization.
- organizations_delete: Delete an organization.
- organizations_get: Retrieve a specific organization.
- organizations_list: List all organizations.
- organizations_search: Search organizations by name or external ID.
- organizations_update: Update an organization.
satisfaction_ratings (1):
- satisfaction_ratings_list: List customer satisfaction ratings.
search (1):
- search: Search across tickets, users, and organizations using Zendesk query language.
sla_policies (1):
- sla_policies_list: List all SLA policies.
tags (2):
- tags_list: List all tags used in the account.
- ticket_tags_set: Set tags on a ticket (replaces existing).
ticket_fields (1):
- ticket_fields_list: List all ticket fields including custom fields.
tickets (14):
- tickets_collaborators_list: List collaborators for a ticket.
- tickets_comments_list: List comments on a ticket.
- tickets_create: Create a new support ticket.
- tickets_create_many: Create multiple tickets in batch.
- tickets_delete: Soft-delete a ticket.
- tickets_delete_many: Bulk delete tickets.
- tickets_get: Retrieve a single ticket by ID.
- tickets_incidents_list: List incidents linked to a problem ticket.
- tickets_list: List all tickets accessible to the authenticated agent.
- tickets_merge: Merge tickets into a target ticket.
- tickets_recent_list: List recently viewed tickets.
- tickets_show_many: Retrieve multiple tickets by their IDs.
- tickets_update: Update a ticket's properties or add a comment.
- tickets_update_many: Bulk update multiple tickets.
triggers (1):
- triggers_list: List all triggers (automation rules).
users (9):
- users_create: Create a new user.
- users_create_or_update: Create or update a user based on email/external_id.
- users_delete: Soft-delete a user.
- users_get: Retrieve a specific user by ID.
- users_list: List all users (agents, admins, end-users).
- users_me: Retrieve the authenticated user's profile.
- users_merge: Merge two end users into one.
- users_search: Search users by name, email, or external ID.
- users_update: Update a user's profile.
views (2):
- views_list: List all shared and personal views.
- views_tickets_list: Execute a view and retrieve its tickets.
Top capabilities (ready to call):
- articles_list: GET /api/v2/help_center/articles
- automations_list: GET /api/v2/automations
- brands_list: GET /api/v2/brands