HubSpot
-
Sign in at HubSpot Developers.
-
From the developer account home, open Manage apps.
-
Click Create app (top right) and choose a public app.
-
Fill in whatever you like under App info.
-
Switch to the Auth tab.
-
Copy the Client ID and Client Secret into
.env:HUBSPOT_CLIENT_ID=<client_id>HUBSPOT_CLIENT_SECRET=<client_secret> -
Set the OAuth redirect URL, replacing
<flexcal URL>with your instance URL:<flexcal URL>/api/integrations/hubspot/callback -
Under Scopes, grant Read and Write on
crm.objects.contactsandcrm.lists. -
Save.
Bookings made in flexcal now show up as HubSpot meetings against the matching contact.