Skip to main content
The Zendesk node adds Zendesk operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Zendesk also includes 21 trigger operations (marked in the tables below) that can start a workflow when something happens in Zendesk.
You can wire the Zendesk node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Zendesk under Credentials in the node settings. See Connecting credentials for the general flow.

OAuth

Sign in with your Zendesk account when prompted; no keys to copy. Get your credentials here. NoClick requests the following permissions:
  • read
  • write

Api token

Enter the values manually when creating the credential. Get your credentials here.

Conversations

Enter the values manually when creating the credential. Get your credentials here.

Operations

Business rules

OperationIDDescriptionTrigger
Count Viewcount_viewGet the ticket count for a single view.
Create Automation (Business Rule)create_automationCreate a ticket automation (business rule).
Create Macrocreate_macroCreate a new macro.
Create SLA Policy (Business Rule)create_sla_policyCreate an SLA policy (business rule).
Create Trigger (Business Rule)create_triggerCreate a ticket trigger (business rule).
Create Viewcreate_viewCreate a new view.
Delete Automation (Business Rule)delete_automationDelete a ticket automation (business rule) by ID.
Delete Macrodelete_macroDelete a macro by ID.
Delete SLA Policy (Business Rule)delete_sla_policyDelete an SLA policy (business rule) by ID.
Delete Trigger (Business Rule)delete_triggerDelete a ticket trigger (business rule) by ID.
Delete Viewdelete_viewDelete a view by ID.
Execute Viewexecute_viewExecute a view and return its tickets with the view’s columns.
Export Viewexport_viewExport a view (returns an export ticket set for the view).
List Active Automations (Business Rule)list_active_automationsList only the active ticket automations (business rules).
List Active Macroslist_active_macrosList all active shared macros.
List Active Triggers (Business Rule)list_active_triggersList only the active ticket triggers (business rules).
List Active Viewslist_active_viewsList all active shared and personal views.
List Automations (Business Rule)list_automationsList all ticket automations (business rules).
List Macroslist_macrosList all shared macros available to the current user.
List SLA Policies (Business Rule)list_sla_policiesList all SLA policies (business rules).
List Tickets From Viewlist_view_ticketsList the tickets that belong to a view.
List Triggers (Business Rule)list_triggersList all ticket triggers (business rules).
List Viewslist_viewsList all shared and personal views available to the current user.
Show Automation (Business Rule)show_automationRetrieve a single ticket automation (business rule) by ID.
Show Changes to Ticketshow_macro_changesShow the changes a macro would make (the macro’s resulting actions).
Show Macroshow_macroRetrieve a single macro by ID.
Show SLA Policy (Business Rule)show_sla_policyRetrieve a single SLA policy (business rule) by ID.
Show Ticket After Applying Macroshow_ticket_after_macroPreview a ticket as it would appear after applying a macro (no changes saved).
Show Trigger (Business Rule)show_triggerRetrieve a single ticket trigger (business rule) by ID.
Show Viewshow_viewRetrieve a single view by ID.
Update Automation (Business Rule)update_automationUpdate an existing ticket automation (business rule).
Update Macroupdate_macroUpdate an existing macro.
Update SLA Policy (Business Rule)update_sla_policyUpdate an existing SLA policy (business rule).
Update Trigger (Business Rule)update_triggerUpdate an existing ticket trigger (business rule).
Update Viewupdate_viewUpdate an existing view.

Chat

OperationIDDescriptionTrigger
List Agentslist_agentsList Chat agents (Chat REST API).
List Chatslist_chatsList Chat conversations (Chat REST API).
List Departmentslist_departmentsList Chat departments (Chat REST API).
Show Agentshow_agentShow a single Chat agent by id.
Show Chatshow_chatShow a single Chat conversation by id.

Conversations

