Prerequisites

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > HubSpot 

Prerequisites

In order to get the Client ID, the Client Secret, and the Refresh Token needed for the authentication it is necessary to execute the following steps.

 

1.Create an app in a HubSpot developer account. The Client ID and the Client Secret will now be available on the Auth page of the app settings.

2.Build an authorization URL using the Client ID, the Client Secret, and the scopes that are necessary.

3.Use the URL to get redirected back to the application via the redirect_url which will now have a code query parameter appended.

4.Use the code query parameter together with the client secret to get the Refresh Token from HubSpot.

 

Detailed information on the creation of the OAuth app and the Refresh Token can be found in the official HubSpot documentation in the Working with OAuth section.