> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zendesk

> 43 actions available for Zendesk through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/zendesk-sell/filled/png" alt="Zendesk" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>Zendesk</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>43 actions · 3 auth methods</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '8px' }}>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Ticketing</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="API Token">
    Best for single-account integrations and internal tools. Uses email + API token for basic authentication.

    Guides: [Connector Profile](/connectors/zendesk/guides/connector-profile/api-token), [Link Account](/connectors/zendesk/guides/link-account/api-token)
  </Card>

  <Card title="OAuth 2.0 (Global)">
    Recommended for partners and apps serving multiple Zendesk customers. Single OAuth client works across all accounts.

    Guides: [Connector Profile](/connectors/zendesk/guides/connector-profile/oauth-2-0-global), [Link Account](/connectors/zendesk/guides/link-account/oauth-2-0-global)
  </Card>

  <Card title="OAuth 2.0 (Account-level)">
    Best for single-account integrations needing OAuth. Provides tighter control over token handling and permissions.

    Guides: [Connector Profile](/connectors/zendesk/guides/connector-profile/oauth-2-0-account-level), [Link Account](/connectors/zendesk/guides/link-account/oauth-2-0-account-level)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>43 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_brands" data-action-label="List Brands" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Brands</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_brands" aria-label="Copy zendesk_list_brands"><code className="connector-page-code">zendesk\_list\_brands</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of all brands in the Zendesk account, sorted by name</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_get_brand" data-action-label="Get Brand" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Brand</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_get_brand" aria-label="Copy zendesk_get_brand"><code className="connector-page-code">zendesk\_get\_brand</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve complete details for a single brand by its numeric Zendesk ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_create_brand" data-action-label="Create Brand" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Brand</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_create_brand" aria-label="Copy zendesk_create_brand"><code className="connector-page-code">zendesk\_create\_brand</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new brand with a unique subdomain, name, and optional Help Center and identity settings</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_update_brand" data-action-label="Update Brand" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Brand</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_update_brand" aria-label="Copy zendesk_update_brand"><code className="connector-page-code">zendesk\_update\_brand</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update one or more properties of an existing brand by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_delete_brand" data-action-label="Delete Brand" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Brand</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_delete_brand" aria-label="Copy zendesk_delete_brand"><code className="connector-page-code">zendesk\_delete\_brand</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete a brand from the Zendesk account by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_groups" data-action-label="List Groups" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Groups</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_groups" aria-label="Copy zendesk_list_groups"><code className="connector-page-code">zendesk\_list\_groups</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of all agent groups in the Zendesk account</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_get_group" data-action-label="Get Group" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Group</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_get_group" aria-label="Copy zendesk_get_group"><code className="connector-page-code">zendesk\_get\_group</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve complete details for a single agent group by its numeric Zendesk ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_create_group" data-action-label="Create Group" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Group</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_create_group" aria-label="Copy zendesk_create_group"><code className="connector-page-code">zendesk\_create\_group</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new agent group for organizing ticket routing and agent assignment workflows</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_update_group" data-action-label="Update Group" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Group</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_update_group" aria-label="Copy zendesk_update_group"><code className="connector-page-code">zendesk\_update\_group</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update the name, description, or visibility of an existing agent group by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_delete_group" data-action-label="Delete Group" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Group</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_delete_group" aria-label="Copy zendesk_delete_group"><code className="connector-page-code">zendesk\_delete\_group</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete a group from Zendesk by its ID (soft delete - group ID is preserved in ticket history)</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_organizations" data-action-label="List Organizations" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Organizations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_organizations" aria-label="Copy zendesk_list_organizations"><code className="connector-page-code">zendesk\_list\_organizations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of all organizations in the Zendesk account</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_get_organization" data-action-label="Get Organization" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Organization</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_get_organization" aria-label="Copy zendesk_get_organization"><code className="connector-page-code">zendesk\_get\_organization</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve complete details for a single organization by its numeric Zendesk ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_search_organizations" data-action-label="Search Organizations" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Search Organizations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_search_organizations" aria-label="Copy zendesk_search_organizations"><code className="connector-page-code">zendesk\_search\_organizations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Look up organizations by external ID or name using case-insensitive exact matching</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_create_organization" data-action-label="Create Organization" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Organization</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_create_organization" aria-label="Copy zendesk_create_organization"><code className="connector-page-code">zendesk\_create\_organization</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new organization to group end users and control ticket visibility and routing</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_update_organization" data-action-label="Update Organization" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Organization</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_update_organization" aria-label="Copy zendesk_update_organization"><code className="connector-page-code">zendesk\_update\_organization</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update one or more properties of an existing organization by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_delete_organization" data-action-label="Delete Organization" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Organization</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_delete_organization" aria-label="Copy zendesk_delete_organization"><code className="connector-page-code">zendesk\_delete\_organization</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete an organization from the Zendesk account by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_search" data-action-label="Search" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Search</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_search" aria-label="Copy zendesk_search"><code className="connector-page-code">zendesk\_search</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Search Zendesk tickets, users, organizations, and groups using Zendesk's powerful query string syntax with filters, oper...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_tags" data-action-label="List Tags" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Tags</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_tags" aria-label="Copy zendesk_list_tags"><code className="connector-page-code">zendesk\_list\_tags</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the most popular tags used across tickets in the last 60 days, sorted by decreasing usage count</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_search_tags" data-action-label="Search Tags" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Search Tags</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_search_tags" aria-label="Copy zendesk_search_tags"><code className="connector-page-code">zendesk\_search\_tags</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Autocomplete search for tags by name prefix to find registered and recently used tags</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_count_tags" data-action-label="Count Tags" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Count Tags</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_count_tags" aria-label="Copy zendesk_count_tags"><code className="connector-page-code">zendesk\_count\_tags</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get an approximate total count of all tags in the Zendesk account</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_ticket_tags" data-action-label="List Ticket Tags" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Ticket Tags</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_ticket_tags" aria-label="Copy zendesk_list_ticket_tags"><code className="connector-page-code">zendesk\_list\_ticket\_tags</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all tags currently applied to a specific ticket by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_add_ticket_tags" data-action-label="Add Tags To Ticket" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Add Tags To Ticket</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_add_ticket_tags" aria-label="Copy zendesk_add_ticket_tags"><code className="connector-page-code">zendesk\_add\_ticket\_tags</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Add one or more tags to a ticket without removing its existing tags, with optional safe-update collision protection</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_set_ticket_tags" data-action-label="Set Ticket Tags" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Set Ticket Tags</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_set_ticket_tags" aria-label="Copy zendesk_set_ticket_tags"><code className="connector-page-code">zendesk\_set\_ticket\_tags</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Replace all existing tags on a ticket with a new set of tags</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_remove_ticket_tags" data-action-label="Remove Tags From Ticket" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Remove Tags From Ticket</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_remove_ticket_tags" aria-label="Copy zendesk_remove_ticket_tags"><code className="connector-page-code">zendesk\_remove\_ticket\_tags</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Remove specific tags from a ticket while leaving all other existing tags in place, with optional safe-update collision p...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_tickets_attachments" data-action-label="List Ticket Attachments" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Ticket Attachments</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_tickets_attachments" aria-label="Copy zendesk_list_tickets_attachments"><code className="connector-page-code">zendesk\_list\_tickets\_attachments</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all file attachments across every comment on a specific ticket</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_get_tickets_attachment" data-action-label="Get Ticket Attachment" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Ticket Attachment</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_get_tickets_attachment" aria-label="Copy zendesk_get_tickets_attachment"><code className="connector-page-code">zendesk\_get\_tickets\_attachment</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve metadata and download URL for a specific attachment by its attachment ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_tickets_comments" data-action-label="List Ticket Comments" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Ticket Comments</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_tickets_comments" aria-label="Copy zendesk_list_tickets_comments"><code className="connector-page-code">zendesk\_list\_tickets\_comments</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all comments (public replies and internal notes) for a specific ticket in chronological order</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_get_tickets_comments" data-action-label="Get Ticket Comment" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Ticket Comment</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_get_tickets_comments" aria-label="Copy zendesk_get_tickets_comments"><code className="connector-page-code">zendesk\_get\_tickets\_comments</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a specific comment from a ticket's conversation thread by ticket ID and comment ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_tickets" data-action-label="List Tickets" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Tickets</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_tickets" aria-label="Copy zendesk_list_tickets"><code className="connector-page-code">zendesk\_list\_tickets</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of all tickets in the Zendesk account across all statuses</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_get_tickets" data-action-label="Get Ticket" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Ticket</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_get_tickets" aria-label="Copy zendesk_get_tickets"><code className="connector-page-code">zendesk\_get\_tickets</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve complete details for a single support ticket by its numeric Zendesk ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_create_tickets" data-action-label="Create Ticket" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Ticket</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_create_tickets" aria-label="Copy zendesk_create_tickets"><code className="connector-page-code">zendesk\_create\_tickets</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new support ticket with a subject, initial comment, and optional requester, assignee, priority, type, tags, and...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_update_tickets" data-action-label="Update Ticket" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Ticket</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_update_tickets" aria-label="Copy zendesk_update_tickets"><code className="connector-page-code">zendesk\_update\_tickets</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing ticket's properties, add a comment, change status, reassign it, or modify tags and custom fields</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_ticket_types" data-action-label="List Ticket Types" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Ticket Types</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_ticket_types" aria-label="Copy zendesk_list_ticket_types"><code className="connector-page-code">zendesk\_list\_ticket\_types</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the four built-in Zendesk ticket type classifications as a static list</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_get_ticket_types" data-action-label="Get Ticket Type" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Ticket Type</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_get_ticket_types" aria-label="Copy zendesk_get_ticket_types"><code className="connector-page-code">zendesk\_get\_ticket\_types</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the details of a specific Zendesk ticket type by its type ID string</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_triggers" data-action-label="List Triggers" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Triggers</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_triggers" aria-label="Copy zendesk_list_triggers"><code className="connector-page-code">zendesk\_list\_triggers</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve all ticket automation triggers with optional filtering by active status or category and configurable sorting</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_get_trigger" data-action-label="Get Trigger" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Trigger</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_get_trigger" aria-label="Copy zendesk_get_trigger"><code className="connector-page-code">zendesk\_get\_trigger</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the full configuration of a specific trigger including its conditions, actions, and category</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_search_triggers" data-action-label="Search Triggers" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Search Triggers</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_search_triggers" aria-label="Copy zendesk_search_triggers"><code className="connector-page-code">zendesk\_search\_triggers</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Search for triggers by title keyword with optional filtering by active status, category, and sorting</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_create_trigger" data-action-label="Create Trigger" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Trigger</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_create_trigger" aria-label="Copy zendesk_create_trigger"><code className="connector-page-code">zendesk\_create\_trigger</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new ticket automation trigger with defined conditions and actions for automatic workflow execution</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_update_trigger" data-action-label="Update Trigger" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Trigger</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_update_trigger" aria-label="Copy zendesk_update_trigger"><code className="connector-page-code">zendesk\_update\_trigger</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing trigger's title, conditions, actions, or settings (note - conditions and actions arrays are fully rep...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_delete_trigger" data-action-label="Delete Trigger" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Trigger</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_delete_trigger" aria-label="Copy zendesk_delete_trigger"><code className="connector-page-code">zendesk\_delete\_trigger</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete a trigger from the Zendesk account by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_list_users" data-action-label="List Users" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Users</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_list_users" aria-label="Copy zendesk_list_users"><code className="connector-page-code">zendesk\_list\_users</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of all users in the Zendesk account including agents, admins, and end users</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_get_users" data-action-label="Get User" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_get_users" aria-label="Copy zendesk_get_users"><code className="connector-page-code">zendesk\_get\_users</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve complete profile details for a single Zendesk user by their numeric user ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="zendesk_get_current_users" data-action-label="Get Current User" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Current User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="zendesk_get_current_users" aria-label="Copy zendesk_get_current_users"><code className="connector-page-code">zendesk\_get\_current\_users</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the profile of the currently authenticated Zendesk user based on the active API credentials</div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See the [Projects Guide](/guides/managing-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/guides/explore-connectors).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/zendesk/guides/connector-profile/api-token" icon="https://stackone-logos.com/api/zendesk-sell/filled/png" horizontal>
        Zendesk - API Token
      </Card>

      <Card title="Connector Profile" href="/connectors/zendesk/guides/connector-profile/oauth-2-0-global" icon="https://stackone-logos.com/api/zendesk-sell/filled/png" horizontal>
        Zendesk - OAuth 2.0 (Global)
      </Card>

      <Card title="Connector Profile" href="/connectors/zendesk/guides/connector-profile/oauth-2-0-account-level" icon="https://stackone-logos.com/api/zendesk-sell/filled/png" horizontal>
        Zendesk - OAuth 2.0 (Account-level)
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/guides/embedding-stackone-hub) or [Auth Link](/guides/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/zendesk/guides/link-account/api-token" icon="https://stackone-logos.com/api/zendesk-sell/filled/png" horizontal>
        Zendesk - API Token
      </Card>

      <Card title="Link Account" href="/connectors/zendesk/guides/link-account/oauth-2-0-global" icon="https://stackone-logos.com/api/zendesk-sell/filled/png" horizontal>
        Zendesk - OAuth 2.0 (Global)
      </Card>

      <Card title="Link Account" href="/connectors/zendesk/guides/link-account/oauth-2-0-account-level" icon="https://stackone-logos.com/api/zendesk-sell/filled/png" horizontal>
        Zendesk - OAuth 2.0 (Account-level)
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/mcp/quickstart) – Model Context Protocol for AI assistants
    * [A2A](/a2a/quickstart) – Agent-to-Agent protocol
    * [AI Toolset (TypeScript)](/agents/typescript/introduction) – TypeScript SDK for AI agents
    * [AI Toolset (Python)](/agents/python/introduction) – Python SDK for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/guides/playground) – Test actions in the dashboard
  </Step>
</Steps>
