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
Log in to your HubSpot account and click Manage apps.
To create a private app, click private app.
Navigate to App Info tab and enter the required details:
In the Public app name field, enter a valid name for the app.
Navigate to Auth tab and enter the required details:
Redirect URL: Set the redirect URL. For example:
https://ayxpreview.alteryxcloud.com/oauth2/callback
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:
To create the app, click Create app.
Click ShowToken.
Copy this token and save it.
Note
This token must be inserted when you create a HubSpot connection. For more information, see HubSpot Connections.