Hubspot wrapper
const Sbxhubspot = require('sbxhubspot')
let coC = new Sbxhubspot.CustomObjectController({ hubspotApiKey, portalId} );
let contactC = new Sbxhubspot.CustomerController({ hubspotApiKey, portalId} );
let companyC = new Sbxhubspot.CustomerController({ hubspotApiKey, portalId} );
companyC.initialize("companies");
- "@hubspot/api-client": "^3.0.1",
- "axios": "^0.20.0"