OperationIDDescriptionTrigger
SCC: Accept Controlscc_accept_controlAccept offered switchboard control.
SCC: Create Conversationscc_create_conversationCreate a Sunshine Conversations conversation.
SCC: Create Integrationscc_create_integrationCreate a Sunshine Conversations integration.
SCC: Create Userscc_create_userCreate a Sunshine Conversations user.
SCC: Create Webhookscc_create_webhookCreate a webhook on a custom integration.
SCC: Delete All Messagesscc_delete_all_messagesDelete all messages in a conversation.
SCC: Delete Conversationscc_delete_conversationDelete a conversation.
SCC: Delete Messagescc_delete_messageDelete a single message.
SCC: Delete Userscc_delete_userDelete a Sunshine Conversations user.
SCC: Find Users by Emailscc_list_usersFind Sunshine Conversations users by email (SCC requires a filter).
SCC: Get Conversationscc_get_conversationGet a Sunshine Conversations conversation.
SCC: Get Userscc_get_userGet a Sunshine Conversations user by ID or external ID.
SCC: List Conversationsscc_list_conversationsList conversations, optionally filtered by user.
SCC: List Integrationsscc_list_integrationsList Sunshine Conversations integrations.
SCC: List Messagesscc_list_messagesList messages in a conversation (max 100/page).
SCC: List Webhooksscc_list_webhooksList webhooks on a custom integration.
SCC: Offer Controlscc_offer_controlOffer switchboard control of a conversation.
SCC: Pass Controlscc_pass_controlPass switchboard control of a conversation to another integration.
SCC: Post Activityscc_post_activityPost a conversation activity (typing / read).
SCC: Post Messagescc_post_messagePost a message to a conversation.
SCC: Release Controlscc_release_controlRelease switchboard control back to the default integration.
SCC: Update Conversationscc_update_conversationUpdate a conversation’s display name / metadata.
SCC: Update Userscc_update_userUpdate a Sunshine Conversations user’s profile/metadata.

Custom objects

OperationIDDescriptionTrigger
Count Custom Object Recordscount_custom_object_recordsReturn the total count of records for a custom object type.
Create Custom Objectcreate_custom_objectCreate a new custom object type.
Create Custom Object Fieldcreate_custom_object_fieldCreate a new field on a custom object type.
Create Custom Object Recordcreate_custom_object_recordCreate a new custom object record.
Delete Custom Objectdelete_custom_objectDelete a custom object type by its key.
Delete Custom Object Fielddelete_custom_object_fieldDelete a custom object field by key or ID.
Delete Custom Object Recorddelete_custom_object_recordDelete a custom object record by ID.
List Custom Object Fieldslist_custom_object_fieldsList the fields defined on a custom object type.
List Custom Object Recordslist_custom_object_recordsList the records of a custom object type.
List Custom Objectslist_custom_objectsList all custom object types defined in the account.
Search Custom Object Recordssearch_custom_object_recordsSearch a custom object type’s records with a text/filter query.
Show Custom Objectshow_custom_objectRetrieve a single custom object type by its key.
Show Custom Object Fieldshow_custom_object_fieldRetrieve a single custom object field by key or ID.
Show Custom Object Recordshow_custom_object_recordRetrieve a single custom object record by ID.
Update Custom Objectupdate_custom_objectUpdate an existing custom object type.
Update Custom Object Fieldupdate_custom_object_fieldUpdate an existing custom object field.
Update Custom Object Recordupdate_custom_object_recordUpdate an existing custom object record.
Upsert Custom Object Recordupsert_custom_object_recordCreate or update a custom object record matched by external id or name.

Custom roles

OperationIDDescriptionTrigger
Create Custom Rolecreate_custom_roleCreate a custom agent role.
Delete Custom Roledelete_custom_roleDelete a custom agent role.
List Custom Roleslist_custom_rolesList the custom agent roles in the account.
Show Custom Roleshow_custom_roleShow a single custom agent role by ID.
Update Custom Roleupdate_custom_roleUpdate a custom agent role.

Events

OperationIDDescriptionTrigger
Create or Update Profilecreate_update_profileCreate or update a user profile (identified by an identifier query).
Delete Profiledelete_profileDelete a user profile by its profile id.
Get User Eventsget_user_eventsGet the events tracked for a Zendesk user.
Show Profileshow_profileShow a user profile by its profile id.
Track User Eventtrack_user_eventStore (track) an event for a Zendesk user.

