HubSpot Developers

Top Resources for HubSpot Developers

    • 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
    • tl;dr -- Submit this form to add suggestions for additional how-to content Happy New Year, everyone! I am sure you all are easily sticking to your resolutions 😜 We have this fellow named @AJLaPorte from the HubSpot Developer Advocacy team who has a resolution of his own. Create content that will make your lives as HubSpot developers easier. But, he needs some help. What kind of content would you like to see? Fill ...read more

Browse all topics

  • Trending
  • CMS Development
  • Share Your Work
  • APIs & Integrations
  • Developer Announcements
  • Community Developer Events
Filter by
  • All labels
  • CMS Content
  • Companies
  • Contacts
  • COSContent
  • CSS
  • Custom Modules
  • Deals
  • Design Manager
  • Developer tools
  • Email
  • Enterprise
  • Events
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • oAuth
  • Professional
  • Starter
  • Timeline and Extensions APIs
  • Uncategorized
  • Webhooks
  • Workflows
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
Laragón on April 23, 2024
I'm currently working on creating records for a custom object called "Recurring Invoices" based on records from another custom object named "Services." I retrieve data from "Services" to create the "invoices," but the invoices sometimes have their read more
0 upvote
0 Reply
TMcKernan on April 23, 2024
Hey folks, I'm trying to build a site for a client in Wix Studio and connect it to their Hubspot CRM and I'm having issues. The biggest thing I'd like to do is connect Wix Forms to automatically connect to a Hubspot Form. I've tried embedding the Hu read more
1 upvote
1 Reply
Top Contributor
April 23, 2024
Hi @TMcKernan Directly connecting Wix Forms to HubSpot forms for automatic data transfer is not possible. While you can embed a HubSpot fo...read more
MSerratore on April 23, 2024
Hi developers! I am trying to connect Gainsight to my Hubspot custom object (Account Segments). I want Gainsight to Post updates to the properties on the custom object record. I've received this message from the gainsight team: For setting read more
Most Valuable Member | Elite Partner
April 23, 2024
Hi @MSerratore here's the Developer Documentation for the Custom Objects API that will have the answers you need!
TKoehn on April 23, 2024
In HubSpot, I need to create a workflow on a custom object named Account, that triggers only when these properties value changes: Customer First Name Customer Middle Name Customer Last Name Customer Company Name Customer Phone Number Customer read more
1 upvote
1 Reply
Top Contributor
April 23, 2024
Hi @TKoehn Creating a workflow trigger specifically for property value changes within custom objects is not possible. Other possibilities yo...read more
MDrapeau on April 23, 2024
Using the hubspot-python-api, templates_api and events_api seems not being authenticated the same way as other crm APIs. from hubspot import HubSpot app_id = '44004400' api_client = HubSpot(access_token='MY_ACCESS_TOKEN') cust read more
0 upvote
0 Reply
MDrapeau on April 23, 2024
Given that we have access to the transactional email scope, how can we use the API to send HTML/text emails without templates? import time from hubspot import HubSpot from hubspot.marketing.transactional import PublicSingleSendRequestEgg api_c read more
1 upvote
1 Reply
Top Contributor
April 23, 2024
Hi @MDrapeau Looks your code is missing a crucial element for sending emails with dynamic content - the actual body content (HTML or ...read more
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?