Hi, I'm trying to create/update the filters of a Dynamic List. It is a simple filter: Get all Contacts who Received and specific Email. I tried both adding the filters in the creation and updating an existing List. The Update body for example: { "filterBranch" : { "filterBranchType" : "OR" , "filters" : [], "filterBranches" : [ { "filterBranchType" : "AND" ,
...read more
Happy (last day of) February, devs!
It's cold here in Brooklyn, where our editor resides - but luckily, everything happening for HubSpot developers this month is keeping her toasty warm in front of her laptop! 🔥 From the return of the HubSpot Ecosystem Mentorship Program to insights on AI, chess, and magic, we’ve got plenty to help you sharpen your skills and grow your network. Plus, don’t miss the latest Developers After Dark episode
...read more
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 Mentees – If you're already working with HubSpot and want to level up your skills in app development, CRM customization, CMS solutions, AI integrations, and more, this program is for you!
👉 For
...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
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
I'm so sorry I missed this post @PascalAgbley ! The application window for this cohort ended on March 5th, but you can express interest in being no...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
The changes to the HubSpot App Marketplace look like a great improvement for simplifying navigation and improving app discoverability! With the new u...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
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
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
It would be nice if HubSpot, when they depreciate an API that they at least return the results in the same fashion as before. When they changed the owners/v2/owners to crm/v3/owners they changed the format of the returned information AND change th read more
Hi community, recently we are getting some questions about properties as, in some cases, the hs_date_entered_XXXXXXXX properties are not having values and hs_v2_date_entered_XXXXXXXX are having values. I gave date_entered as an example but this read more
Hi, I am trying to connect to https://api.hubapi.com/oauth/v1/token, I have populated grant_type: authorization_code, client_id, client_secret, redirect_uri: http://localhost, code. Using postman. The error is 400 Bad Request, cloudflare. read more
Are you building a public app or a private app for just internal use?
If you're building an internal app, you can use a Private App key with ADF an...read more
The Postman Developers' Choice Awards are coming on April 2nd , and we're asking our amazing developer community to support HubSpot!
Developer Choice Awards Why vote for HubSpot's APIs?
We've built our APIs with developers lik read more
We're trying to use /crm/v3/objects/companies/merge to merge multiple companies into a single one. The merge of the first company into the primary company succeeds: curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/companies/m read more
I am trying to retrieve different objects via the HubSpot API in Python. So far, I have retrieved all objects except Goals. I am unsure why, but I keep getting an Authentication error despite having the right key and CRM.Objects.Goals.Read as a read more
Hey, @FedericoG I tested with a Private App and Postman, and received a successful response. I think the issue is with the dev docs. They all see...read more