...
Excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
This section describes the steps to configure the
|
Private App registration for
D s conntype | ||
---|---|---|
|
- Log in to your
account and click Manage apps.D s conntype type hubspot - 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:
D s deployment url type 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.
Info 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:
- Redirect URL: Set the redirect URL. For example:
- To create the app, click Create app.
Click Show Token.
Copy this token and save it.
Info NOTE: This token must be inserted when you create a
connection. For more information, see HubSpot Connections.D s conntype type hubspot
...