Creating a Custom OAuth App

Create an App

The HubSpot Adapter is already registered with HubSpot; to display your own information to users when they log in, follow the steps below to register an app: Follow the steps below to obtain the OAuth client credentials, the OAuthClientId and OAuthClientSecret:

  1. Log into your HubSpot developer account.
  2. Click Create application.
  3. If you will only use the app to connect to your portal, select Private.

    If other users will use the app to connect to their own portals, select Public.

  4. Click the name of your app (or click edit).
  5. Enter values to be displayed to users when you connect. These values include the app name, author name, and a description of the app.
  6. Make note of or copy the Client ID and Client Secret to be used for the OAuthClientId and OAuthClientSecret properties.
Additionally, set CallbackURL to http://localhost when you connect.