stands for property /* - stands for selector where applicable /* - stands for unit, default is px, no need to add that, for all other units, write them behind the value /* - stands for value /*/ rules: [ // if you need a class to be !important simply prefix the class in HTMl with ! (it's automatic) // animation/transition utilities [/^a:(?

[a-z\-]+)?\/?(?[\d.ms]+)?\/?(?[a-z\-]+)?\/?(?[\d.ms]+)?$/, ([, p, dur, e, del]) => ( Object.entries({ 'transition-property': p || false, 'transition-duration': dur || '236ms', 'transition-timing-function': e || 'ease-in-out', 'transition-delay': del || false, }).reduce((rules, [prop, value]) => { if ( value ) { rules[prop] = /^[\d\.]+$/.test(value) ? `${value}ms` : value.replace(/(?--\S+)/, `var(${value})`); } return rules; }, {}) )], // border utilities // This one is a bit special, it's basically able to set a variety of properties if specified, the pattern is like // `b://

HubSpot Developer Support

Top Resources for HubSpot Developer Support

    • I'm trying to create a customizable signature by preferred language of the contact in the Design Manager. I'm using this code but it doesn't work, can anyone help me ...read more
    • Is this the correct format for a HubDB API request to add a table row, particularly a location field? I'm getting an error: "message": "Invalid input JSON on line -1, column -1: Cannot construct instance of `com.hubspot.hubdb.model.types.Location`, problem: lon is required\n at [Source: UNKNOWN; byte offset: #UNKNOWN]", Neither LNG nor LON seems to work, and there isn't a lot of documentation on this sort of request. ...read more
    • Hello, I am trying to create a WebHook in Private app integration. I can do this, but currently the web hook created does not have anywhere where I can supply an API Key from the server of the WebHook. eg. My webhook server is AWS Gateway API. In AWS gateway, I have an option for any client that connect must supply and API Key as defined by the AWS gateway API. How can I supply the AWS Gateway API key to the HubSpot Webhook to post alon ...read more
    • Hello, I'm using funnel.io, I have 2 data sources: HubSpot deals and HubSpot contacts. I need to join the data, so in the final report, I want to see contacts, related to a deal. Do you know - is it possible? If yes, which fields should be used to join? I tried to blend data in Looker Studio, by "Deal to contacts associations" and "RecordId" on contacts, but no luck. ...read more
    • Hi there, i'm having an issue with a HubDB table. In the table settings i've enabled API access & dynamic page creation. Through my API, I am able to update every column except for the standard ones; page path (hs_path) and page title (hs_name). Request: {"values": {"member_name": "5 Star Towing LLC","hs_path": "5-Star-Towing-LLC"... The error response I get back is "status": "error", "message": "No such column with ...read more

Browse all topics

  • Trending
  • CMS Development
  • APIs & Integrations
  • Developer Announcements
Filter by
  • All labels
  • CMS Content
  • Companies
  • Contacts
  • CSS
  • Custom Modules
  • Deals
  • Design Manager
  • Developer tools
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • oAuth
  • Professional
  • Python
  • SDK
  • Starter
  • Timeline and Extensions APIs
  • Webhooks
  • Workflows
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
SJMorris on February 17, 2025
The HubSpot Ecosystem Mentorship Program is open for applications ! This 9-month program pairs experienced professionals with those looking to deepen their technical skills and grow their careers within the HubSpot ecosystem. 👉 For Ment read more
Participant
May 02, 2025
This mentorship program is fantastic opportunity for both learners and seasoned professionals in the HubSpot ecosystem. I really appreciate that it f...read more
hseligson on November 13, 2024
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
6 upvotes
0 Reply
SJMorris on November 04, 2024
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
9 upvotes
7 Replies
HubSpot Employee
March 13, 2025
Hello @Ahmed ! Thank you for using the form! Have you or your team tried clearing your cache, cookies, or browser history? It may also help to...read more
Dadams on October 21, 2024
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
Participant
April 17, 2025
Thanks for the update! It's great to see more validation being added, this will definitely help improve listing quality and reduce errors during subm...read more
Woodsy on June 13, 2025
Hi I am looking to be able to specify one of the select dropdown labels within the query. My code is: {% if dynamic_page_hubdb_row.business_outcomes.label %} {% set row = hubdb_table_row(121356853, 191295276975) %} {% endif %} The business outc read more
0 upvote
1 Reply
Top Contributor | Gold Partner
June 15, 2025
Hi Woodsy, You’re on the right track, but HubL doesn’t let you use dynamic property names like ‎`dynamic_page_hubdb_row.business_outcomes.<l...read more
DKevans on June 13, 2025
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?
Community Manager
June 13, 2025
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
guilhermenetode on June 13, 2025
Hi everyone, I’m trying to create a UI Extension in HubSpot CRM using React (as an iframe-based extension), not a CRM card. I already have a Developer Account with UI Extensions Beta enabled . However, it’s still a bit confusing with the curre read more
Community Manager
June 13, 2025
Hey hey @guilhermenetode 👋 Thanks for the great question. Here's how I think about it: think of a Project as your local coding workspace,...read more
05232 on June 13, 2025
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
Member
June 13, 2025
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
OManby on June 13, 2025
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
0 upvote
1 Reply
Top Contributor | Gold Partner
June 15, 2025
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
GGodlewski on June 13, 2025
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
0 upvote
1 Reply
Member
June 14, 2025
@GGodlewski wrote: Hello there! I recently discovered an inconsistency between what the Contacts UI says about the email subscriptions for my...read more
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?