Hubspot Connector
Documentation
Version: 5
Documentation
Authentication

Private app (Static Access Token)


Description

Private apps allow you to use HubSpot's APIs to access specific data from your HubSpot account. You can authorize what each private app can request or change in your account, which will generate an access token that's unique to your app. [API reference]

Instructions

Follow these instructions to create a Private app in HubSpot and configure HubSpot authentication in SSIS package or ODBC data source:

  1. First of all, go to HubSpot portal.
  2. Then click Data Management option on the left and then hit Integrations menu item: Go to integrations in HubSpot
  3. Move on by clicking Private Apps menu item and then click Create a private app button to create one: Create private app to get HubSpot data via REST API
  4. Then continue by following the instructions on HubSpot Docs.
  5. Once you create an app, go to SSIS package or ODBC data source and in Private App authentication set these parameters:
    • For AccessToken field use Access token value from the Private app configuration in HubSpot.
  6. Done! Now you are ready to use HubSpot Connector!

Parameters

Parameter Required Default value Options
Name: Password

Label: AccessToken

YES
Name: RetryMode

Label: RetryMode

RetryWhenStatusCodeMatch
Name Value
None None
RetryAny RetryAny
RetryWhenStatusCodeMatch RetryWhenStatusCodeMatch
Name: RetryStatusCodeList

Label: RetryStatusCodeList

429
Name: RetryCountMax

Label: RetryCountMax

5
Name: RetryMultiplyWaitTime

Label: RetryMultiplyWaitTime

True