We are attempting to use the workflow v4 api - we've launched an integration used by several customers. Unfortunately, a recent customer was trying to use the application - and on the fetch_workflow API we started getting this error message and a 40 Beitrag ansehen
Hello, I'm facing an issue while creating companies in bulk using the HubSpot batch API (/crm/v3/objects/companies/batch/create). Even though I send a batch of records (e.g., 10 at a time), only a few companies are successfully created. However, th Beitrag ansehen
Hi 👋 I'm not sure if I've just missed this somewhere, but it seems like some form information is not being returned in the API? For example, I have a form with inputs that have placeholder text and info box text, but none of this seems to be co Beitrag ansehen
Setting the onFormSubmit callback, prevents 1) Redirection, if configured in Hubspot 2) Following events, like onFormSubmitted I tried multiple times, I tried returning true, etc. onFormSubmit : (form: any ) => { setFormSubmit Beitrag ansehen
Issue was that the setState for formSubmitted actually made React to unmount the form. So the rest of the callback were erroring I guess and executio...Beitrag ansehen
Hey everyone,
we are facing a rather comical issue ...
We have a contact property "trialkey" which is setup as a file-property. In this property we want to upload key-files for a trial.
This key we want to link from within an e-mail.
Pre Beitrag ansehen
Hi, This issue might stem from how the file property is handled when it doesn't contain an uploaded file via a form. FYI In such cases, it defaul...Beitrag ansehen
Hello, I wanted to track form submission from Google Analytics, and the HubSpot form is embedded in the tracked website. I wonder if anyone can advise me on how to do this. I tried this method, and it's not working. Thank you. Custom HTML t Beitrag ansehen
Hi, You could usie Google Tag Manager to track HubSpot form submissions in Google Analytics....Google Tag Manager can pass those events to Google...Beitrag ansehen
Hello Everyone, I'm trying to use the Export API Endpoint (POST, GET) to create a backup of all our records in Hubspot. I set up the request body and I'm getting the link to download the export, which seems correct. However, for all Objects (Dea Beitrag ansehen
Hi @AnasM ! Welcome to the Community-- happy to have you here 😊
I would assume that if your user has access to the records, then it may b...Beitrag ansehen
Hi!, I have a property ‘subscription__monthly’ set to have unique values. When from Python I call the function ‘client.crm.contacts.batch_api.update’ with several contacts with that property with value ‘’ (this is the value to set the property to n Beitrag ansehen
Hi @JMoleroAlonso ,
Looking at the error log you provided, what appears to be happening is that when you use the batch upsert, you have multip...Beitrag ansehen
We have used the API to create new contacts (or open existing contacts), and add new leads depending on different projects our client has in progress. We also create a meeting under the Contact to mark the time of contact with this Contact/Lead. Beitrag ansehen
Hi All, I am trying to build an API to pull session information out of HubSpot into a google sheet to create a live sessions data source for a looker dashbaord. As of now, I am only able to create an API that pulls one dimension, either Session Beitrag ansehen
Hi @MSerra6 ! Welcome to the Community-- happy to have you here 😊
Thanks for utilizing support -- let's tag in some of our community memb...Beitrag ansehen
Hi there, I'm trying to extract (integrate to) the hs_recurring_billing_start_date field which I have selected as a custom date when entering the line items for a deal. I am able to extract all other information I need from the line items and ot Beitrag ansehen
Your code is a perfect example of what you would need to do to get the data. To reiterate, you want to retrieve the property " hs_recurring_billi...Beitrag ansehen
When using the Chatflows, I created a new bot and am attempting to use the AWS SDK module that is said to be available in the documentation but I am getting an error saying the module doesn't exist. I tested this on both node 18.x and 20.x. Beitrag ansehen