Happy New Year, HubSpot Developers!
Exciting news. From now on, we'll be cross-posting the HubSpot Developer Newsletter to the community.
Let’s kick off 2025 with updates to help you build and grow, including machine learning with Amazon Personalize and an accessibility discussion for 2025. Plus, check out the latest podcasts, DHUG, and changelog highlights.
Build Smarter Recommendations with HubSpot & Amazon Personalize
...read more
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
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
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
Hi @SRalston05 ,
As far as I know, this would not be possible by editing the CTA itself and would require some conditional logic to show the d...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
Hi @eavitan ,
Looks like you are trying to use the "Elevate" theme, which was created by HubSpot. However, this theme was built slightly diffe...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