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
Hello All, I have a WordPress website that uses the HubSpot plugin. We have a library of PDF assets (white papers, eBooks, case studies, etc.) and use HubSpot forms on gated pages to acquire a user's name and contact info before serving up the r read more
I have a workflow using custom code that I'm using to associate deals with custom objects. The workflow uses the HubSpot API to create the association. This workflow has been running fine for months but as of yesterday the call to create the associa read more
We need to set up Hubspot with Azure. We have two accounts within our Hubspot org. We are using the Microsoft Entra SSO instructions. Would this need to be set up for each account? Would customer ID in this URL https://api.hubspot.com/login-api/v read more
Hello Guys, I´m trying to retrieve from HubSpot API, the value of diccount on line item. My Call is https://api.hubapi.com/crm/v3/objects/line_items/xxxxxx?properties=name,hs_sku,quantity,price,discount,amount,currency But " discount read more
We're excited to introduce the Custom Channels API (BETA) , a powerful new API available for Sales and Service Enterprise accounts, on September 10th, 2024 . This API allows developers and partners to integrate any text-based, two-way messaging ch read more
Hi, When creating a batch of Notes with custom properties, we get an error saying that those properties do not exist. We are trying to write an implementation similar to the ones presented in https://developers.hubspot.com/docs/api/crm/note read more
Hi Edd, Thanks for the reply. Please see below the body we post to https://api.hubapi.com/crm/v3/objects/notes/batch/create { "inputs": [ { "prop...read more