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