Hi, I am developing my first app in HubSpot, which operates on a monthly recurring payment model. I need to implement a billing system for users who install our app. Does HubSpot provide an API for direct client billing, or would I need to i read more
I have a HubDB 'tasty_fruit' with (say) 99 rows of data. For column 'fruit', there are 3 types: 33 rows = apples, 33 rows = pears, 33 rows = oranges. Is there any way to filter the dynamic page source for a single value of 'sort', or must I create a read more
Hi, I am trying to extract the form submissions information from the hubspot form usig API. OAuth is setup and working fine. These are the end points I have tried: https://api.hubapi.com/forms/v2/submissions/forms/{formid} https://api.h read more
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 read more
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 read more
It's been a while since I tested this BUT one big pain I had with the BATCH API is that Hubspot will IGNORE (literally pretend I didn't send it) item...read more
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 read more
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 read more
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...read more
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 read more
Hi,
thanks for your reply!
I tried it with a form upload. Now we dont get returned a semicolon seperated string. Now we only have an URL in the ...read more
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 read more
Hi, You could usie Google Tag Manager to track HubSpot form submissions in Google Analytics....Google Tag Manager can pass those events to Google...read more
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 read more
Hey @kennedyp , Thanks a lot for responding. Sure, I'm using the following Endpoint "//api.hubapi.com/crm/v3/exports/export/async" and the reque...read more
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 read more
@JMoleroAlonso - both of the subscription properties you mentioned can have whatever value you need it to have - including blank/null - but they ca...read more
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. read more