Building your first integration
HubSpotIntegrationManager.js
getExamplefunction, add
const contacts = await this.targetInstance.api.listContacts()
return contacts.resultsGo to HubSpot, sign up for a developer account
Create an Application
Navigate to Settings
OAuth
Copy Client ID and Secret into
/config/dev.jsonunderHUBSPOT_CLIENT_IDandHUBSPOT_CLIENT_SECRETrespectivelyAdd
http://localhost:3000/redirect/hubspotto the redirect URINavigate to backend, run
npm startGo to the dashboard and reload if you haven't yet. Tada! Your first integration
Last updated
Was this helpful?
