Skip to content

socobox/hubspot-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published