I'm trying to PATCH (Update) a Property I went here first: https://developers.hubspot.com/beta-docs/guides/api/crm/properties for guidance. Then I pulled down a list of properties: GET https://api.hubapi.com/crm/v3/properties/deal The list is accurate, and all the data about each property is there, but not any 'id' value. In order to update (PATCH) a property I need ' recordId', but cannot find this is the parameters listed fo
...read more
Hello all, Just found a solution for doing a basic validation on fields before submit on a hubspot form. Conditions: Raw html form Include jquery Code <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
region: "...",
portalId: "123123",
formId: "xxxxxxx",
onFormReady: function () {
// Use a more specific selector if poss
...read more
Hi, Part of our business is selling services. I'd like to create a new Deal Property that gets its value from a calculation. In two deal properties we set 'Start Date' and 'End Date' . This allows for a quick (and correct) return for 'Project Duration '. Now I want to use the output of 'Project Duration' and the deal 'Amount ' to calculate the value of a new Deal Property --> Monthly Contract Value. In my simple attempt,
...read more
Hey, HubSpot Developers! There are plenty of questions about the upcoming sunset and how to migrate your apps using API keys to use Private Apps.
Luckily, our amazing team put together this guide, Migrate an API key integration to a private app ✅
Changelog information here — Upcoming: API Key Sunset
If you have questions about the guide or the information included, please leave your feedback in the comments. If you have s
...read more
I wanted to get some opinions on which direction to go based on a custom project scenario we have. First, a little background...
Phase 1 - Created a dashboard webpage that is set to "private - registration required" and displays data from a custom object based on the user that's logged in. This is working correctly but hasn't been taken live yet. Currently creating the project in a sandbox.
Phase 2 - This is the part where we wan
...read more
Starting on November 13th, we are introducing changes to the structure and categorization of the HubSpot App Marketplace . This update reflects HubSpot's evolution from a hub-centric platform to a comprehensive CRM solution. The goal is to align th read more
Hey Developers!
We’re excited to introduce our new Developer Feedback Tool , designed to gather in-depth insights from our developer community.
Unlike the Ideas Forum or various pop-ups you may encounter on HubSpot, read more
Hey there @Mjake001 ! Thanks for the question. While your feedback will impact both long and short term API, SDK and other product changes - we can...read more
Beginning on October 31 , we'll be updating our App Marketplace listing process to include more validation for specific fields. These fields are already required for listing and can be found in our App Marketplace listing requirements , but they w read more
Hi - I don't think this is probably the best place to post this so if you have other suggestions, let me know. But I had to start somewhere... I'm a web developer working for a client using Hubspot. He has some pages with CTA links. He'd like th read more
Hey New to hubspot here :)) i have a task to match some design modifications from the website to the blog. most of it is in CSS, which is fine, but now I need to do some backend changes like implementing new elements using HTML. usually what read more
I can add responsive padding to my section like so: {% dnd_section
padding={
'default': {
'top': 0,
'bottom': 0,
'left': 0,
'right': 0
},
'mobile': {
'top': 0,
'bottom': 0,
'left read more
The Domain level and the DNS connection are fine, the in app connection to host the domain and also to redirect www to domain are connected but when search with www the web page isn't available only to the domain level .com What cloud be the probl read more
@Okgbest - can I suggest you try removing the top level domain redirect and see if you can access www.domain.com correctly before you add the ext...read more
Hello, I'm building a small app to integrate to new orders API, I managed to create a deal then associate it to the order and also add line items. My main issue is I can't find anyway to fill in the fields for 'Order Total' like subtotal price, dis read more
I understand there's a limit to the amount of times you can call a HubDB table. Could someone please clarify the following: Is the 10 limit per module or per page? When using a foreign ID to bring in data from another table, does this count as read more