APIs & Integrations

Filter by
  • All labels
  • CMS Content
  • Companies
  • Contacts
  • Deals
  • Developer tools
  • Ecommerce Bridge
  • Email
  • Enterprise 3rd Party Integration
  • Events
  • Forms
  • FREE
  • oAuth
  • oAuth
  • PHP
  • Professional
  • Python
  • SDK
  • Starter
  • Timeline and Extensions APIs
  • Webhooks
  • Workflows
  • Zapier
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
Solved
okasem on February 06, 2025
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
0 upvote
2 Replies
Accepted solution
Community Manager
February 07, 2025 12:38
Hey, @okasem 👋 Are you looking to have these values updated as if they are calculated properties based on the associations? Or do you just wan...read more
IAlbanese on January 28, 2025
I am having trouble creating a quote. A lot of the information I pass is not being inserted into the entity. This is the code quote_url = " https://api.hubapi.com/crm/v3/objects/quotes " quote_payload = { "properties": { "hs_title": f"Contr read more
0 upvote
1 Reply
Community Manager
January 29, 2025 22:22
Hey @IAlbanese 👋 Thanks for providing your code example and screenshots. Have you tried doing this in one call instead of making calls to multip...read more
SMohanty9 on January 27, 2025
Hey Alexis I want the most recent engagements which are associated with a particular deal id. I have attached one image in previous message with the api. Please check. I don't want the one which gives me engagements for all deals and all compani read more
0 upvote
1 Reply
Community Manager
January 28, 2025 14:07
Hey, @SMohanty9 👋 This looks like a reply to a support ticket. Did you mean to post it here so that our community members can give you feedbac...read more
Solved
PBREC on January 21, 2025
Hello everyone I am using Hubspot APIs to intergrate it with our internal ERP and I am facing an issue related to product updates. Let me explain I have a transaction (for instance with id 28730033375) Using the API GET https://api.hubapi.com/cr read more
0 upvote
3 Replies
Accepted solution
Community Manager
January 21, 2025 16:21
Hey, @PBREC 👋 Welcome to the community! We're so glad to have you here. Great question. You'll need to make a PATCH request to the Line Items en...read more
rsantoro47 on January 19, 2025
I know I am using an old version of the PHP API, but I cannot afford the time at the moment or errors it may cause to upgrade to the newer versions. I have had no issues creating deals in the past, using the following code: $result = $ read more
0 upvote
2 Replies
Member
January 22, 2025 10:47
Thank you, any help is greatly appreciated.
Solved
Hogan on January 15, 2025
When fetching an object like deals via a GET, there are multiple "created"-type fields in the response. They are all hubspot-defined, but they often do not match. Take the below real request and response. GET https://api.hubapi.com/crm/v3/objects read more
0 upvote
4 Replies
Accepted solution
January 16, 2025 16:19
Thanks for clarifying @Hogan I can understand the "hs_createdate" property being updated in the case of a "MERGE_OBJECTS" operation (i.e. it ...read more
AndrewT1 on January 13, 2025
Hey, We're going to create a private app, and We want to see how much revenue we are doing with a certain customer. And track this business per month, quarter, year and so on. So one of the ideas were creating a deal with help of private app, read more
0 upvote
3 Replies
Key Advisor | Partner
January 13, 2025 11:53
So, is using the associations API helpful here? Steve
Solved
Jdb8 on January 12, 2025
I'm trying to get the latest dealstage property of a deal in a webhook. So i can compare the previous value with the new value received in the webhook. I do this by querying the current const properties = ['dealstage']; client.crm.dea read more
1 upvote
1 Reply
Accepted solution
Top Contributor
January 12, 2025 21:45
Hello! @Jdb8 , Here's what I do to get the previous dealstage. Since HubSpot's propertiesWithHistory already returns the sorted results, we ca...read more
SMukhhopadhya on January 12, 2025
Hello Fellow members, I am trying to develop a UI extension public app and when I try to do a hs upload I get the following error. Can anyone guide me as to how to overcome this problem. I am unsure how to get/enable the permission for REACT_EXT read more
1 upvote
4 Replies
Participant
January 30, 2025 18:51
Did you manage to resolve this? I have the same error at the minute - Couldn't create a React extension with your file `/app/extensions/example-ca...read more
Solved
DaveLinderman on January 10, 2025
Hello all- Has anyone seen a strange rounding issue when posting values to "/crm/v3/objects/line_items/batch/update"? I have an instance where I am sending a value to two decimal places, but receiving a 400 error that the value is invali read more
0 upvote
5 Replies
Accepted solution
Community Manager
January 15, 2025 13:53
Hey @DaveLinderman 👋 Does the same or similar error happen when you remove the negative value and instead send it as “0.09” for “discount”? ...read more
Solved
CVL8 on January 07, 2025
Hello! I’m encountering an issue while trying to export orders from Younium to HubSpot. The API call fails with the following error message: {"status":"error","message":"The scope needed for this API call isn't available fo read more
0 upvote
1 Reply
Accepted solution
Key Advisor | Platinum Partner
January 07, 2025 10:40
Hi @CVL8 , Which HubSpot API endpoint are you using to import the deals into HubSpot? Is it POST /crm/v3/objects/deals ? If so, that e...read more
Solved
SConner11 on January 06, 2025
I am working on a HubSpot website project. I am trying to create a module that displays documents for our individual contacts that login to our site. I created a custom object that is associated to a deal. So my current code is pulling all deals th read more
0 upvote
1 Reply
Accepted solution
Recognized Expert | Elite Partner
January 07, 2025 11:10
@SConner11 crm_associations can only be called up to 10 times so if your deal for loop is running over more than 10 items crm_associations will ...read more
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.