Hi, I wanted to understand what does this Subscription_Status API endpoint : https://developers.hubspot.com/docs/api/marketing-api/subscriptions-preferences help to achieve? There is little mention in the documentation but does it allow us to up read more
Hi,
We have set a workflow that triggers on changes on different fields, but those fields are changed through API too. Client requires this changes through API not to be a trigger to the workflow because this calls to a webhook on client-side read more
Hey @ivanoccam ,
thank you for reaching out to the community. I totally get that this might result in a lot of weird executing of processes....read more
Hi, i am trying to request my authorization_code via API Call: POST /oauth/v1/token. Content-Type: application/x-www-form-urlencoded;charset=utf-8 Body Request: { "grant_type": "authorization_code", "client_id“: "e0***", "client_secret“: "b6***", read more
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
Thank you so much for emailing. I am working with a technical person who is logging in as me so it is they who initiated the chat yesterday. We are v...read more
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