Hello, I am looking to reduce the number of times that I call on the hubspot api to retrieve email data. Goal : I would like to display emails' subject lines and clicks performance somewhere else. Current Approach : I am curre read more
I want to Associat contacts with notes use API. I see [this document]( https://developers.hubspot.com/docs/api/crm/notes ) and try Accociate a note with another object part. But always "status": "error" . error content is here "errors": [ read more
sorry I attempt curl --request GET \ --url ' https://api.hubapi.com/crm/v3/associations/contacts/notes/types?hapikey=API_KEY ' return {"res...read more
I am trying to create a company property using the API, but am getting the message message: 'name can not be null or empty' Any ideas? var request = require ( "request" ); var options = { method : 'POST' , read more
Hey @jasond1 ,
When looking to create a company property using the Create a Company Property | Company Properties API the POST body should f...read more
Really stumped here, hopefully someone has had the same problem and can point me in the right direction I'm posting data to a form ( https://api.hsforms.com/submissions/v3/integration/submit/2761640/93158b93-1ca0-435a-b570-1ffe09c13eb9 ) whose read more