Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 453 Bytes

File metadata and controls

16 lines (12 loc) · 453 Bytes

hubspot-wrapper

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");

Dependencies

  • "@hubspot/api-client": "^3.0.1",
  • "axios": "^0.20.0"