Building your first integration
const contacts = await this.targetInstance.api.listContacts()
return contacts.resultsLast updated
Was this helpful?
HubSpotIntegrationManager.js
getExample function, 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.json under HUBSPOT_CLIENT_ID and HUBSPOT_CLIENT_SECRET respectively
Add http://localhost:3000/redirect/hubspot to 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?
Was this helpful?
