Hello HubSpot Team, I’m working with Daxko , and we’re currently migrating our HubSpot integration from V1 APIs to V3 to ensure long-term support and compliance. In our current implementation, we rely heavily on the V1 endpoint: GET /contacts/v1/ Beitrag ansehen
Hello, I have a API endpoint with data (Reviews). I want to place these inside a hubdb but is it possible to create an app and sync the data. so it runs like a cronjob. Is this possible with only creating a Private App? or do i need to run the code Beitrag ansehen
Webhook payload on Hubspot vs what I end up getting on my Apps Script web app is different - I GET WAY LESS datapoints, why? I understand maybe additional datapoints are in BETA, but I have flagged to support and still no clear answer. I want m Beitrag ansehen
Hey @fterp 👋 Thanks for your question. This is a common point of confusion when working with Google Apps Script.
Looking at the official ...Beitrag ansehen
Hi, I'm trying to batch update workflows based on existing workflows in a different account. I use the GET https://api.hubapi.com/automation/v4/flows/ID endpoint to get the JSON of a workflow, and then PUT https://api.hubapi.com/automati Beitrag ansehen
Hey, thanks for your response! I actually already spoke to Support and they suggested I post here so the developers could have a look - do you know a...Beitrag ansehen
Hello, I have a use case which is very frustrating. We set up Payment Links for customers to purchase our products. We may set up various Payment Links based on bundles or campaigns; these contain Line Items which be copied from the same Product. Beitrag ansehen
This is a tough one. Not having that association publically available is another half implemention of these newer objects that are being created. I f...Beitrag ansehen
I'm looking to update the deal amount but I'm not sure what API to call to do this. I want to single out a specific deal so I can update the deal amount of it. Thanks!
awesome. Thanks! Turns out it wasn't that easy. I needed to findout the internal name of the pipeline along with the dealstage then do an API search ...Beitrag ansehen
Hey folks, Doing a custom task which sounds basic but it turned out to be more complex. Basically, we need to check if a user exists in the CRM when a form is submitted and push this info to GTM together with the form submission event. Check Beitrag ansehen
Hey @supergox the form endpoints don't check the CRM at all, they just send data to the CRM. The de-duplication and cehcking record IDs happens in ...Beitrag ansehen
Hi, I'm currently using Marketing Hub Professional , and I'm interested in using the Single Send API to send emails using templates with dynamic values (e.g. user name, custom fields, etc.) as part of an integration with an external applica Beitrag ansehen
@RodrigoLMarques - while I'm not the right authority to address all the commercial locks an limits on HubSpot accounts here, my reading of teh tech...Beitrag ansehen
Hi there, I hope this is the right place for this post... We are currently facing some difficulties connecting our form to HubSpot. We use several forms on our website (TYPO3) that have some special features that cannot be replicated with native H Beitrag ansehen
Hi @thaep ,
With the Forms API Submit data to a form (supporting authentication) endpoint, you can record form submissions in HubSpot.
...Beitrag ansehen
Hi everyone,
I'm currently building a HubSpot UI Extension and would appreciate some guidance regarding the use of the Preview button.
I'm using the following code to render the button:
import { CrmCardActions } from "@hubsp Beitrag ansehen
When adding an additional Properties in CRM whose field type would be Dropdown is there a way to add the dropdown values from the third party API like When we click on the DropDown the options provided should be the data that is provided by the Beitrag ansehen
Hi @TIntegrations1 ,
You could utilize the Properties API, specifically the Update property endpoint .
In the body, you would just pas...Beitrag ansehen
For the endpoint: " https://api.hubapi.com/crm/v4/associations/{fromObjectType}/{toObjectType}/batch/read" I see that there is pagination on a per-object id basis for the 'inputs' parameter. The following endpoint which is non-batch for a s Beitrag ansehen
BérangèreL, thanks for the reply. The batch limit of 1000 IDs is the limit of object IDs you can provide to a batch 'input' parameter in the requ...Beitrag ansehen