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

# Kustomer

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

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

  <div className="connector-page-changelog" style={{ display: 'flex', flexDirection: 'column', gap: '2px' }}>
    <div style={{ display: 'flex', alignItems: 'center', gap: '6px' }}><span className="connector-page-tag-beta" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px' }}>Beta</span><span>v1.0.0</span></div>
  </div>

  <div className="connector-page-header-meta">
    <div className="connector-page-subtitle"><a href="#actions">53 actions</a> · 2 auth methods</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '4px' }}>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px' }}>Ticketing</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 · OAuth 2.0" href="/connectors/kustomer/guides/connector-profile/oauth-2-0" icon="https://stackone-logos.com/api/kustomer/filled/svg" horizontal>
        Connect using OAuth 2.0 authorization code flow. Requires registering a Kustomer app via the Apps Platform API.
      </Card>

      <Card title="Connector Profile · API Key" href="/connectors/kustomer/guides/connector-profile/api-key" icon="https://stackone-logos.com/api/kustomer/filled/svg" horizontal>
        Authenticate using a Kustomer API key with Bearer token authorization.
      </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 · OAuth 2.0" href="/connectors/kustomer/guides/link-account/oauth-2-0" icon="https://stackone-logos.com/api/kustomer/filled/svg" horizontal />

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

  <Step title="Use Actions">
    Connect your agent to the linked account's actions. See [Agent Setup](/connect/agent-setup/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 className="connector-actions-scopes" data-connector-actions-auth>
        <button type="button" className="connector-actions-scopes__toggle" data-connector-actions-auth-toggle aria-expanded="false">
          <span>Authentication type<span data-connector-actions-auth-count /></span>
        </button>

        <div className="connector-actions-scopes__menu">
          <div className="connector-actions-scopes__header">
            <input type="search" className="connector-actions-scopes__search" data-connector-actions-auth-search placeholder="Search auth methods..." aria-label="Search auth methods" />

            <div className="connector-actions-scopes__actions">
              <button type="button" data-connector-actions-auth-select-all>Select all</button>
              <span>|</span>
              <button type="button" data-connector-actions-auth-clear>Clear</button>
            </div>
          </div>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="API Key" data-connector-actions-auth-filter />

            <span>API Key</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="OAuth 2.0" data-connector-actions-auth-filter />

            <span>OAuth 2.0</span>
          </label>

          <div className="connector-actions-scopes__empty" data-connector-actions-auth-empty hidden>No auth methods found</div>
        </div>
      </div>
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>53 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="kustomer_list_customers" data-action-label="List Customers" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Customers</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_list_customers" aria-label="Copy kustomer_list_customers"><code className="connector-page-code">kustomer\_list\_customers</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of customers</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_customer_by_id" data-action-label="Get Customer By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Customer By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_customer_by_id" aria-label="Copy kustomer_get_customer_by_id"><code className="connector-page-code">kustomer\_get\_customer\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single customer by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_create_customer" data-action-label="Create Customer" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Customer</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_create_customer" aria-label="Copy kustomer_create_customer"><code className="connector-page-code">kustomer\_create\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new customer</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_customer" data-action-label="Update Customer" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Customer</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_customer" aria-label="Copy kustomer_update_customer"><code className="connector-page-code">kustomer\_update\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing customer by ID (full replacement)</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_customer_attributes" data-action-label="Update Customer Attributes" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Customer Attributes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_customer_attributes" aria-label="Copy kustomer_update_customer_attributes"><code className="connector-page-code">kustomer\_update\_customer\_attributes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Partially update a customer's attributes by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_delete_customer" data-action-label="Delete Customer" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Customer</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_delete_customer" aria-label="Copy kustomer_delete_customer"><code className="connector-page-code">kustomer\_delete\_customer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a customer by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_list_conversations" data-action-label="List Conversations" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Conversations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_list_conversations" aria-label="Copy kustomer_list_conversations"><code className="connector-page-code">kustomer\_list\_conversations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of conversations</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_conversation_by_id" data-action-label="Get Conversation By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Conversation By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_conversation_by_id" aria-label="Copy kustomer_get_conversation_by_id"><code className="connector-page-code">kustomer\_get\_conversation\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single conversation by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_create_conversation" data-action-label="Create Conversation" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Conversation</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_create_conversation" aria-label="Copy kustomer_create_conversation"><code className="connector-page-code">kustomer\_create\_conversation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new conversation associated with an existing customer</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_conversation" data-action-label="Update Conversation" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Conversation</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_conversation" aria-label="Copy kustomer_update_conversation"><code className="connector-page-code">kustomer\_update\_conversation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update a conversation by replacing its fields (PUT semantics)</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_conversation_attributes" data-action-label="Update Conversation Attributes" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Conversation Attributes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_conversation_attributes" aria-label="Copy kustomer_update_conversation_attributes"><code className="connector-page-code">kustomer\_update\_conversation\_attributes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Partially update a conversation's attributes using PATCH semantics</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_delete_conversation" data-action-label="Delete Conversation" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Conversation</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_delete_conversation" aria-label="Copy kustomer_delete_conversation"><code className="connector-page-code">kustomer\_delete\_conversation</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a conversation by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_list_messages" data-action-label="List Messages" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Messages</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_list_messages" aria-label="Copy kustomer_list_messages"><code className="connector-page-code">kustomer\_list\_messages</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of messages</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_message_by_id" data-action-label="Get Message By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Message By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_message_by_id" aria-label="Copy kustomer_get_message_by_id"><code className="connector-page-code">kustomer\_get\_message\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single message by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_create_message" data-action-label="Create Message" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Message</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_create_message" aria-label="Copy kustomer_create_message"><code className="connector-page-code">kustomer\_create\_message</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new message. Requires channel, app (channel integration identifier — not a Kustomer ID), and direction. Use lis...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_message_by_id" data-action-label="Update Message By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Message By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_message_by_id" aria-label="Copy kustomer_update_message_by_id"><code className="connector-page-code">kustomer\_update\_message\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Replace a message by ID using full PUT semantics (replaces entire resource; use update\_message\_attributes\_by\_id for part...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_message_attributes_by_id" data-action-label="Update Message Attributes By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Message Attributes By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_message_attributes_by_id" aria-label="Copy kustomer_update_message_attributes_by_id"><code className="connector-page-code">kustomer\_update\_message\_attributes\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Partially update message attributes by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_list_users" data-action-label="Get Users" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Users</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_list_users" aria-label="Copy kustomer_list_users"><code className="connector-page-code">kustomer\_list\_users</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of org users</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_user_by_id" data-action-label="Get User By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get User By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_user_by_id" aria-label="Copy kustomer_get_user_by_id"><code className="connector-page-code">kustomer\_get\_user\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single user by their unique ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_multiple_users_by_ids" data-action-label="Get Multiple Users By IDs" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Multiple Users By IDs</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_multiple_users_by_ids" aria-label="Copy kustomer_get_multiple_users_by_ids"><code className="connector-page-code">kustomer\_get\_multiple\_users\_by\_ids</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve multiple users by a comma-separated list of IDs</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_create_invite_new_user" data-action-label="Create / Invite New User" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create / Invite New User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_create_invite_new_user" aria-label="Copy kustomer_create_invite_new_user"><code className="connector-page-code">kustomer\_create\_invite\_new\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create an account for a new org user and send an invitation email</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_user_by_id" data-action-label="Update User By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update User By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_user_by_id" aria-label="Copy kustomer_update_user_by_id"><code className="connector-page-code">kustomer\_update\_user\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing org user's profile or account settings</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_list_notes" data-action-label="List Notes" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Notes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_list_notes" aria-label="Copy kustomer_list_notes"><code className="connector-page-code">kustomer\_list\_notes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of notes</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_note_by_id" data-action-label="Get Note By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Note By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_note_by_id" aria-label="Copy kustomer_get_note_by_id"><code className="connector-page-code">kustomer\_get\_note\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single note by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_create_note" data-action-label="Create Note" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Note</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_create_note" aria-label="Copy kustomer_create_note"><code className="connector-page-code">kustomer\_create\_note</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new note</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_note_by_id" data-action-label="Update Note By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Note By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_note_by_id" aria-label="Copy kustomer_update_note_by_id"><code className="connector-page-code">kustomer\_update\_note\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Replace a note by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_note_attributes_by_id" data-action-label="Update Note Attributes By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Note Attributes By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_note_attributes_by_id" aria-label="Copy kustomer_update_note_attributes_by_id"><code className="connector-page-code">kustomer\_update\_note\_attributes\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Partially update note attributes by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_delete_note_by_id" data-action-label="Delete Note By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Note By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_delete_note_by_id" aria-label="Copy kustomer_delete_note_by_id"><code className="connector-page-code">kustomer\_delete\_note\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a note by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_list_klasses" data-action-label="Get Klasses" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Klasses</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_list_klasses" aria-label="Copy kustomer_list_klasses"><code className="connector-page-code">kustomer\_list\_klasses</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of klasses</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_klass_by_id" data-action-label="Get Klass By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Klass By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_klass_by_id" aria-label="Copy kustomer_get_klass_by_id"><code className="connector-page-code">kustomer\_get\_klass\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single klass by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_create_klass" data-action-label="Create Klass" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Klass</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_create_klass" aria-label="Copy kustomer_create_klass"><code className="connector-page-code">kustomer\_create\_klass</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new klass</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_klass_by_id" data-action-label="Update Klass By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Klass By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_klass_by_id" aria-label="Copy kustomer_update_klass_by_id"><code className="connector-page-code">kustomer\_update\_klass\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing klass by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_delete_klass" data-action-label="Delete Klass" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Klass</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_delete_klass" aria-label="Copy kustomer_delete_klass"><code className="connector-page-code">kustomer\_delete\_klass</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a klass by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_kobjects" data-action-label="Get KObjects (custom Objects)" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get KObjects (custom Objects)</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_kobjects" aria-label="Copy kustomer_get_kobjects"><code className="connector-page-code">kustomer\_get\_kobjects</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of kobjects for a klass. Use list\_klasses first to get the klass name (slug) required as a pat...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_kobject_by_id" data-action-label="Get KObject (custom Object) By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get KObject (custom Object) By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_kobject_by_id" aria-label="Copy kustomer_get_kobject_by_id"><code className="connector-page-code">kustomer\_get\_kobject\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single kobject by klass name and ID. Use list\_klasses to get the klass name and get\_kobjects to get the kobje...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_create_kobject" data-action-label="Create KObject" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create KObject</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_create_kobject" aria-label="Copy kustomer_create_kobject"><code className="connector-page-code">kustomer\_create\_kobject</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new kobject (custom object instance) within a klass. Use list\_klasses to get the klass name (slug) required as...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_kobject_by_id" data-action-label="Update KObject (custom Object) By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update KObject (custom Object) By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_kobject_by_id" aria-label="Copy kustomer_update_kobject_by_id"><code className="connector-page-code">kustomer\_update\_kobject\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing kobject by klass name and ID. Use list\_klasses to get the klass name and get\_kobjects to get the kobj...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_delete_kobject_by_id" data-action-label="Delete KObject (custom Object) By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete KObject (custom Object) By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_delete_kobject_by_id" aria-label="Copy kustomer_delete_kobject_by_id"><code className="connector-page-code">kustomer\_delete\_kobject\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a kobject by klass name and ID. Use list\_klasses to get the klass name and get\_kobjects to get the kobject ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_list_companies" data-action-label="Get Companies" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Companies</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_list_companies" aria-label="Copy kustomer_list_companies"><code className="connector-page-code">kustomer\_list\_companies</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of companies</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_company_by_id" data-action-label="Get Company By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Company By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_company_by_id" aria-label="Copy kustomer_get_company_by_id"><code className="connector-page-code">kustomer\_get\_company\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single company by its unique ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_create_company" data-action-label="Create Company" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Company</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_create_company" aria-label="Copy kustomer_create_company"><code className="connector-page-code">kustomer\_create\_company</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new company</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_company_attributes" data-action-label="Update Company Attributes" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Company Attributes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_company_attributes" aria-label="Copy kustomer_update_company_attributes"><code className="connector-page-code">kustomer\_update\_company\_attributes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing company by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_list_sub_statuses" data-action-label="Get Sub-statuses" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Sub-statuses</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_list_sub_statuses" aria-label="Copy kustomer_list_sub_statuses"><code className="connector-page-code">kustomer\_list\_sub\_statuses</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a paginated list of sub-statuses</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_create_sub_status" data-action-label="Create Sub-status" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Sub-status</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_create_sub_status" aria-label="Copy kustomer_create_sub_status"><code className="connector-page-code">kustomer\_create\_sub\_status</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new sub-status</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_get_sub_status_by_id" data-action-label="Get Sub-Status By ID" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Sub-Status By ID</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_get_sub_status_by_id" aria-label="Copy kustomer_get_sub_status_by_id"><code className="connector-page-code">kustomer\_get\_sub\_status\_by\_id</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single sub-status by its unique ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_update_sub_status" data-action-label="Update Sub-Status" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Sub-Status</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_update_sub_status" aria-label="Copy kustomer_update_sub_status"><code className="connector-page-code">kustomer\_update\_sub\_status</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an existing sub-status by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_delete_sub_status" data-action-label="Delete Sub-Status" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Sub-Status</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_delete_sub_status" aria-label="Copy kustomer_delete_sub_status"><code className="connector-page-code">kustomer\_delete\_sub\_status</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a sub-status by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_bulk_create_conversations" data-action-label="Bulk Create Conversations" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Bulk Create Conversations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_bulk_create_conversations" aria-label="Copy kustomer_bulk_create_conversations"><code className="connector-page-code">kustomer\_bulk\_create\_conversations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create multiple conversations in a single request</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_bulk_batch_update_conversations" data-action-label="Bulk Batch Update Conversations" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Bulk Batch Update Conversations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_bulk_batch_update_conversations" aria-label="Copy kustomer_bulk_batch_update_conversations"><code className="connector-page-code">kustomer\_bulk\_batch\_update\_conversations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update multiple conversations in a single request</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_bulk_delete_conversations" data-action-label="Bulk Delete Conversations" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Bulk Delete Conversations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_bulk_delete_conversations" aria-label="Copy kustomer_bulk_delete_conversations"><code className="connector-page-code">kustomer\_bulk\_delete\_conversations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete multiple conversations in a single request</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_list_audit_logs" data-action-label="Query Events Associated With Your Organization" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Query Events Associated With Your Organization</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_list_audit_logs" aria-label="Copy kustomer_list_audit_logs"><code className="connector-page-code">kustomer\_list\_audit\_logs</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve audit log events for your organization</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_find_company_kobjects" data-action-label="Find Company KObjects (custom Objects)" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Find Company KObjects (custom Objects)</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_find_company_kobjects" aria-label="Copy kustomer_find_company_kobjects"><code className="connector-page-code">kustomer\_find\_company\_kobjects</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve KObjects of a specific Klass associated with a company. Use list\_companies to get the company ID and list\_klass...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="kustomer_find_customer_kobjects" data-action-label="Find Customer KObjects (custom Objects)" data-action-scopes="" data-action-auth="OAuth 2.0,API Key" data-action-auth-scopes="{&#x22;OAuth 2.0&#x22;:[],&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Find Customer KObjects (custom Objects)</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="kustomer_find_customer_kobjects" aria-label="Copy kustomer_find_customer_kobjects"><code className="connector-page-code">kustomer\_find\_customer\_kobjects</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve KObjects of a specific Klass associated with a customer. Use list\_customers to get the customer ID and list\_kla...</div>
      </div>
    </div>
  </div>
</div>