Group memberships

OperationIDDescriptionTrigger
Create Group Membershipcreate_group_membershipAssign a user to a group by creating a group membership.
Create Many Group Membershipscreate_many_group_membershipsBulk-create up to 100 group memberships. Returns an async job status.
Delete Group Membershipdelete_group_membershipDelete a group membership, removing a user from a group.
List Assignable Membershipslist_assignable_group_membershipsList group memberships that are assignable.
List Group Membershipslist_group_membershipsList all group memberships in the account.
List Memberships by Grouplist_group_memberships_by_groupList the memberships of a group.
List User’s Group Membershipslist_user_group_membershipsList the group memberships for a user.
Set Default Group Membershipset_default_group_membershipSet a group membership as the user’s default group.
Show Group Membershipshow_group_membershipShow a single group membership by ID.

Groups

OperationIDDescriptionTrigger
Create Groupcreate_groupCreate an agent group.
Delete Groupdelete_groupDelete an agent group.
List Assignable Groupslist_assignable_groupsList groups that tickets can be assigned to.
Show Groupshow_groupShow a single agent group by ID.
Update Groupupdate_groupUpdate an agent group.

Help center

OperationIDDescriptionTrigger
Archive Articlearchive_articleArchive (delete) a Help Center article.
Create Articlecreate_articleCreate a Help Center article in a section.
Create Article Commentcreate_article_commentCreate a comment on a Help Center article.
Create Article Labelcreate_article_labelAdd a label to an article.
Create Article Subscriptioncreate_article_subscriptionSubscribe a user to a Help Center article.
Create Categorycreate_categoryCreate a Help Center category.
Create Sectioncreate_sectionCreate a Help Center section within a category.
Create Section Subscriptioncreate_section_subscriptionSubscribe a user to a Help Center section.
Create Translationcreate_translationAdd a translation to a Help Center article.
Delete Article Attachmentdelete_article_attachmentDelete an article attachment by ID.
Delete Article Commentdelete_article_commentDelete a comment on a Help Center article.
Delete Article Labeldelete_article_labelRemove a label from an article.
Delete Article Subscriptiondelete_article_subscriptionRemove a subscription from a Help Center article.
Delete Categorydelete_categoryDelete a Help Center category.
Delete Sectiondelete_sectionDelete a Help Center section.
Delete Section Subscriptiondelete_section_subscriptionRemove a subscription from a Help Center section.
Delete Translationdelete_translationDelete a Help Center translation by its ID.
List Article Attachmentslist_article_attachmentsList the attachments on an article.
List Article Commentslist_article_commentsList the comments on a Help Center article.
List Article Labelslist_article_labelsList the labels attached to an article.
List Article Subscriptionslist_article_subscriptionsList the subscriptions on a Help Center article.
List Articleslist_articlesList all Help Center articles.
List Categorieslist_categoriesList all Help Center categories.
List Category Articleslist_category_articlesList articles belonging to a category.
List Section Articleslist_section_articlesList articles belonging to a section.
List Section Subscriptionslist_section_subscriptionsList the subscriptions on a Help Center section.
List Sectionslist_sectionsList all Help Center sections.
List Translationslist_translationsList the translations of a Help Center article.
Search Articlessearch_articlesSearch Help Center articles by query text.
Show Articleshow_articleRetrieve a single Help Center article by ID.
Show Article Attachmentshow_article_attachmentRetrieve a single article attachment by ID.
Show Article Commentshow_article_commentShow a single comment on a Help Center article.
Show Categoryshow_categoryShow a single Help Center category.
Show Sectionshow_sectionShow a single Help Center section.
Unified Guide Searchguide_searchUnified Guide search across articles, posts, and external content.
Update Articleupdate_articleUpdate an existing Help Center article (PATCH).
Update Article Commentupdate_article_commentUpdate a comment on a Help Center article.
Update Categoryupdate_categoryUpdate a Help Center category.
Update Sectionupdate_sectionUpdate a Help Center section.
Update Translationupdate_translationUpdate a Help Center article translation for a locale.

