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

# Attentive

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

<div style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/attentive/filled/svg" alt="Attentive" 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-preview" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px' }}>Preview</span><span>v1.0.1</span></div>
    <div><a href="/connectors/attentive/changelog">See changelog</a></div>
  </div>

  <div className="connector-page-header-meta">
    <div className="connector-page-subtitle"><a href="#actions">19 actions</a> · 1 auth method</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' }}>Messaging</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px' }}>Ecommerce</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/attentive/guides/connector-profile/api-key" icon="https://stackone-logos.com/api/attentive/filled/svg" horizontal>
        Generate an API key by creating a Private app in your Attentive account. Requires admin privileges.
      </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/attentive/guides/link-account/api-key" icon="https://stackone-logos.com/api/attentive/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>
  </div>

  <div className="meta-library-count" data-connector-actions-count>19 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="attentive_get_me" data-action-label="Get Me" 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 style={{ fontWeight: '500' }}>Get Me</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_get_me" aria-label="Copy attentive_get_me"><code className="connector-page-code">attentive\_get\_me</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Test authentication and retrieve company information</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_subscribe_user" data-action-label="Subscribe 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 style={{ fontWeight: '500' }}>Subscribe User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_subscribe_user" aria-label="Copy attentive_subscribe_user"><code className="connector-page-code">attentive\_subscribe\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Subscribe a user to receive communications</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_get_subscription" data-action-label="Get Subscription" 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 style={{ fontWeight: '500' }}>Get Subscription</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_get_subscription" aria-label="Copy attentive_get_subscription"><code className="connector-page-code">attentive\_get\_subscription</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get subscription eligibility for a user. Requires at least one of phone or email</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_unsubscribe_user" data-action-label="Unsubscribe Subscriptions For A 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 style={{ fontWeight: '500' }}>Unsubscribe Subscriptions For A User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_unsubscribe_user" aria-label="Copy attentive_unsubscribe_user"><code className="connector-page-code">attentive\_unsubscribe\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Unsubscribe a user from subscription type or channel</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_product_view" data-action-label="Product View" 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 style={{ fontWeight: '500' }}>Product View</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_product_view" aria-label="Copy attentive_product_view"><code className="connector-page-code">attentive\_product\_view</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Track when a user views a product</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_add_to_cart" data-action-label="Add To Cart" 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 style={{ fontWeight: '500' }}>Add To Cart</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_add_to_cart" aria-label="Copy attentive_add_to_cart"><code className="connector-page-code">attentive\_add\_to\_cart</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Track when a user adds a product to their shopping cart</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_purchase" data-action-label="Purchase" 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 style={{ fontWeight: '500' }}>Purchase</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_purchase" aria-label="Copy attentive_purchase"><code className="connector-page-code">attentive\_purchase</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Track when a user generates an order or purchase</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_send_custom_event" data-action-label="Send Custom Event" 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 style={{ fontWeight: '500' }}>Send Custom Event</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_send_custom_event" aria-label="Copy attentive_send_custom_event"><code className="connector-page-code">attentive\_send\_custom\_event</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Track custom business events</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_set_custom_attributes" data-action-label="Set Custom Attributes" 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 style={{ fontWeight: '500' }}>Set Custom Attributes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_set_custom_attributes" aria-label="Copy attentive_set_custom_attributes"><code className="connector-page-code">attentive\_set\_custom\_attributes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Store custom user attributes</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_get_custom_attributes" data-action-label="Get Custom Attributes" 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 style={{ fontWeight: '500' }}>Get Custom Attributes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_get_custom_attributes" aria-label="Copy attentive_get_custom_attributes"><code className="connector-page-code">attentive\_get\_custom\_attributes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve custom attributes for a user. Requires exactly one of phone or email</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_upload_product_catalog" data-action-label="Upload Product Catalog" 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 style={{ fontWeight: '500' }}>Upload Product Catalog</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_upload_product_catalog" aria-label="Copy attentive_upload_product_catalog"><code className="connector-page-code">attentive\_upload\_product\_catalog</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a pre-signed S3 URL to upload your product catalog</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_list_catalog_uploads" data-action-label="View Recent Catalog Uploads" 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 style={{ fontWeight: '500' }}>View Recent Catalog Uploads</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_list_catalog_uploads" aria-label="Copy attentive_list_catalog_uploads"><code className="connector-page-code">attentive\_list\_catalog\_uploads</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List recent catalog uploads with their statuses</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_lookup_product_catalog_ingestion" data-action-label="Lookup Product Catalog Ingestion" 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 style={{ fontWeight: '500' }}>Lookup Product Catalog Ingestion</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_lookup_product_catalog_ingestion" aria-label="Copy attentive_lookup_product_catalog_ingestion"><code className="connector-page-code">attentive\_lookup\_product\_catalog\_ingestion</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get updated information on how the upload is progressing</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_add_deletion_request" data-action-label="Add A Deletion 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 style={{ fontWeight: '500' }}>Add A Deletion Request</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_add_deletion_request" aria-label="Copy attentive_add_deletion_request"><code className="connector-page-code">attentive\_add\_deletion\_request</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Add a CCPA data deletion request</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_get_deletion_request" data-action-label="Get A CCPA Delete Request By Id" 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 style={{ fontWeight: '500' }}>Get A CCPA Delete Request By Id</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_get_deletion_request" aria-label="Copy attentive_get_deletion_request"><code className="connector-page-code">attentive\_get\_deletion\_request</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a CCPA delete request by Id</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_identify_user" data-action-label="Identify 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 style={{ fontWeight: '500' }}>Identify User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_identify_user" aria-label="Copy attentive_identify_user"><code className="connector-page-code">attentive\_identify\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Add a client user identifier or custom identifier(s) to a user</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_create_or_update_user_v2" data-action-label="Create Or Update User With Attributes" 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 style={{ fontWeight: '500' }}>Create Or Update User With Attributes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_create_or_update_user_v2" aria-label="Copy attentive_create_or_update_user_v2"><code className="connector-page-code">attentive\_create\_or\_update\_user\_v2</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create or update a single user with attributes, subscriptions, and identifiers</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_bulk_update_user_attributes" data-action-label="Bulk Update User Attributes" 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 style={{ fontWeight: '500' }}>Bulk Update User Attributes</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_bulk_update_user_attributes" aria-label="Copy attentive_bulk_update_user_attributes"><code className="connector-page-code">attentive\_bulk\_update\_user\_attributes</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Process bulk user attribute updates</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="attentive_get_bulk_job_status" data-action-label="Get Bulk Job Status" 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 style={{ fontWeight: '500' }}>Get Bulk Job Status</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="attentive_get_bulk_job_status" aria-label="Copy attentive_get_bulk_job_status"><code className="connector-page-code">attentive\_get\_bulk\_job\_status</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve status of a bulk ingestion job</div>
      </div>
    </div>
  </div>
</div>
