Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

This section describes the steps to configure the

D s webapp
typePortal
 to integrate with your
D s conntype
typehubspot
deployment using a Private App token.

Private App registration for
D s conntype
typehubspot

  1. Log in to your
    D s conntype
    typehubspot
    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:
      D s deployment url
      typecallback
    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.

      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:

  5. To create the app, click Create app.
  6. Click Show Token.

  7. Copy this token and save it.

    Info

    NOTE: This token must be inserted when you create a

    D s conntype
    typehubspot
    connection. For more information, see HubSpot Connections.


...