I'm trying to retrieve the engagements for a contact, but for some reason all of the following calls return no data for contacts that do have engagements on their Activity timeline: https://api.hubapi.com/crm/v4/objects/contacts/ {contactId }/ read more
@JJiao - no question for me that the following would be the API of choice here:
https://api.hubapi.com/crm/v4/objects/contact/{objectId}/associa...read more
Hi everyone, We have Cdata driver for Hubspot that we're using to retrieve contacts analytics. It uses Hubspot API to retrieve our records. We have retrieved the records of the enrollement of contacts through workflows as seen below that change read more
Hello I am creating Deal suing API and it was creating but I need help on creating a deal with a link to contact as per the below documentation. https://developers.hubspot.com/docs/api/crm/deals associations: [ { to: {id: '101'}, types: [{asso read more
Hello @ESalas7 Thank you for the response. if possible can you give me a example code for any of the languages it will really help. Thank Yo...read more
I am currently trying to update two hidden fields using Javascript. The two hidden fields utilize the name property, so I am using the getElementByName selector. I can get it to see the fields, and based on the console, it reports the value back as read more
This touches on something I'll need to do, but as a complete Hubspot neophyte I need to ask first, how do I even get Javascript onto the page where t...read more