Hi all, I've created a on my website and upon submitting the form I want to populate several User Created Fields, however I am getting Null. User Created Fields: delivery_partners: configured in form as multiple choice, configured in HS as read more
Is there a way to have AI or ChatGPT integrate with my HubSpot account and have it automatically reach out to my customers when it is time to renew their account? Additionally, can it be setup to send emails at a predetermined times throughout their read more
I'm testing HubSpot serverless functions. When properly formatted with an access key that has appropriate permissions and valid hs_object_ids, this code returns a result array of contact information when run from a local instance on a development m read more
I'm getting data via API, but I haven't been able to get activity data yet. I would like to know if it is possible to pull from the "deals" object or another object. I want the number of emails, number of calls, number of meetings, etc. And it must read more
I'm trying to add a custom workflow action. It seems to work except the labels aren't showing. I'm not sure why though? { "actionUrl": " https://voip.app.com/api/webhooks/hubspot/send-sms ", "published": true, "inputFields": [ { "typeDefinition": { read more
Hi, We have a call to create a property on a Company object, this works has worked on many portals we have setup however on a newly created one we are getting back an error not seen before. We have checked on other portals and this error doesn't read more
I am currently using v1 engagement api to create the email log on hubspot. On hubspot owner is being reflected as sender instead of the contact who sent the email. Any idea on what could be the reason why UI shows this behaviour. Sample request read more
Hey, @VinayApollo 👋 Thanks for flagging this. It looks like there is some undocumented behaviour here. The short answer is — if you are creating...read more
Hey, @nickiearchua 👋 Can you share more details? It's difficult for our community members to troubleshoot these issues without seeing a code e...read more
Hey, I'm in the process of setting up an integration, which will be using the Marketing Events Attendnace. I've got 1 contact in the marketing event, and I had updated their attendance. (using the Record a subscriber state by contact ID en read more
Hey, @HMorris9 👋 Thanks for your question. I'm pretty sure I understand the question. And I want to make sure I get my brain around this one. ...read more
On wordpress site I am using gravity forms and using hubspot script to get the values onto a hubspot form. However for a certain field it is grabbing the text between the options html tag in the select tag instead of the value from the value attribu read more
My apologies this is the link https://finstratmgmt.com/careers/ it's regarding the gravity form towards the bottom. I've also attached a screenshot...read more
In an effort to push Snowflake data to HubSpot, we are contemplating setting up and connecting the HubSpot and Snowflake Data Ingestion (BETA) . We are partnering with IT who needs clarification around HubSpot data sharing when discussing the integ read more
Hey, @ABrecher 👋 I suggest you open a support ticket for this question as it is related to the Product. Additionally, you might also ask your ...read more
The below code works for a single file upload, but if I have an array of file paths filePaths = [ 'abc.pdf' , 'sample.pdf' , 'xyz.pdf' ] all files are in current directory. When I loop over the array, the code just upload read more