Metadata

OperationIDDescriptionTrigger
Create Brandcreate_brandCreate a brand.
Create Custom Statuscreate_custom_statusCreate a custom ticket status.
Create Requestcreate_requestCreate a request (end-user ticket) with an initial comment.
Create Side Conversationcreate_side_conversationStart a new side conversation on a ticket.
Create Ticket Fieldcreate_ticket_fieldCreate a ticket field.
Create Ticket Field Optioncreate_ticket_field_optionCreate a custom field option on a drop-down ticket field.
Create Ticket Formcreate_ticket_formCreate a ticket form.
Delete Branddelete_brandDelete a brand.
Delete Ticket Fielddelete_ticket_fieldDelete a ticket field.
Delete Ticket Field Optiondelete_ticket_field_optionDelete a custom field option from a drop-down ticket field.
Delete Ticket Formdelete_ticket_formDelete a ticket form.
Import Many Ticketsimport_many_ticketsBulk-import up to 100 historical tickets as a background job.
Import Ticketimport_ticketImport a single historical ticket, preserving original timestamps.
Incremental Organizations Exportincremental_organizationsTime-based incremental export of organizations changed since a start time.
Incremental Ticket Events Exportincremental_ticket_eventsTime-based incremental export of ticket events since a start time.
Incremental Users Exportincremental_usersCursor-based incremental export of users changed since a start time.
List Brandslist_brandsList all brands.
List Custom Statuseslist_custom_statusesList custom ticket statuses.
List Groupslist_groupsList agent groups.
List Request Commentslist_request_commentsList the comments on a request.
List Requestslist_requestsList end-user requests (the requester-facing view of tickets).
List Satisfaction Ratingslist_satisfaction_ratingsList CSAT satisfaction ratings on solved tickets.
List Side Conversationslist_side_conversationsList the side conversations on a ticket.
List Ticket Field Optionslist_ticket_field_optionsList the custom field options of a drop-down ticket field.
List Ticket Fieldslist_ticket_fieldsList ticket field definitions.
List Ticket Formslist_ticket_formsList all ticket forms.
Reply to Side Conversationreply_side_conversationReply to an existing side conversation on a ticket.
Show Brandshow_brandShow a single brand.
Show Custom Statusshow_custom_statusShow a single custom ticket status.
Show Job Statusshow_job_statusPoll the status of an async bulk job (create_many / update_many).
Show Requestshow_requestRetrieve a single request by ID.
Show Side Conversationshow_side_conversationRetrieve a single side conversation on a ticket.
Show Ticket Fieldshow_ticket_fieldShow a single ticket field definition.
Show Ticket Field Optionshow_ticket_field_optionShow a single custom field option of a ticket field.
Show Ticket Formshow_ticket_formShow a single ticket form.
Update Brandupdate_brandUpdate a brand.
Update Custom Statusupdate_custom_statusUpdate a custom ticket status.
Update Requestupdate_requestUpdate a request. End users can only add a comment, mark it solved, or add collaborators.
Update Side Conversationupdate_side_conversationUpdate a side conversation’s state or subject.
Update Ticket Fieldupdate_ticket_fieldUpdate a ticket field.
Update Ticket Field Optionupdate_ticket_field_optionUpdate an existing custom field option of a drop-down ticket field.
Update Ticket Formupdate_ticket_formUpdate a ticket form.

Organizations

