- Getting Started
- Syncs
- Proxy API
Prerequisites
Sign up for a free HubSpot Developer account.Setup
1
Create a HubSpot Public App
Go to the HubSpot Developer Portal and create a new app. Add the basic app info such as name, description, logo. On the Auth tab, provide the Strata OAuth callback endpoint as your redirect URL:Finally, add your app scopes. In order to sync CRM events, your app will need the required scopes that correspond to the CRM object that you want to sync. For example, if you want to sync contact events, you would need to request the
crm.objects.contacts.read scope.2
Create a HubSpot Integration in Strata
Select Hubspot in the Strata Integration Catalog. Enter your HubSpot app’s client ID, client secret, and required scopes.
The scopes in the Strata dashboard should match the scopes you requested in your HubSpot app.