Hi support team, I hope you're doing well Currently, we embed a email form script made by Hubspot into our site. This is a specific example of our form: https://app.hubspot.com/submissions/3112981/form/f56b92c5-2828-48dd-a805-1e7aaac05b64/perfo read more
Hi @Tuanva , Yes, you can use HubSpot's Forms API to submit form data directly to HubSpot without displaying the actual form. You can send a POST r...read more
Hi everyone, When authenticating users with HubSpot OAuth2, there is no option to select a Business Unit during the authorization process. After authentication, how can an I request Deals or Company records specific to a Business Unit ? I c read more
Dear HubSpot Team, I am encountering the following error while attempting to create a workflow via the automation API for certain accounts: API Endpoint Used: /automation/v4/flows Error Response: {
"status": "error",
"message": "Inv read more
Hey, @VWO-Integration 👋 You may need to gather more specifics and report this via your main portals support options. To conform, this is a pee...read more
Hello, I’m using the HubSpot API to retrieve record data, but I’m having trouble with the Business Units property. In the CRM UI, this property shows labels, but via the API I only receive the currently assigned business unit ID. The list of option read more
Hi, @Jaycee_Lewis Thank you for the suggestion. Unfortunately, the endpoint you mentioned doesn’t meet my requirements because it only queries b...read more
I'm trying to run upserts on companies via the power automate HTTP step. I'm pretty sure the company domain is the unique id field for this object, unless I'm wrong. I'm pretty sure I've successfully run a power automate flow that uses domain a read more
@SteveHTM - "esoteric" is a good way to put it. Even now the API documentation states that the "domain" property is used as the "primary unique ide...read more
Hello , When i create a company with API with ' ' /crm /v3 /objects /companies " and i search it right after with the domain name, the created company doesn 't show up . If I wait a few seconds , it finally shows up in search ( read more
Hi @CPatane ,
Whenever you create a company using the POST endpoint of the Companies API, you will get a response of whether it was created su...read more
We're trying to use /crm/v3/objects/companies/merge to merge multiple companies into a single one. The merge of the first company into the primary company succeeds: curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/companies/m read more
HubSpot recently changed the way it treats merged records. Now, when two records are merged, a new third record with a new hs_object_id is created. Y...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
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
Hi HubSpot Team, We are experiencing an intermittent connection reset error when calling HubSpot APIs. Below is a sample error log. This issue is also occurring with other HubSpot APIs. We would like to understand the possible reasons behind thi read more
@mochi15 wrote: Hi HubSpot Team, We are experiencing an intermittent connection reset error when calling HubSpot APIs. Below is a sample err...read more
My application is running in AWS Sydney region and it calls Hubspot API to create companies and contacts. I am planning to deploy applications in UK which also needs to call the same Hubspot API. I wonder if the API support multi-region by default. read more
@JZhao wrote: My application is running in AWS Sydney region and it calls Hubspot API to create companies and contacts. I am planning to deploy...read more
Hi, I'm developing an app in HubSpot and need help retrieving specific account details via the HubSpot API. A. How to Retrieve the Business Address Using the API? I'm trying to fetch the business address configured in Settings > Account read more
Hey @U072319 from the documentation it looks like the accounts api doesn't support providing the account address. Would this change a lot though?...read more