OperationIDDescriptionTrigger
Bulk Delete Organizationsdestroy_many_organizationsBulk delete organizations by ID in one background job (up to 100).
Count Organizationscount_organizationsCount the organizations in the account.
Create Many Organization Membershipscreate_many_organization_membershipsBulk-create up to 100 organization memberships (async job).
Create Many Organizationscreate_many_organizationsCreate many organizations in one background job (up to 100).
Create Or Update Organizationcreate_or_update_organizationCreate an organization, or update it if one already exists with the same name or external ID.
Create Organizationcreate_organizationCreate an organization.
Create Organization Fieldcreate_organization_fieldCreate a custom organization field.
Create Organization Membershipcreate_organization_membershipAdd a user to an organization.
Create Organization Subscriptioncreate_organization_subscriptionSubscribe a user to an organization’s updates.
Delete Organizationdelete_organizationDelete an organization.
Delete Organization Fielddelete_organization_fieldDelete an organization field.
Delete Organization Membershipdelete_organization_membershipRemove a user from an organization by membership ID.
Delete Organization Subscriptiondelete_organization_subscriptionDelete an organization subscription.
List Organization Fieldslist_organization_fieldsList all organization fields.
List Organization Membershipslist_organization_membershipsList all organization memberships.
List Organization Subscriptionslist_organization_subscriptionsList all organization subscriptions.
List Organizationslist_organizationsList organizations.
List User’s Organization Membershipslist_user_organization_membershipsList the organization memberships for a given user.
Merge Organizationmerge_organizationMerge one organization into another in a background job.
Organization Related Informationrelated_organizationsShow data related to an organization (ticket, user and group counts).
Search Organizationssearch_organizationsSearch organizations by external ID, or autocomplete by name prefix.
Set Default Organization Membershipset_default_organization_membershipSet an organization membership as the user’s default.
Show Many Organizationsshow_many_organizationsShow many organizations by IDs or external IDs (up to 100).
Show Organizationshow_organizationShow a single organization by ID.
Show Organization Fieldshow_organization_fieldRetrieve a single organization field by ID.
Show Organization Membershipshow_organization_membershipRetrieve a single organization membership by ID.
Show Organization Subscriptionshow_organization_subscriptionRetrieve a single organization subscription by ID.
Update Many Organizationsupdate_many_organizationsApply the same update to many organizations in one background job.
Update Organizationupdate_organizationUpdate an organization.
Update Organization Fieldupdate_organization_fieldUpdate an existing organization field.
OperationIDDescriptionTrigger
Autocomplete Tagsautocomplete_tagsAutocomplete tag names by prefix.
Export Searchexport_searchExport search results with cursor pagination (large result sets).
SearchsearchUnified search across tickets, users, organizations, and groups.
Search Countsearch_countReturn only the count of results matching a search query.
Search Userssearch_usersFind users by name, email, external_id, etc.

Sessions

OperationIDDescriptionTrigger
Delete Sessiondelete_sessionDelete a user session, signing that session out.
List User Sessionslist_user_sessionsList the active sessions for a user.
Logout Current Sessionlogout_current_sessionDelete the current session, logging out the authenticated user.
Show Current Sessionshow_current_sessionShow the current session of the authenticated user.
Show Sessionshow_sessionShow a single user session by ID.

Talk

OperationIDDescriptionTrigger
Agents Activityagents_activityShow per-agent Talk voice activity stats.
Create Voicemail Ticketcreate_voicemail_ticketCreate a Talk Partner Edition voice / voicemail ticket.
Current Queue Activitycurrent_queue_activityShow Talk’s current voice queue activity snapshot.
Show Availabilityshow_availabilityShow a Talk agent’s voice availability.
Update Availabilityupdate_availabilityUpdate a Talk agent’s voice availability state.

Tickets

