Building your first integration
HubSpotIntegrationManager.js
getExample
function, add
Go to HubSpot, sign up for a developer account
Create an Application
Navigate to Settings
OAuth
Copy Client ID and Secret into
/config/dev.json
underHUBSPOT_CLIENT_ID
andHUBSPOT_CLIENT_SECRET
respectivelyAdd
http://localhost:3000/redirect/hubspot
to the redirect URINavigate to backend, run
npm start
Go to the dashboard and reload if you haven't yet. Tada! Your first integration
Last updated