Skip to main content

Zendesk Connector

Zendesk Manage Tickets and users in Zendesk

Connections

API Token

Authenticates requests to Zendesk using a generated API token.

InputCommentsDefault
Zendesk Sub DomainYour Zendesk domain. (e.g. if your zendesk URL is https://acme-inc.zendesk.com, then your domain is acme-inc)
UsernameYour Zendesk username. (Email address used to login to Zendesk)
API TokenYour generated API token from Zendesk.

OAuth 2.0

Authenticates requests to Zendesk using an OAuth 2.0 connection.

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Zendesk DomainYour Zendesk domain. (e.g. if your zendesk URL is https://acme-inc.zendesk.com, then your domain is acme-inc)
Scopesread write
Client ID
Client Secret

OAuth2 (Deprecated)

Authenticates requests to Zendesk using an OAuth 2.0 connection.

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Authorize URLThe OAuth 2.0 Authorization URL for Zendeskhttps://YOUR-ZENDESK-DOMAIN.zendesk.com/oauth/authorizations/new
Token URLThe OAuth 2.0 Token URL for Zendeskhttps://YOUR-ZENDESK-DOMAIN.zendesk.com/oauth/tokens
ScopesA space-delimited set of one or more scopes to get the user's permission to access.read write
Client ID
Client Secret

Triggers

Webhook

Receive and validate webhook requests from Zendesk for webhooks you configure.

InputCommentsDefault
Connection

Actions

Associate Attachments in Bulk to Article

Associate attachments in bulk to one article at a time, with a maximum of 20 attachments per request.

InputCommentsDefault
Connection
Article IdThe unique identifier of the article.
LocaleThe desired locale.en-us
Attachment IdsAttachment IDs to be attached to the Object.

Create Article

Create a new Article in the Help Center.

InputCommentsDefault
Connection
LocaleThe desired locale.en-us
Section IdThe unique identifier of the section.
TitleThe title of the article.
User Segment IdThe unique identifier of the user segment.
Permission Group IdThe unique identifier of the permission group.
BodyThe body of the article.
DraftWhether the article is a draft or not.false
Notify SubscribersSupplying a notify_subscribers with a value of false will prevent subscribers to the article from receiving an article creation email notification. This can be helpful when creating many articles at a time.false

Create Article Attachment

Creates an attachment for the specified article in the Help Center.

InputCommentsDefault
Connection
File NameThe name of the file to upload
FileThe File Attachment to upload.
InlineWhether to inline the attachment or not.false
Article IdThe unique identifier of the article.

Create Article Subscription

Create a subscription to an article in the Help Center.

InputCommentsDefault
Connection
Article IdThe unique identifier of the article.
UserIdThe ID of the user to subscribe to the section. If none provided, the API assumes the current user.
LocaleThe locale of the article. If not provided, the default locale is used.

Create Category

Create a category in the Help Center.

InputCommentsDefault
Connection
Category NameThe name of the category.
Category DescriptionThe description of the category.
LocaleThe desired locale.en-us
PositionThe position of the category to be created.

Create Post

Create a new post in the Help Center.

InputCommentsDefault
Connection
Topic IdThe ID of the topic to create the post in.
TitleThe title of the post.
DetailsThe details of the post.
FeaturedWhether the post is featured or not.false
PinnedWhether the post is pinned or not.false
StatusThe status of the post.
Notify SubscribersSupplying a notify_subscribers with a value of false will prevent subscribers to the article from receiving an article creation email notification. This can be helpful when creating many articles at a time.false
Content Tag IdsContent Tag IDs to be attached to the Object.

Create Post Subscription

Create a Post subscription in the Help Center.

InputCommentsDefault
Connection
Post IdThe unique identifier of the post.
UserIdThe ID of the user to subscribe to the post. If none provided, the API assumes the current user.

Create Section

Create a category in the Help Center.

InputCommentsDefault
Connection
LocaleThe desired locale.en-us
Category IdThe unique identifier of the category.
Section NameThe name of the section.
Section DescriptionThe description of the section.
PositionThe position of the section.

Create Section Subscription

Create a Section subscription in the Help Center.

InputCommentsDefault
Connection
Section IdThe unique identifier of the section.
UserIdThe ID of the user to subscribe to the section. If none provided, the API assumes the current user.
LocaleThe locale of the section. If not provided, the default locale is used.
Include CommentsWhether to be subscribed to comments or not.false

Create Ticket

Create a new ticket.

InputCommentsDefault
Requester NameProvide a string value for the name of the requester.
Requester EmailProvide a string value for the email of the requester.
Assignee IdProvide a valid user id for the assignee of the ticket.
Recipient EmailProvide a string value for the name of the recipient.
Ticket SubjectProvide a string value for the subject of the ticket
Ticket PriorityProvide a string value for the priority of the ticket.
Ticket StatusProvide a string value for the status of the ticket.
Ticket Comment BodyWhen creating a ticket, this field can be used to give a ticket description. It will also leave a comment on the ticket from the assignee.
Ticket Comment HTML BodyWhen creating a ticket, this field can be used to give a ticket description using HTML. It will also leave a comment on the ticket from the assignee.
TagsFor each item, provide a string value for the tag.
Ticket TypeProvide a string value for the type of the ticket.
Requester Organization IdProvide an integer value to specify the Organization of the requester.
FollowersFor each item provide a unique identifier of the follower you want to add to the issue.
Connection
External IDThe ID of this issue from an external system

Create Topic

Create a new topic in the Help Center.

InputCommentsDefault
Connection
Topic NameThe name of the topic.
Topic DescriptionThe description of the topic.

Create Topic Subscription

Create a new Topic subscription In The Help Center.

InputCommentsDefault
Connection
Topic IdThe unique identifier of the topic.
UserIdThe ID of the user to subscribe to the topic. If none provided, the API assumes the current user.
Include CommentsWhether to be subscribed to comments or not.false

Create User

Create a new user.

InputCommentsDefault
NameProvide a string value for the name of the user.
Email AddressProvide a valid email address for the user. Make sure this value does not conflict with any other users in your Zendesk Domain
User RoleProvide which level of permissions the user is granted.
Phone NumberProvide a valid phone number for the user.
External IdA unique identifier from another system. The API treats the id as case sensitive. Example: "ian1" and "Ian1" are different users
NotesProvide a string value that represents notes to be attached to the user.
DetailsProvide a string value that represents details to be attached to the user.
ModeratorThis flag specifies whether or not the user will have moderator permissions.false
AliasProvide a string value that represents an alias to give to a user.
VerifiedFlip this flag to true if any of the user's identities is verified.false
Organization IdProvide the unique identifier of the organization.
Connection

Create Webhook

Create a webhook in Zendesk to notify you of changes to your users, organization, or tickets

InputCommentsDefault
Connection
Callback URLThe URL to send data to
Webhook NameA unique name to assign this webhook
EventsDetermines what events trigger a webhook to fire
Allow Duplicates?false

Create Webhook Trigger

Create a trigger to cause a webhook to fire

InputCommentsDefault
Connection
Trigger Name
Webhook ID
Webhook Message BodyThe body to send to the webhook. See https://support.zendesk.com/hc/en-us/articles/4408886858138-Zendesk-Support-placeholders-reference
{
"current_user": {
"details": "{{current_user.details}}",
"email": "{{current_user.email}}",
"external_id": "{{current_user.external_id}}",
"first_name": "{{current_user.first_name}}",
"language": "{{current_user.language}}",
"name": "{{current_user.name}}",
"notes": "{{current_user.notes}}",
"organization.details": "{{current_user.organization.details}}",
"organization.name": "{{current_user.organization.name}}",
"organization.notes": "{{current_user.organization.notes}}",
"phone": "{{current_user.phone}}",
"tags": "{{current_user.tags}}"
},
"ticket": {
"account": "{{ticket.account}}",
"assignee": {
"first_name": "{{ticket.assignee.first_name}}",
"last_name": "{{ticket.assignee.last_name}}",
"name": "{{ticket.assignee.name}}"
},
"brand": {
"name": "{{ticket.brand.name}}"
},
"cc_names": "{{ticket.cc_names}}",
"ccs": "{{ticket.ccs}}",
"comments_formatted": "{{ticket.comments_formatted}}",
"description": "{{ticket.description}}",
"due_date": "{{ticket.due_date}}",
"email_cc_names": "{{ticket.email_cc_names}}",
"email_ccs": "{{ticket.email_ccs}}",
"external_id": "{{ticket.external_id}}",
"follower_names": "{{ticket.follower_names}}",
"follower_reply_type_message": "{{ticket.follower_reply_type_message}}",
"followers": "{{ticket.followers}}",
"group": {
"name": "{{ticket.group.name}}"
},
"id": "{{ticket.id}}",
"in_business_hours": "{{ticket.in_business_hours}}",
"latest_comment_formatted": "{{ticket.latest_comment_formatted}}",
"latest_public_comment_formatted": "{{ticket.latest_public_comment_formatted}}",
"link": "{{ticket.link}}",
"organization": {
"external_id": "{{ticket.organization.external_id}}",
"name": "{{ticket.organization.name}}"
},
"priority": "{{ticket.priority}}",
"public_comments_formatted": "{{ticket.public_comments_formatted}}",
"requester": {
"email": "{{ticket.requester.email}}",
"external_id": "{{ticket.requester.external_id}}",
"first_name": "{{ticket.requester.first_name}}",
"language": "{{ticket.requester.language}}",
"last_name": "{{ticket.requester.last_name}}",
"name": "{{ticket.requester.name}}",
"phone": "{{ticket.requester.phone}}"
},
"status": "{{ticket.status}}",
"tags": "{{ticket.tags}}",
"ticket_field_ID": "{{ticket.ticket_field_ID}}",
"ticket_field_option_title_ID": "{{ticket.ticket_field_option_title_ID}}",
"ticket_form": "{{ticket.ticket_form}}",
"ticket_type": "{{ticket.ticket_type}}",
"title": "{{ticket.title}}",
"via": "{{ticket.via}}"
}
}
Trigger ConditionsThe conditions under which this trigger will fire. Leave the default to fire under any change.
{
"all": [],
"any": [
{
"field": "status",
"operator": "changed"
},
{
"field": "status",
"operator": "not_changed"
}
]
}
Allow Duplicates?Allow a duplicate trigger with the same title to be created?false

Delete Article Attachment

Deletes an existing article attachment.

InputCommentsDefault
Connection
Article Attachment IdThe unique identifier of the article attachment.

Delete Article Subscription

Delete a subscription to an article in the Help Center.

InputCommentsDefault
Connection
Subscription IdThe unique identifier of the subscription.
Article IdThe unique identifier of the article.
LocaleThe locale of the article. If not provided, the default locale is used.

Delete Category

Delete a category in the Help Center.

InputCommentsDefault
Connection
Category IdThe unique identifier of the category.

Delete Instance Webhooks

Delete all webhooks pointed at this instance

InputCommentsDefault
Connection

Delete Post

Delete a post in the Help Center.

InputCommentsDefault
Connection
Post IdThe unique identifier of the post.

Delete Post Subscription

Delete a Post subscription in the Help Center.

InputCommentsDefault
Connection
Post IdThe unique identifier of the post.
Subscription IdThe unique identifier of the subscription.

Delete Section

Delete a section in the Help Center. (warning: deleting a section also deletes all its articles).

InputCommentsDefault
Connection
LocaleThe desired locale.en-us
Section IdThe unique identifier of the section.

Delete Section Subscription

Delete a Section subscription in the Help Center.

InputCommentsDefault
Connection
Section IdThe unique identifier of the section.
Subscription IdThe unique identifier of the subscription.

Delete Ticket

Delete the information and metadata of a ticket by Id.

InputCommentsDefault
Ticket IdProvide the unique identifier for the ticket you would like to show.
Connection

Delete Topic

Delete a topic from the Help Center.

InputCommentsDefault
Connection
Topic IdThe unique identifier of the topic.

Delete Topic Subscription

Delete a Topic subscription in the Help Center.

InputCommentsDefault
Connection
Topic IdThe unique identifier of the topic.
Subscription IdThe unique identifier of the subscription.

Delete User

Delete the information and metadata of a user by Id.

InputCommentsDefault
UserIdProvide an integer value for the unique identifier of the user.
Connection

Delete Webhook

Delete a webhook by ID

InputCommentsDefault
Connection
Webhook ID

Get Article

Shows the properties of the specified article in the Help Center.

InputCommentsDefault
Connection
LocaleThe locale of the articles to retrieve. Defaults to 'en-us'.en-us
Article IdThe unique identifier of the article.

Get Article Attachment

Shows the properties of the specified attachment on an Article located in the Help Center.

InputCommentsDefault
Connection
Article IdThe unique identifier of the article.
Article Attachment IdThe unique identifier of the article attachment.

Get Article Subscription

Get an Article Subscription in the Help Center.

InputCommentsDefault
Connection
Subscription IdThe unique identifier of the subscription.
Article IdThe unique identifier of the article.
LocaleThe locale of the article. If not provided, the default locale is used.

Get Category

Get a category in the Help Center.

InputCommentsDefault
Connection
LocaleThe desired locale.en-us
Category IdThe unique identifier of the category.

Get Post

Retrieve a post from the Help Center.

InputCommentsDefault
Connection
Post IdThe unique identifier of the post.

Get Post Subscription

Get a Post subscription in the Help Center.

InputCommentsDefault
Post IdThe unique identifier of the post.
Subscription IdThe unique identifier of the subscription.
Connection

Get Section

Retrieve a section in the Help Center.

InputCommentsDefault
Connection
LocaleThe desired locale.en-us
Section IdThe unique identifier of the section.

Get Section Subscription

Get a Section subscription in the Help Center.

InputCommentsDefault
Connection
Subscription IdThe unique identifier of the subscription.
Section IdThe unique identifier of the section.

Get Ticket By External ID

Get a ticket by external ID.

InputCommentsDefault
Connection
External IDThe ID of this issue from an external system

Get Topic

Retrieve a topic from the Help Center.

InputCommentsDefault
Connection
Topic IdThe unique identifier of the topic.

Get Topic Subscription

Get a Topic subscription in the Help Center.

InputCommentsDefault
Connection
Subscription IdThe unique identifier of the subscription.
Topic IdThe unique identifier of the topic.

List Article Attachments

Lists all the article's attachments in the Help Center.

InputCommentsDefault
Connection
Article IdThe unique identifier of the article.
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.
Fetch AllWhether to make the actions handle pagination and fetch all the records at once or not.false

List Articles

Retrieve a list of all articles in the Help Center.

InputCommentsDefault
Connection
LocaleThe locale of the articles to retrieve. Defaults to 'en-us'.en-us
Pagination CursorThe cursor to use for pagination. If not provided, the first page will be returned.
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.
Sort ByThe field to sort the articles by.
Sort OrderThe order to sort the results by.
Label NamesYou can specify that only articles with specific labelsshould be returning by adding the label names here, Max is 10. More info: https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/#label-names
Start TimeThe start time to filter articles by.
Fetch AllWhether to make the actions handle pagination and fetch all the records at once or not.false

List Article Subscriptions

List all subscriptions for an article in the Help Center.

InputCommentsDefault
Connection
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.
Pagination CursorThe cursor to use for pagination. If not provided, the first page will be returned.
Article IdThe unique identifier of the article.

List Categories

List all categories in the Help Center.

InputCommentsDefault
Connection
LocaleThe desired locale.en-us
Sort ByThe field to sort the results by.
Sort OrderThe order to sort the results by.
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.
Fetch AllWhether to make the actions handle pagination and fetch all the records at once or not.false

List Posts

List all posts in the Help Center.

InputCommentsDefault
Connection
Filter ByThe field to filter the results by.
Pagination CursorThe cursor to use for pagination. If not provided, the first page will be returned.
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.
Topic IdThe unique identifier of the topic.
Sort ByThe field to sort the results by.
Fetch AllWhether to make the actions handle pagination and fetch all the records at once or not.false

List Post Subscriptions

List all Post subscriptions in the Help Center.

InputCommentsDefault
Connection
Post IdThe unique identifier of the post.
Pagination CursorThe cursor to use for pagination. If not provided, the first page will be returned.
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.

List Sections

Lists all the sections in the Help Center or in a specific category.

InputCommentsDefault
Connection
LocaleThe desired locale.en-us
Category IdInput a categoryId to filter out sections by the ID provided.
Sort ByThe field to sort the results by.
Sort OrderThe order to sort the results by.
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.
Fetch AllWhether to make the actions handle pagination and fetch all the records at once or not.false

List Section Subscriptions

List all Section subscriptions in the Help Center.

InputCommentsDefault
Connection
Pagination CursorThe cursor to use for pagination. If not provided, the first page will be returned.
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.
Section IdThe unique identifier of the section.

List Tickets

List all Tickets.

InputCommentsDefault
Connection

List Tickets Assigned To User

List all of the tickets that have been assigned to a particular user.

InputCommentsDefault
UserIdProvide an integer value for the unique identifier of the user.
Connection

List Tickets Requested By User

List all of the tickets that a particular user has requested.

InputCommentsDefault
UserIdProvide an integer value for the unique identifier of the user.
Connection

List Topics

Retrieve a list of topics from the Help Center.

InputCommentsDefault
Connection
Pagination CursorThe cursor to use for pagination. If not provided, the first page will be returned.
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.
Fetch AllWhether to make the actions handle pagination and fetch all the records at once or not.false

List Topic Subscriptions

List all Topic subscriptions in the Help Center.

InputCommentsDefault
Connection
Pagination CursorThe cursor to use for pagination. If not provided, the first page will be returned.
Topic IdThe unique identifier of the topic.
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.

List Triggers

List workflow triggers

InputCommentsDefault
Connection

List Users

List all Users.

InputCommentsDefault
Connection

List Webhooks

List webhooks configured in Zendesk

InputCommentsDefault
Connection
Show only instance webhooksShow only webhooks that point to this instancetrue

Raw Request

Send raw HTTP request to Zendesk

InputCommentsDefault
Connection
URLInput the path only (/users), The base URL is already included with your proper Zendesk domain (https://YOUR-ZENDESK-DOMAIN.zendesk.com/api/v2). For example, to connect to https://YOUR-ZENDESK-DOMAIN.zendesk.com/api/v2/users, only /users is entered in this field.
MethodThe HTTP method to use.
DataThe HTTP body payload to send to the URL.
Form DataThe Form Data to be sent as a multipart form upload.
File DataFile Data to be sent as a multipart form upload.
File Data File NamesFile names to apply to the file data inputs. Keys must match the file data keys above.
Query ParameterA list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.
HeaderA list of headers to send with the request.
Response TypeThe type of data you expect in the response. You can request json, text, or binary data.json
TimeoutThe maximum time that a client will await a response to its request
Debug RequestEnabling this flag will log out the current request.false
Retry Delay (ms)The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.0
Retry On All ErrorsIf true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.false
Max Retry CountThe maximum number of retries to attempt. Specify 0 for no retries.0
Use Exponential BackoffSpecifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.false

Search Articles

Search for articles in the Help Center.

InputCommentsDefault
Connection
LocalesThe locale to filter the results by.
Search QueryThe search text to be matched or a search string.
Brand IdsLimit the search to articles or post within these brand.
Category IdsLimit the search to articles or post within these categories.
Section IdThe unique identifier of the section to filter the results for.
Created AfterThe time to filter the results by. (Format: YYYY-MM-DD)
Created AtThe time to filter the results by. (Format: YYYY-MM-DD)
Created BeforeThe time to filter the results by. (Format: YYYY-MM-DD)
Label NamesThe label names to filter the results by.
Updated AtThe time to filter the results by. (Format: YYYY-MM-DD)
Updated BeforeThe time to filter the results by. (Format: YYYY-MM-DD)
Updated AfterThe time to filter the results by. (Format: YYYY-MM-DD)
MultibrandWhether to filter the results by multibrand or not.false
Sort OrderThe order to sort the results by.
Sort ByThe field to sort the results by.

Search Posts

Search posts in the Help Center.

InputCommentsDefault
Connection
Topic IdThe ID of the topic to filter posts by.
Search QueryThe search text to be matched or a search string.
Created AtThe time to filter the results by. (Format: YYYY-MM-DD)
Created BeforeThe time to filter the results by. (Format: YYYY-MM-DD)
Created AfterThe time to filter the results by. (Format: YYYY-MM-DD)
Sort ByThe field to sort the results by.
Updated AfterThe time to filter the results by. (Format: YYYY-MM-DD)
Updated AtThe time to filter the results by. (Format: YYYY-MM-DD)
Updated BeforeThe time to filter the results by. (Format: YYYY-MM-DD)
Sort OrderThe order to sort the results by.

Search Users

Returns an array of users who meet the search criteria.

InputCommentsDefault
External IdThe external_id parameter does not support the search syntax. It only accepts ids.
QueryThe query parameter supports the Zendesk search syntax for more advanced user searches. It can specify a partial or full value of any user property, including name, email address, notes, or phone. Example: query="jdoe".
Connection

Show Ticket

Get the information and metadata of a ticket by Id.

InputCommentsDefault
Ticket IdProvide the unique identifier for the ticket you would like to show.
Connection

Show User

Get the information and metadata of a user by Id.

InputCommentsDefault
UserIdProvide an integer value for the unique identifier of the user.
Connection

Search for knowledge base articles, community posts, and external records in the Help Center.

InputCommentsDefault
Connection
LocalesLimit the search to articles or post within these locales.
Search QueryThe search text to be matched or a search string.
Brand IdsLimit the search to articles or post within these brand.
Category IdsLimit the search to articles or post within these categories.
Content TypesLimit the search to one of these content types: ARTICLE, POST
External Source IdsUse this parameter to scope the result of your search to a specifiedexternal source or external sources.
Section IdsLimit the search to articles or post within these sections.
Topic IdsLimit the search to posts within these topics.
Pagination CursorThe cursor to use for pagination. If not provided, the first page will be returned.
Page LimitThe number of results to return per page, maximum is 100. If a greater value than 100 is provided, it will default to 100.

Update Article

Update an existing Article's Metadata in the Help Center.

InputCommentsDefault
Connection
Article IdThe unique identifier of the article.
Section IdThe unique identifier of the section.
Author IdThe unique identifier of the author.
TitleThe title of the article.
BodyThe body of the article.
Permission Group IdThe unique identifier of the permission group.
User Segment IdThe unique identifier of the user segment.
LocaleThe desired locale.en-us
PromotedWhether the object should be promoted or not.
PositionThe position of the object.
Comments DisabledWhether comments are disabled or not.
Content Tag IdsContent Tag IDs to be attached to the Object.
Label NamesLabel Names to be attached to the Object.

Update Category

Update a category in the Help Center.

InputCommentsDefault
Connection
Category IdThe unique identifier of the category.
LocaleThe locale of the category to be updated.en-us
Category NameThe name of the category to be updated.
Category DescriptionThe description of the category to be updated.
PositionThe position of the category to be updated.

Update Post

Update a post in the Help Center.

InputCommentsDefault
Connection
Post IdThe unique identifier of the post.
TitleThe title of the post.
DetailsThe details of the post.
StatusThe status of the post.
Topic IdThe unique identifier of the topic.
FeaturedWhether the post is featured or not.
PinnedWhether the post is pinned or not.
ClosedWhether the post is closed or not.
Content Tag IdsContent Tag IDs to be attached to the Object.

Update Section

Update section in the Help Center.

InputCommentsDefault
Connection
LocaleThe desired locale.en-us
Section IdThe unique identifier of the section.
Section NameName of the Section to update.
Section DescriptionDescription of the Section to update.
PositionPosition of the Section to update.
Category IdCategory ID of the Section to update.
Parent Section IdParent Section ID of the Section to update.

Update Ticket

Update the information and metadata of a ticket by Id.

InputCommentsDefault
Ticket IdProvide the unique identifier for the ticket you would like to show.
Ticket Comment BodyWhen creating a ticket, this field can be used to give a ticket description. It will also leave a comment on the ticket from the assignee.
Ticket Comment HTML BodyWhen creating a ticket, this field can be used to give a ticket description using HTML. It will also leave a comment on the ticket from the assignee.
FileThe file to attach to the comment - either string contents or a binary file
File NameThe name of the file to upload
Ticket StatusProvide a string value for the status of the ticket.
Assignee EmailProvide a valid email for the assignee of the ticket.
Assignee IdProvide a valid user id for the assignee of the ticket.
TagsFor each item, provide a string value for the tag.
Ticket TypeProvide a string value for the type of the ticket.
Ticket SubjectProvide a string value for the subject of the ticket
Ticket PriorityProvide a string value for the priority of the ticket.
Requester Organization IdProvide an integer value to specify the Organization of the requester.
Connection

Update Topic

Update a topic in the Help Center.

InputCommentsDefault
Connection
Topic IdThe unique identifier of the topic.
Topic NameThe name of the topic.
User Segment IdThe user segment ID to associate with the topic.
PositionThe position of the topic in the list of topics.
Topic DescriptionThe description of the topic.
Manageable ByThe user segments that can manage the topic.

Update User

Update the information and metadata of a user by Id.

InputCommentsDefault
UserIdProvide an integer value for the unique identifier of the user.
User RoleProvide which level of permissions the user is granted.
NameProvide a string value for the name of the user.
Email AddressProvide a valid email address for the user. Make sure this value does not conflict with any other users in your Zendesk Domain
Phone NumberProvide a valid phone number for the user.
External IdA unique identifier from another system. The API treats the id as case sensitive. Example: "ian1" and "Ian1" are different users
NotesProvide a string value that represents notes to be attached to the user.
DetailsProvide a string value that represents details to be attached to the user.
ModeratorThis flag specifies whether or not the user will have moderator permissions.
AliasProvide a string value that represents an alias to give to a user.
Time ZoneProvide a valid timezone that the user operates in.
VerifiedFlip this flag to true if any of the user's identities is verified.
Organization IdProvide the unique identifier of the organization.
Connection