HubSpot Source Connection

See the Connector Marketplace topic. Please request your administrator to start a trial or subscribe to the Premium HubSpot connector.

HubSpot is an inbound marketing and sales software.

This topic describes configuration parameters that are required in Gathr to authenticate a HubSpot connection.

Prerequisites

Details needed to configure a HubSpot connection based on the selected authentication method.

  • Client ID & Secret Key

    If you need help finding your HubSpot account’s client ID and Secret Key, refer to, MyHubSpotApp > Auth settings.

  • Refresh Token

    If you need help finding your HubSpot account’s refresh token, refer to, MyHubSpotApp > Auth settings.

  • Access Token

    When you create a private app in HubSpot an access token will get generated for that app. You can find the access token in your HubSpot Account Setup > Integrations > Private Apps > Details page.

  • Hub ID

    If you need help finding your HubSpot account’s portal ID (also called the Hub ID), refer to, Check your current account.

Connection Configuration

Each connection property available in the HubSpot connector is explained below.

Connection Name: The name of the connection to be created should be provided. This is the name that will display on the list of available connections.

AuthScheme: The type of authentication to use when connecting to HubSpot.

Supported auth types:

  • OAuth2: Select this to perform an OAuth 2.0 authentication.

  • Private App Token: Select this to perform a Token Based Authentication.


OAuth2

If OAuth2 is selected, configure the below parameters.

Client ID: The HubSpot registered application’s client Id should be provided.

Secret Key: The HubSpot registered application’s secret key should be provided.

Refresh Token: The refresh token for the corresponding access token.

Hub ID: The unique Hub ID/portal ID for the HubSpot account should be provided.


PrivateAppToken

If PrivateAppToken is selected, configure the below parameters.

Access Token: The access token for connecting to HubSpot.

The Access Token is retrieved from the private app as part of the authentication process.

Hub ID: The unique Hub ID/portal ID for the HubSpot account should be provided.


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated.

Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top