Skip to main content

Private App for Hubspot

This section describes the steps to configure Alteryx Analytics Cloud (AAC) to integrate with your HubSpot deployment using a Private App token.

Private App registration for HubSpot

  1. Log in to your HubSpot account and click Manage apps.

  2. To create a private app, click private app.

  3. Navigate to App Info tab and enter the required details:

    1. In the Public app name field, enter a valid name for the app.

  4. Navigate to Auth tab and enter the required details:

    1. Redirect URL: Set the redirect URL. For example:

      https://ayxpreview.alteryxcloud.com/oauth2/callback

    2. On the Scopes tab, select Read or Write for each scope you want your private application to be able to access. This determines the data the driver has access to retrieve. Refer to the OAuthRequiredScopes and OAuthOptionalScopes properties for recommended scopes to select.

      Note

      If any additional scopes are added to the Private app apart from the default ones for OAuthRequiredScopes or OAuthOptionalScopes, you need to provide all the required scopes as ConnectionString Properties like

      OAuthRequiredScopes=“<Space separated list of scopes>;OAuthOptionalScopes=“<Space separated list of scopes>”.

      For more information on OAuthRequiredScopes and OAuthOptionalScopes properties for recommended scopes to select, see:

  5. To create the app, click Create app.

  6. Click ShowToken.

  7. Copy this token and save it.

    Note

    This token must be inserted when you create a HubSpot connection. For more information, see HubSpot Connections.