Hello, in my integration, I'd like to get a better experience when displaying VALIDATION_ERRORs for field validation (now working on Deals, but may work on more). I assume a good way is to parse the JSON present in message, and extract semantic read more
do_search The hubspot-python client only lets me pull 100 contacts at a time. I want to pull at least 2000. I saw that I would do that through pages but how do I implement in python? def search(riding):
public_object_search_request = read more
Hey, I wanted some help editing the template to merge duplicate contacts to delete them instead based on several criteria. This page is the sample code for merging duplicate contacts ( https://github.com/HubSpot/sample-workflow-custom-code/blob read more
I am sending a form to HubSpot through the API, then using a workflow to create the deal from the form and assign a contact. I have not found a way to automatically assign multiple contacts. I have also looked into using custom code in the workflow read more
Hi! I'm trying to customize my form with some tweaks, and the last one I need to work is that, when the contact meets one of the three validation conditionals, the form needs to be stopped from sending the infos to hubspot. The code I already ha read more
Hi API codes now depreciated. I seem to need to set up a private app now but have no idea of settings to link Hubspot account to a signup form on a Wordpress website where I would normally require and API code
I have some custom code inside a workflow: const hubspotClient = new hubspot.Client({
accessToken: process.env.API_TOKEN
});
const objectType = "retreat";
const objectId = event.inputFields['retreat_id']; // 9180114708
const read more
I currently have a regular account that has access to a private app and have just created an app developer account. How can I link my app developer account to this private app so I can begin making API calls with my developer API key?
Hi! I have read through numerous posts that speak about how HubspotUTKToken cannot be associated with a contact created using contacts API. But these were some posts which were 2-3 years earlier. I wanted to understand if currently we do have this f read more
Hello, So I have a Product property named 'start price' and it is not copied automatically to line item in same property 'start_price', when using line item API. I use hs_product_id to create association between product and line item but it does read more