OperationIDDescriptionTrigger
Add Commentadd_commentReply to a ticket by adding a public or internal comment.
Add Tagsadd_tagsAdd tags to a ticket.
Bulk Delete Ticketsdestroy_many_ticketsBulk-delete tickets by ID (async job).
Count Ticketscount_ticketsReturn an approximate count of tickets.
Create Many Ticketscreate_many_ticketsBulk-create up to 100 tickets (asynchronous; returns a job status).
Create Satisfaction Ratingcreate_satisfaction_ratingCreate a satisfaction rating on a solved ticket.
Create Ticketcreate_ticketCreate a new ticket.
Delete Ticketdelete_ticketSoft-delete a ticket.
Incremental Ticket Exportlist_incremental_ticketsCursor-based incremental export of tickets changed since a start time.
List Organization Ticketslist_organization_ticketsList tickets belonging to an organization.
List Ticket Auditslist_auditsList the full change history (audits) for a ticket.
List Ticket Commentslist_commentsList the comments / conversation on a ticket.
List Ticket Tagslist_ticket_tagsList the tags on a ticket.
List Ticketslist_ticketsList tickets, optionally sorted.
List User Ticketslist_user_ticketsList tickets requested by, assigned to, or CC’d to a user.
Make Comment Privatemake_comment_privateConvert a public ticket comment into an internal (private) note.
Mark Ticket as Spammark_ticket_as_spamMark a ticket as spam and suspend its requester.
Merge Ticketsmerge_ticketsMerge one or more source tickets into a target ticket.
Remove Ticket Tagsremove_ticket_tagsRemove specific tags from a ticket.
Set Ticket Tagsset_ticket_tagsReplace all tags on a ticket.
Show Many Ticketsshow_many_ticketsRetrieve multiple tickets by ID in one call.
Show Ticketshow_ticketRetrieve a single ticket by ID.
Update Many Ticketsupdate_many_ticketsBulk-update tickets by IDs (asynchronous; returns a job status).
Update Ticketupdate_ticketUpdate a ticket, change status/assignee/tags or add a comment.
Upload File (Attachment)upload_fileUpload a file from a URL to Zendesk and return an attachment token.

Users

OperationIDDescriptionTrigger
Autocomplete Usersautocomplete_usersFind users whose name or email starts with a partial string.
Bulk Delete Usersbulk_delete_usersBulk soft-delete up to 100 users by ID or external ID (asynchronous; returns a job status).
Count Userscount_usersReturn the total number of users, optionally filtered by role.
Create Many Userscreate_many_usersBulk-create up to 100 users (asynchronous; returns a job status).
Create or Update Many Userscreate_or_update_many_usersBulk upsert up to 100 users by email / external_id (asynchronous; returns a job status).
Create or Update Usercreate_or_update_userUpsert a user by email / external_id (idempotent create).
Create Usercreate_userCreate an end user or agent.
Create User Fieldcreate_user_fieldCreate a custom user field.
Create User Field Optioncreate_user_field_optionAdd an option to a dropdown/multiselect user field.
Create User Identitycreate_identityAdd an email or phone identity to a user.
Delete Userdelete_userSoft-delete a user.
Delete User Fielddelete_user_fieldDelete a custom user field.
Delete User Field Optiondelete_user_field_optionDelete an option from a user field.
Delete User Identitydelete_identityDelete an identity from a user.
List User Field Optionslist_user_field_optionsList the dropdown options of a custom user field.
List User Fieldslist_user_fieldsList all custom user fields.
List User Identitieslist_identitiesList all identities (email/phone) for a user.
List Userslist_usersList users (agents and end users).
List Users by Grouplist_users_by_groupList the users that belong to a group.
List Users by Organizationlist_users_by_organizationList the users that belong to an organization.
Make Identity Primarymake_identity_primaryMake an identity the user’s primary identity.
Merge End Usersmerge_end_usersMerge one end user into another end user.
Permanently Delete Userpermanently_delete_userPermanently delete a user that has already been soft-deleted.
Request Identity Verificationrequest_identity_verificationSend the user a verification email/text for an identity.
Show Many Usersshow_many_usersRetrieve multiple users at once by ID or external ID.
Show Selfshow_selfRetrieve the user tied to the current API credentials.
Show Usershow_userRetrieve a single user by ID.
Show User Fieldshow_user_fieldShow a single custom user field.
Show User Identityshow_identityShow a single identity on a user.
Show User Relatedshow_user_relatedRetrieve a user’s related counts (tickets, entries, etc.).
Update Many Usersupdate_many_usersBulk-update users (asynchronous; returns a job status).
Update Userupdate_userUpdate attributes of an existing user.
Update User Fieldupdate_user_fieldUpdate a custom user field.
Update User Field Optionupdate_user_field_optionUpdate an existing option on a user field.
Update User Identityupdate_identityUpdate the value or verification state of a user identity.
Verify Identityverify_identityMark an identity as verified without sending a verification email.

