Hello, Im trying to find a way to retrieve the signature status per user on a quote via the API. This is not directly available and i cant find a way to get this info, even though its available on the UI. Can someone help?
Hey, @DKevans You are not missing an option. There is no direct API endpoint to retrieve the individual signature status ( PENDING or SIGNED ) fo...read more
Hi! I'm trying to get audio from telephone calls made through HubSpot via the API, but it seems I can't get the full audio? I have access to an old HubSpot account where there have been some calls recorded, but it seems like the URL hs_call_re read more
Hi! Thanks. I don't mean to be rude, but this sounds like an AI rewrite of the quite poorly documented Recordings & Transcripts API? If you know...read more
We have an Umbraco site using the Hubspot Umbraco integration which embeds forms using the shell.js script as here: "<script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/shell.js"></script>" The form re read more
Hello there! I recently discovered an inconsistency between what the Contacts UI says about the email subscriptions for my contacts vs the information returned from the API. I think this was working fine some time ago and then went broken. read more
@GGodlewski wrote: Hello there! I recently discovered an inconsistency between what the Contacts UI says about the email subscriptions for my...read more
To periodically extract contact subscription preferences, ideally on a daily or weekly basis, we face the challenge of batch processing limitations, which allow only 100 contacts at a time. For millions of contacts, this results in 10,000 calls dail read more
Hey, @AD18 👋 Thanks for the great question. Looking at the limitation documentation, we care not able to get around the batch size limitatio...read more
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/ read more
Hi, @NVerma7 Thanks for your post.
This community is peer-to-peer, and HubSpot developers and engineers can't offer direct developer suppor...read more
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 read more
@BBecker1 - This is a pretty interesting challenge! I've solve this kind of issue in projects using a custom coded workflow that leverages HubDB AP...read more
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 read more
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 read more
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...read more
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. read more
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...read more
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 ...read more
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 read more
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 ...read more