HubSpot
Connection Requirements
1
How to get OAuth Credentials
How to get client_id, client_secret, redirect_uri, and authorization code for HubSpot:
Create a Public App: Go to your HubSpot Developer Account and create a new Public App.
Client ID / Client Secret: These are shown in the app’s Auth or Credentials section.
Redirect URI: Add your redirect URL under the app’s Auth settings.
Authorization Code: Open the app’s Install URL (which includes
client_id,redirect_uri, and scopes).After the user authorizes the app, the URL will redirect with a code parameter — this is your authorization code.
⚠️ Attention
Please perform a connection test to ensure there is a valid connection to the host. When the discovery operation is finalized, you will be able to see the details on the Assets page.