Customer support platform for managing tickets and service requests
zendesk.getArticle
articleId
(TEXT, Required): The unique identifier of the article to retrievezendesk.getTicket
ticketId
(TEXT, Required): The unique identifier of the ticket to retrievezendesk.getTicketConversationLog
ticketId
(TEXT, Required): The unique identifier of the ticket to retrievezendesk.findHelpCenterArticles
query
(TEXT, Optional): Search for articles containing specific text
locales
(TEXT, Optional): Filter results by language localecategoryIds
(TEXT, Optional): Limit results to articles within a specific categorysectionIds
(TEXT, Optional): Limit results to articles within a specific sectiontags
(TEXT, Optional): Filter articles by their label namesupdatedAfter
(TEXT, Optional): Filter articles updated after this dateupdatedBefore
(TEXT, Optional): Filter articles updated before this datesortBy
(SELECT, Optional): Choose how to sort the article resultssortOrder
(SELECT, Optional): Choose the direction for sorting resultszendesk.findtickets
searchQuery
(TEXT, Optional): A text string for full-text search across all searchable properties
sortOrder
(SELECT, Optional): Sort order for resultssortBy
(SELECT, Optional): Sorting parameter for returned resultszendesk.findusers
query
(TEXT, Optional): The search query to find users
externalId
(TEXT, Optional): Search for a user by their external IDpage
(TEXT, Optional): The page number for paginationperPage
(TEXT, Optional): The number of records to return per pagezendesk.listusers
role
(SELECT, Optional): Filters the results by a single role
roles
(TEXT, Optional): Filters the results by multiple rolespermissionSet
(TEXT, Optional): For custom roles on Enterprise plan and aboveexternalId
(TEXT, Optional): List users by external IDpage
(TEXT, Optional): The page number for paginationperPage
(TEXT, Optional): The number of records to return per pagezendesk.createHelpCenterArticle
sectionId
(TEXT, Required): The ID of the section where the article will be created
title
(TEXT, Required): The title of the articlebody
(MULTI_LINE_TEXT, Required): The main content of the article in HTML formatlocale
(TEXT, Optional): The language/locale for the articleuserSegmentId
(TEXT, Optional): The ID of the user segment that can view this articlepermissionGroupId
(TEXT, Required): The ID of the permission group that can edit and publish this articledraft
(SELECT, Optional): Whether the article should be created as a draftpromoted
(SELECT, Optional): Whether the article should be promoted (featured)position
(TEXT, Optional): The position of this article within its sectioncommentsDisabled
(SELECT, Optional): Whether to disable comments on this articlelabelNames
(TEXT, Optional): Labels/tags to associate with the articlecontentTagIds
(TEXT, Optional): Content tag IDs to attach to the articleauthorId
(TEXT, Optional): The ID of the user who should be credited as the article authornotifySubscribers
(SELECT, Optional): Whether to send email notifications to article subscriberszendesk.createticket
subject
(TEXT, Required): The subject line of the ticket
description
(TEXT, Required): The main body content of the ticketisPublic
(SELECT, Optional): Determines whether the comment is visible to the end-user/requesterpriority
(TEXT, Optional): The urgency level of the ticketstatus
(TEXT, Optional): The current state of the ticket in the support workflowticketType
(TEXT, Optional): The category of the tickettags
(TEXT, Optional): Labels applied to the ticket for categorizationcustomFields
(TEXT, Optional): Additional ticket fields specific to the organization’s Zendesk configurationrequesterId
(TEXT, Optional): The ID of the user who requested the ticketassigneeId
(TEXT, Optional): The ID of the agent the ticket should be assigned togroupId
(TEXT, Optional): The ID of the support group the ticket should be assigned tozendesk.updateticket
ticketId
(TEXT, Required): The ID of the ticket to update
status
(SELECT, Optional): The new status of the ticketcustomStatusId
(TEXT, Optional): The ID of a custom status to apply to the ticketpriority
(SELECT, Optional): The new priority level of the tickettype
(SELECT, Optional): The new type of the ticketassigneeId
(TEXT, Optional): The ID of the agent to assign the ticket togroupId
(TEXT, Optional): The ID of the support group to assign the ticket totags
(TEXT, Optional): The new tags to apply to the ticketcustomFields
(TEXT, Optional): The new custom field values to apply to the ticketcomment
(MULTI_LINE_TEXT, Optional): A comment to add to the ticket with this updateisPublic
(SELECT, Optional): Determines whether the comment is visible to the end-user/requesterauthorId
(TEXT, Optional): The ID of the user who is adding the commentzendesk.replytoticket
ticketId
(TEXT, Required): The ID of the ticket to reply to
comment
(MULTI_LINE_TEXT, Required): The content of the reply/comment to add to the ticketisPublic
(SELECT, Optional): Determines whether the comment is visible to the end-user/requesterIssue | Solution |
---|---|
Authentication failed | Verify your OAuth credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |