> ## 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.

# Unthread

> How to set up the Unthread connector, plus the actions that are available.

<div className="connector-page-header">
  <img src="https://stackone-logos.com/api/unthread/filled/svg" alt="Unthread" className="connector-page-icon" />

  <div className="connector-page-changelog">
    <div className="connector-page-version"><span className="connector-page-tag-beta connector-page-stage-tag">Beta</span><span>v0.1.0</span></div>
    <div><a href="/connectors/unthread/changelog">See changelog</a></div>
  </div>

  <div className="connector-page-header-meta">
    <div className="connector-page-subtitle"><a href="#actions">70 actions</a> · 1 auth method</div>

    <div className="connector-page-category-tags">
      <span className="connector-page-category-tag">Customer Support</span>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See [Organizations & Projects](/gateway/concepts/organizations-and-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a Connector Profile in your project. See [Setup Connector Profile](/gateway/quickstart#setup-connector-profile).

    <Columns cols={2}>
      <Card title="Connector Profile · API Key" href="/connectors/unthread/guides/connector-profile/api-key" icon="https://stackone-logos.com/api/unthread/filled/svg" horizontal>
        Unthread authenticates with a Service Account key sent in the \`X-Api-Key\` header. The key is created in the Unthread das...
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Link an account [from the dashboard](/connect/managing-connectors/linking-accounts#link-from-the-dashboard) (or via [StackOne Hub](/embed/account-linking/overview)).

    See the guide for the authentication type chosen in the Connector Profile:

    <Columns cols={2}>
      <Card title="Link Account · API Key" href="/connectors/unthread/guides/link-account/api-key" icon="https://stackone-logos.com/api/unthread/filled/svg" horizontal />
    </Columns>
  </Step>

  <Step title="Use Actions">
    Connect an AI platform to the linked account's actions. See [AI Platforms](/connect/ai-platforms/overview).

    Other ways to call actions are listed in [Protocols & SDKs](/connect/protocols-and-sdks).
  </Step>
</Steps>

## Actions

<div className="connector-meta-library-section">
  <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>70 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid">
      <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="unthread_create_account" data-action-label="Create Account" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Account</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_account" aria-label="Copy unthread_create_account"><code className="connector-page-code">unthread\_create\_account</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new account (a company or organization record) that groups related customers and support activity in Unthread.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_account" data-action-label="Get Account" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Account</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_account" aria-label="Copy unthread_get_account"><code className="connector-page-code">unthread\_get\_account</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the full details of a single account by its unique ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_account" data-action-label="Update Account" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Account</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_account" aria-label="Copy unthread_update_account"><code className="connector-page-code">unthread\_update\_account</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update the details of an existing account, such as its name, primary support assignee type, or support workflow steps.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_delete_account" data-action-label="Delete Account" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete Account</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_delete_account" aria-label="Copy unthread_delete_account"><code className="connector-page-code">unthread\_delete\_account</code></button></div>
        </div>

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

      <div className="connector-meta-library-row" data-action-id="unthread_list_accounts" data-action-label="List Accounts" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Accounts</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_accounts" aria-label="Copy unthread_list_accounts"><code className="connector-page-code">unthread\_list\_accounts</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List accounts in the workspace with optional filtering, sorting, field selection, and cursor-based pagination.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_approval_request" data-action-label="Create Approval Request" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Approval Request</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_approval_request" aria-label="Copy unthread_create_approval_request"><code className="connector-page-code">unthread\_create\_approval\_request</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create an approval request on a conversation, optionally assigning it to a specific user or group for sign-off.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_approval_requests" data-action-label="List Approval Requests" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Approval Requests</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_approval_requests" aria-label="Copy unthread_list_approval_requests"><code className="connector-page-code">unthread\_list\_approval\_requests</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List all approval requests attached to a specific conversation.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_automation" data-action-label="Create Automation" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Automation</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_automation" aria-label="Copy unthread_create_automation"><code className="connector-page-code">unthread\_create\_automation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create an automation workflow that runs a sequence of steps when a trigger fires.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_automation_function" data-action-label="Create Automation Function" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Automation Function</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_automation_function" aria-label="Copy unthread_create_automation_function"><code className="connector-page-code">unthread\_create\_automation\_function</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Upload automation function source code for a project, creating a new function version.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_activate_automation_function" data-action-label="Activate Automation Function" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Activate Automation Function</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_activate_automation_function" aria-label="Copy unthread_activate_automation_function"><code className="connector-page-code">unthread\_activate\_automation\_function</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Activate a specific automation function version for a project.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_collaborator_types" data-action-label="List Collaborator Types" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Collaborator Types</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_collaborator_types" aria-label="Copy unthread_list_collaborator_types"><code className="connector-page-code">unthread\_list\_collaborator\_types</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List the collaborator types defined in the workspace, with optional filtering, sorting, field selection, and cursor pagi...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_conversation" data-action-label="Create Conversation" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Conversation</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_conversation" aria-label="Copy unthread_create_conversation"><code className="connector-page-code">unthread\_create\_conversation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new conversation (support ticket) in Unthread, optionally linking it to a customer, assignee, and ticket type....</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_conversation" data-action-label="Get Conversation" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Conversation</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_conversation" aria-label="Copy unthread_get_conversation"><code className="connector-page-code">unthread\_get\_conversation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the full record of a single conversation by its ID, including its status, priority, assignee, and metadata. Use...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_conversation" data-action-label="Update Conversation" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Conversation</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_conversation" aria-label="Copy unthread_update_conversation"><code className="connector-page-code">unthread\_update\_conversation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing conversation's status, priority, assignee, ticket-type field values, or metadata. Use this to progres...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_conversations" data-action-label="List Conversations" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Conversations</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_conversations" aria-label="Copy unthread_list_conversations"><code className="connector-page-code">unthread\_list\_conversations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List conversations (support tickets) with optional filtering, sorting, field selection, and cursor pagination. Use this...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_conversation_message" data-action-label="Create Conversation Message" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Conversation Message</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_conversation_message" aria-label="Copy unthread_create_conversation_message"><code className="connector-page-code">unthread\_create\_conversation\_message</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Add a reply message or internal private note to a conversation. Use this to respond to a customer or leave an agent-only...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_conversation_messages" data-action-label="List Conversation Messages" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Conversation Messages</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_conversation_messages" aria-label="Copy unthread_list_conversation_messages"><code className="connector-page-code">unthread\_list\_conversation\_messages</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List the messages in a conversation thread, with optional filtering, sorting, field selection, and cursor pagination. Us...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_add_conversation_follower" data-action-label="Add Conversation Follower" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Add Conversation Follower</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_add_conversation_follower" aria-label="Copy unthread_add_conversation_follower"><code className="connector-page-code">unthread\_add\_conversation\_follower</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Add a follower (a user or group) to a conversation so they receive updates on the ticket. Use this to loop additional pe...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_remove_conversation_follower" data-action-label="Remove Conversation Follower" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Remove Conversation Follower</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_remove_conversation_follower" aria-label="Copy unthread_remove_conversation_follower"><code className="connector-page-code">unthread\_remove\_conversation\_follower</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Remove a follower from a conversation so they stop receiving updates on the ticket. Use this to reverse add\_conversation...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_assign_conversation_collaborator" data-action-label="Assign Conversation Collaborator" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Assign Conversation Collaborator</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_assign_conversation_collaborator" aria-label="Copy unthread_assign_conversation_collaborator"><code className="connector-page-code">unthread\_assign\_conversation\_collaborator</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Assign a collaborator (a user or group) of a specific collaborator type to a conversation. Use this to attach helpers in...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_link_conversations" data-action-label="Link Conversations" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Link Conversations</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_link_conversations" aria-label="Copy unthread_link_conversations"><code className="connector-page-code">unthread\_link\_conversations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a link between two conversations to relate them (for example duplicates or related tickets). Use this to connect...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_conversation_external_task" data-action-label="Create Conversation External Task" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Conversation External Task</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_conversation_external_task" aria-label="Copy unthread_create_conversation_external_task"><code className="connector-page-code">unthread\_create\_conversation\_external\_task</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create an external task (for example a linked issue in Jira, Linear, or another connected tool) from a conversation. Use...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_download_conversation_file" data-action-label="Download Conversation File" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Download Conversation File</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_download_conversation_file" aria-label="Copy unthread_download_conversation_file"><code className="connector-page-code">unthread\_download\_conversation\_file</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Download the full content of a file attachment from a conversation. Use this to retrieve documents or images customers o...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_conversation_sla_instances" data-action-label="List Conversation SLA Instances" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Conversation SLA Instances</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_conversation_sla_instances" aria-label="Copy unthread_list_conversation_sla_instances"><code className="connector-page-code">unthread\_list\_conversation\_sla\_instances</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List the SLA instances (deadlines and their status) tracked for a conversation, with optional filtering and cursor pagin...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_customer" data-action-label="Create Customer" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Customer</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_customer" aria-label="Copy unthread_create_customer"><code className="connector-page-code">unthread\_create\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new customer (the company or end-user account you support) with an optional Slack channel link, email domains,...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_customer" data-action-label="Get Customer" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Customer</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_customer" aria-label="Copy unthread_get_customer"><code className="connector-page-code">unthread\_get\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the full record for a single customer by its unique ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_customer" data-action-label="Update Customer" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Customer</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_customer" aria-label="Copy unthread_update_customer"><code className="connector-page-code">unthread\_update\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing customer's details, such as its display name, autoresponder, support workflow steps, or bot handling...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_delete_customer" data-action-label="Delete Customer" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete Customer</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_delete_customer" aria-label="Copy unthread_delete_customer"><code className="connector-page-code">unthread\_delete\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete a customer by its unique ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_customers" data-action-label="List Customers" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Customers</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_customers" aria-label="Copy unthread_list_customers"><code className="connector-page-code">unthread\_list\_customers</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List customers with optional filtering, sorting, field selection, and automatic cursor pagination.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_query_knowledge_base" data-action-label="Query Knowledge Base" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Query Knowledge Base</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_query_knowledge_base" aria-label="Copy unthread_query_knowledge_base"><code className="connector-page-code">unthread\_query\_knowledge\_base</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Run a natural-language query against the knowledge base to surface relevant articles or answers.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_kb_article" data-action-label="Create Knowledge Base Article" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Knowledge Base Article</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_kb_article" aria-label="Copy unthread_create_kb_article"><code className="connector-page-code">unthread\_create\_kb\_article</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new knowledge base article with a title and body content.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_kb_article" data-action-label="Get Knowledge Base Article" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Knowledge Base Article</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_kb_article" aria-label="Copy unthread_get_kb_article"><code className="connector-page-code">unthread\_get\_kb\_article</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single knowledge base article by its ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_kb_article" data-action-label="Update Knowledge Base Article" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Knowledge Base Article</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_kb_article" aria-label="Copy unthread_update_kb_article"><code className="connector-page-code">unthread\_update\_kb\_article</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update the title, content, status, or scope of an existing knowledge base article.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_delete_kb_article" data-action-label="Delete Knowledge Base Article" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete Knowledge Base Article</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_delete_kb_article" aria-label="Copy unthread_delete_kb_article"><code className="connector-page-code">unthread\_delete\_kb\_article</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete a knowledge base article by its ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_kb_articles" data-action-label="List Knowledge Base Articles" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Knowledge Base Articles</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_kb_articles" aria-label="Copy unthread_list_kb_articles"><code className="connector-page-code">unthread\_list\_kb\_articles</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List knowledge base articles with optional filtering, sorting, field selection, and cursor pagination.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_outbound" data-action-label="Create Outbound Message" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Outbound Message</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_outbound" aria-label="Copy unthread_create_outbound"><code className="connector-page-code">unthread\_create\_outbound</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a proactive outbound message to send to customers, either immediately, as a draft, or scheduled for a future time...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_outbound" data-action-label="Update Outbound Message" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Outbound Message</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_outbound" aria-label="Copy unthread_update_outbound"><code className="connector-page-code">unthread\_update\_outbound</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update the content, recipients, or status of an existing outbound message, typically one still in draft or scheduled.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_outbound" data-action-label="Get Outbound Message" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Outbound Message</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_outbound" aria-label="Copy unthread_get_outbound"><code className="connector-page-code">unthread\_get\_outbound</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the full details of a single outbound message by its ID, including content, recipients, status, and schedule.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_outbounds" data-action-label="List Outbound Messages" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Outbound Messages</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_outbounds" aria-label="Copy unthread_list_outbounds"><code className="connector-page-code">unthread\_list\_outbounds</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List all outbound messages in the workspace, including drafts, scheduled, and sent messages.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_time_series_report" data-action-label="Get Time Series Report" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Time Series Report</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_time_series_report" aria-label="Copy unthread_get_time_series_report"><code className="connector-page-code">unthread\_get\_time\_series\_report</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a time-series report of conversation metrics bucketed over a date range, for dashboards and trend analysis.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_sla_policy" data-action-label="Create SLA Policy" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create SLA Policy</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_sla_policy" aria-label="Copy unthread_create_sla_policy"><code className="connector-page-code">unthread\_create\_sla\_policy</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a service-level agreement (SLA) policy with one or more target metrics.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_sla_policies" data-action-label="List SLA Policies" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List SLA Policies</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_sla_policies" aria-label="Copy unthread_list_sla_policies"><code className="connector-page-code">unthread\_list\_sla\_policies</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List SLA policies with optional filtering, sorting, field selection, and cursor pagination.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_sla_policy" data-action-label="Get SLA Policy" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get SLA Policy</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_sla_policy" aria-label="Copy unthread_get_sla_policy"><code className="connector-page-code">unthread\_get\_sla\_policy</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single SLA policy by its ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_sla_policy" data-action-label="Update SLA Policy" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update SLA Policy</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_sla_policy" aria-label="Copy unthread_update_sla_policy"><code className="connector-page-code">unthread\_update\_sla\_policy</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update the name, status, or metrics of an existing SLA policy.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_delete_sla_policy" data-action-label="Delete SLA Policy" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete SLA Policy</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_delete_sla_policy" aria-label="Copy unthread_delete_sla_policy"><code className="connector-page-code">unthread\_delete\_sla\_policy</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete an SLA policy by its ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_sla_instances" data-action-label="List SLA Instances" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List SLA Instances</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_sla_instances" aria-label="Copy unthread_list_sla_instances"><code className="connector-page-code">unthread\_list\_sla\_instances</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List SLA instances (individual deadlines and their status) across the workspace with optional filtering.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_slack_usergroup" data-action-label="Update Slack User Group" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Slack User Group</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_slack_usergroup" aria-label="Copy unthread_update_slack_usergroup"><code className="connector-page-code">unthread\_update\_slack\_usergroup</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update the Slack user group mapping for a user, associating an Unthread user with a Slack handle or user group. Use this...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_surveys" data-action-label="List Surveys" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Surveys</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_surveys" aria-label="Copy unthread_list_surveys"><code className="connector-page-code">unthread\_list\_surveys</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List customer-satisfaction surveys with optional filtering, sorting, field selection, and cursor pagination.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_survey_responses" data-action-label="List Survey Responses" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Survey Responses</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_survey_responses" aria-label="Copy unthread_list_survey_responses"><code className="connector-page-code">unthread\_list\_survey\_responses</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List the individual responses submitted for a specific survey, with optional filtering, sorting, and cursor pagination.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_survey_analytics" data-action-label="Get Survey Analytics" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Survey Analytics</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_survey_analytics" aria-label="Copy unthread_get_survey_analytics"><code className="connector-page-code">unthread\_get\_survey\_analytics</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get aggregated analytics for a survey, such as overall CSAT scores, rather than individual responses.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_tag" data-action-label="Create Tag" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Tag</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_tag" aria-label="Copy unthread_create_tag"><code className="connector-page-code">unthread\_create\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new tag that can later be applied to customers and conversations for labeling and filtering.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_tag" data-action-label="Get Tag" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Tag</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_tag" aria-label="Copy unthread_get_tag"><code className="connector-page-code">unthread\_get\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the full details of a single tag by its unique ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_tag" data-action-label="Update Tag" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Tag</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_tag" aria-label="Copy unthread_update_tag"><code className="connector-page-code">unthread\_update\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Rename an existing tag identified by its ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_delete_tag" data-action-label="Delete Tag" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete Tag</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_delete_tag" aria-label="Copy unthread_delete_tag"><code className="connector-page-code">unthread\_delete\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete a tag by its ID, removing it from all customers and conversations it was applied to.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_tags" data-action-label="List Tags" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Tags</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_tags" aria-label="Copy unthread_list_tags"><code className="connector-page-code">unthread\_list\_tags</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List tags in the workspace with optional filtering, sorting, field selection, and cursor-based pagination.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_add_tag_to_customers" data-action-label="Add Tag To Customers" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Add Tag To Customers</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_add_tag_to_customers" aria-label="Copy unthread_add_tag_to_customers"><code className="connector-page-code">unthread\_add\_tag\_to\_customers</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Link a tag to one or more customers so those customers become filterable by that tag.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_add_tag_to_conversations" data-action-label="Add Tag To Conversations" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Add Tag To Conversations</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_add_tag_to_conversations" aria-label="Copy unthread_add_tag_to_conversations"><code className="connector-page-code">unthread\_add\_tag\_to\_conversations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Link a tag to one or more conversations so those conversations become filterable by that tag.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_remove_tag_from_customers" data-action-label="Remove Tag From Customers" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Remove Tag From Customers</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_remove_tag_from_customers" aria-label="Copy unthread_remove_tag_from_customers"><code className="connector-page-code">unthread\_remove\_tag\_from\_customers</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Unlink a tag from one or more customers without deleting the tag itself.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_remove_tag_from_conversations" data-action-label="Remove Tag From Conversations" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Remove Tag From Conversations</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_remove_tag_from_conversations" aria-label="Copy unthread_remove_tag_from_conversations"><code className="connector-page-code">unthread\_remove\_tag\_from\_conversations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Unlink a tag from one or more conversations without deleting the tag itself.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_create_ticket_type" data-action-label="Create Ticket Type" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Create Ticket Type</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_create_ticket_type" aria-label="Copy unthread_create_ticket_type"><code className="connector-page-code">unthread\_create\_ticket\_type</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new ticket type whose custom fields define the intake form applied to conversations of that type.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_ticket_type" data-action-label="Get Ticket Type" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get Ticket Type</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_ticket_type" aria-label="Copy unthread_get_ticket_type"><code className="connector-page-code">unthread\_get\_ticket\_type</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the full record for a single ticket type by its unique ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_ticket_type" data-action-label="Update Ticket Type" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update Ticket Type</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_ticket_type" aria-label="Copy unthread_update_ticket_type"><code className="connector-page-code">unthread\_update\_ticket\_type</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing ticket type's name, description, or the custom fields that make up its conversation form.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_delete_ticket_type" data-action-label="Delete Ticket Type" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Delete Ticket Type</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_delete_ticket_type" aria-label="Copy unthread_delete_ticket_type"><code className="connector-page-code">unthread\_delete\_ticket\_type</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete a ticket type by its unique ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_ticket_types" data-action-label="List Ticket Types" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Ticket Types</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_ticket_types" aria-label="Copy unthread_list_ticket_types"><code className="connector-page-code">unthread\_list\_ticket\_types</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List ticket types with optional filtering, sorting, field selection, and automatic cursor pagination.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_user_groups" data-action-label="List User Groups" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List User Groups</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_user_groups" aria-label="Copy unthread_list_user_groups"><code className="connector-page-code">unthread\_list\_user\_groups</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List user groups with optional filtering, sorting, field selection, and cursor pagination.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_user_group" data-action-label="Get User Group" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get User Group</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_user_group" aria-label="Copy unthread_get_user_group"><code className="connector-page-code">unthread\_get\_user\_group</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the full details of a single user group by its ID, including its description and membership filters.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_user_group" data-action-label="Update User Group" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update User Group</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_user_group" aria-label="Copy unthread_update_user_group"><code className="connector-page-code">unthread\_update\_user\_group</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing user group's description or membership filters.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_list_users" data-action-label="List Users" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>List Users</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_list_users" aria-label="Copy unthread_list_users"><code className="connector-page-code">unthread\_list\_users</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List workspace users with optional filtering, sorting, field selection, and cursor pagination; can optionally include ex...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_get_user" data-action-label="Get User" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Get User</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_get_user" aria-label="Copy unthread_get_user"><code className="connector-page-code">unthread\_get\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the full profile of a single user by its ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="unthread_update_user" data-action-label="Update User" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div>Update User</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="unthread_update_user" aria-label="Copy unthread_update_user"><code className="connector-page-code">unthread\_update\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update the profile of an existing user, such as their display name, title, pronouns, photo, or custom attributes.</div>
      </div>
    </div>
  </div>
</div>
