Hi, I'm Joshua! I am a developer who works for pearagon! I enjoy programming and working with HubSpot Workflows. My favorite languages to work in are Javascript and Python.
Book time with us: https://www.pearagon.com/free-consultation
Hi @SamSellars ,
My instinct here is based on that HubSpot does not delete 25k rows all at once, and it can have some lag. So when you went t...read more
@Hi @DDao3 ,
If you want access the values within properties using a CRM card you want to be using the fetchCrmObjectProperties method. You ...read more
Hi @MAsghari ,
I would recommend making a GET call to the /crm/v4/objects/ticket/:ticketID/associations/conversation endpoint to get the curr...read more
Hi @PHoang2 ,
Currenlty there is no way to get comments via API . If you want to get the note body without the HTML you can use the V1 engag...read more
Hi Mark,
As you create your contacts and deals the HubSpot API will return object IDs. You can go ahead and store these and then you could pass...read more
Custom Code Actions are one of the most powerful part of operations hub, they can interact with all the intricate and back end APIs of HubSpot and with other services. But that is exactly where they fall short, many custom code actions will not work read more
Currently the in custom code actions the only valid output fields are String, Number, Boolean, Datetime, Enumeration, Date, and Phone number. I would like an additional output of HubSpot user. This new output field would accept id, userId, or email read more