Webhooks

OperationIDDescriptionTrigger
Clone Webhookclone_webhookCreate a new webhook by cloning an existing one.
Create Webhookcreate_webhookRegister a webhook endpoint via the Webhooks API.
Delete Webhookdelete_webhookDelete a webhook by ID.
List Invocation Attemptslist_webhook_invocation_attemptsList the delivery attempts for a single webhook invocation.
List Webhook Invocationslist_webhook_invocationsList recent invocations (delivery events) for a webhook.
List Webhookslist_webhooksList webhooks configured on the account.
Patch Webhookpatch_webhookPartially update a webhook (PATCH). Only the fields you supply change.
Reset Signing Secretreset_webhook_signing_secretRotate (reset) a webhook’s signing secret and return the new one.
Show Signing Secretshow_webhook_signing_secretRetrieve a webhook’s signing secret (used to verify authenticity).
Show Webhookshow_webhookRetrieve a single webhook by ID.
Test Webhooktest_webhookSend a test request for a webhook without saving it.
Update Webhookupdate_webhookReplace a webhook (PUT). The JSON body must be the complete webhook object.

Other

OperationIDDescriptionTrigger
On Any Ticket Eventon_any_ticket_eventFire the workflow when Zendesk delivers the ‘Any Ticket Event’ event.Yes
On CSAT rating receivedon_ticket_csat_receivedFire the workflow when Zendesk delivers the ‘CSAT rating received’ event.Yes
On Organization createdon_organization_createdFire the workflow when Zendesk delivers the ‘Organization created’ event.Yes
On Organization deletedon_organization_deletedFire the workflow when Zendesk delivers the ‘Organization deleted’ event.Yes
On Ticket agent reassignedon_ticket_agent_assignment_changedFire the workflow when Zendesk delivers the ‘Ticket agent reassigned’ event.Yes
On Ticket comment addedon_ticket_comment_addedFire the workflow when Zendesk delivers the ‘Ticket comment added’ event.Yes
On Ticket createdon_ticket_createdFire the workflow when Zendesk delivers the ‘Ticket created’ event.Yes
On Ticket custom field changedon_ticket_custom_field_changedFire the workflow when Zendesk delivers the ‘Ticket custom field changed’ event.Yes
On Ticket custom status changedon_ticket_custom_status_changedFire the workflow when Zendesk delivers the ‘Ticket custom status changed’ event.Yes
On Ticket group reassignedon_ticket_group_assignment_changedFire the workflow when Zendesk delivers the ‘Ticket group reassigned’ event.Yes
On Ticket mergedon_ticket_mergedFire the workflow when Zendesk delivers the ‘Ticket merged’ event.Yes
On Ticket organization changedon_ticket_organization_changedFire the workflow when Zendesk delivers the ‘Ticket organization changed’ event.Yes
On Ticket priority changedon_ticket_priority_changedFire the workflow when Zendesk delivers the ‘Ticket priority changed’ event.Yes
On Ticket requester changedon_ticket_requester_changedFire the workflow when Zendesk delivers the ‘Ticket requester changed’ event.Yes
On Ticket soft-deletedon_ticket_soft_deletedFire the workflow when Zendesk delivers the ‘Ticket soft-deleted’ event.Yes
On Ticket status changedon_ticket_status_changedFire the workflow when Zendesk delivers the ‘Ticket status changed’ event.Yes
On Ticket subject changedon_ticket_subject_changedFire the workflow when Zendesk delivers the ‘Ticket subject changed’ event.Yes
On Ticket tags changedon_ticket_tags_changedFire the workflow when Zendesk delivers the ‘Ticket tags changed’ event.Yes
On Ticket type changedon_ticket_type_changedFire the workflow when Zendesk delivers the ‘Ticket type changed’ event.Yes
On User createdon_user_createdFire the workflow when Zendesk delivers the ‘User created’ event.Yes
On User deletedon_user_deletedFire the workflow when Zendesk delivers the ‘User deleted’ event.Yes