Prerequisites for Creating a Connection

You must satisfy the following prerequisites to create a connection with the HubSpot Adapter:

Create a Developer Account

You must create a developer account. Go to https://developers.hubspot.com/get-started, enter the required details, and create a developer account.

Create an Application

To generate the client ID and client secret, you must create an application using the HubSpot Developer account.

  1. Log in to your HubSpot Developer account.
  2. On the home page, click Create an app or click the Apps tab and click Create app.
  3. Enter a name for your application in the Public app name field.
  4. Click the Auth tab.
  5. Copy the client ID and client secret.

    You'll need to enter these values on the Connections page when you configure security for your HubSpot Adapter connection in Oracle Integration. See Configure Connection Security.

  6. Under the Redirect URL section, enter the redirect URL or URLs in the following format:
    https://{OIC_Host}:{OIC_SSL_PORT}/icsapis/agent/oauth/callback
  7. Under the Scopes section, select scopes (permissions) for your application. For example, contact, tickets, e-commerce, and more. See the scopes documentation at Initiate an integration with OAuth 2.0.