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 App ID, 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.

    Note:

    An App ID is required only for trigger connections.
  6. Under the Redirect URL section, enter the redirect URL or URLs in the following format:

    Note:

    If you don't know the following information, check with your administrator:

    • If your instance is new or upgraded from Oracle Integration Generation 2 to Oracle Integration 3.
    • The complete instance URL with the region included (required for new instances).
    For Connections… Include the Region as Part of the Redirect URL? Example of Redirect URL to Specify…
    Created on new Oracle Integration 3 instances Yes.
    https://OIC_instance_URL.region.ocp.oraclecloud.com/icsapis/agent/oauth/callback

    Created on instances upgraded from Oracle Integration Generation 2 to Oracle Integration 3

    No.

    This applies to both:

    • New connections created after the upgrade
    • Existing connections that were part of the upgrade
    https://OIC_instance_URL.ocp.oraclecloud.com/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.

Obtain the API Key

Note:

The API key is only required for trigger connections.
  1. Log in to your HubSpot Developer account.
  2. On the home page, click Manage apps.
  3. Click Get HubSpot API key.
  4. Click Show Key. The API key appears.
  5. Copy the API key. You'll need to enter this value in the API Key field on the Connections page in Oracle Integration. See Configure Connection Security.