I'm trying to use the search API to search for companies by a custom property. It's an ID string value value and I've updated the property setting so that "Show in global search results" is enabled. However, the API is not returning any results when read more
@JKim45 - In order that we can help to understand this issue, can you offer some example of how the property is defined and the search filters that...read more
Hello, I'd like to confirm whether the following endpoint will continue to be supported: https://api.hubapi.com/contacts/v1/lists/{listId}/contacts/all We currently use this to fetch contacts from a specific list using its ID. So far, I haven’t fo read more
i am facing a situation . we do have a non hubspot form which captures lead from login page . but the contacts coming to crm from that form as tagged as customer's customer by default which is wrong , ideally it should be lead. since it is a non hub read more
Hello Naveen, Is therre a way you can provide more information on the non hubspot form that is being utilized? Based on the information, here are...read more
We’re using ClickPatrol’s form protection. To integrate it with HubSpot, we need to modify the main HubSpot JavaScript. Normally, this allows us to add custom inputs such as prefilled email addresses, user IDs, etc. According to GetFormProtection. read more
Hi @ZAbdeen You need to create the custom field in HubSpot first and add it to your form. Then, use the onFormReady callback to set its value ...read more
Hi everyone, I’m currently transitioning from an old HubSpot account to a new one and would like to move or replicate the sent marketing emails (including their content) from the old account to the new one. I understand that performance data can read more
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
Hi @OManby ,
The 403 error in your logs is likely from a background request the shell.js script is making, but if your form is rendering and w...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
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
Hi @BBecker1 ,
You can’t run scheduled syncs (like a cronjob) using just a HubSpot Private App. The Private App gives you API access, but it d...read more