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
LIntelligence on October 08, 2024
Hello! First of all, thank you for taking the time to check my question! I’m trying to retrieve deal activities through the API, but I’m having trouble finding the correct endpoint. Here’s an example of what I want to achieve, based on the d read more
0 upvote
3 Replies
Accepted solution
Top Contributor
October 09, 2024 19:17
Hi @LIntelligence 👋 For each Deal Stage in your HubSpot Portal, there are 4 Deal properties that may be of interest here: hs_date_ent...read more
ATJ3 on October 08, 2024
Hi all, I'm currently trying to build an integration using NodeJS to update a Deal Line Item using the Line Item Id. I'm attempting to make a PATCH request to the following endpoint: /crm/v3/objects/line_items/{lineItemId} I'm passin read more
0 upvote
1 Reply
Member
October 13, 2024 06:13
@ATJ3 wrote: Hi all, I'm currently trying to build an integration using NodeJS to update a Deal Line Item using the Line Item Id. I'm att...read more
JMellor4 on October 04, 2024
We are about to integrate HubSpot into our company and we currently have SAP as our ERP system. We are struggling to make it a seamless process and it is forcing us to work half in SAP and half in HubSpot. We need to know if there is a way of al read more
0 upvote
1 Reply
Top Contributor | Elite Partner
October 05, 2024 10:58
@JMellor4 You might contact this HubSpot Solutions Partner who specializes in SAP integrations.
pankildesai on October 01, 2024
Hello Support, We are using GraphQL query to retrieve Deal Collection based on the filters. We have applied the same filter on UI. On UI it is fetching 137 Deals where on GraphQL it is only fetching 60 records only. Here i am attaching the query read more
0 upvote
1 Reply
Community Manager
October 02, 2024 12:27
Hi @pankildesai 👋 Thanks for your question. Without having access to your portal to compare the results returned versus what your query is retur...read more
Bortami on September 30, 2024
I am doing a GraphQL call to get a quote's line items, and the line items of all quotes associated to the original quote's deal. I'm working on an inventory management solution. Each deal can have multiple quotes, which is one of my underlying proce read more
0 upvote
2 Replies
Contributor | Elite Partner
October 02, 2024 13:48
Upon further testing, no other quote line items are returned except for the inputted quote's, and even then it's not until its retrieved later and no...read more
Solved
PMunar on September 30, 2024
Hi eveyone! I am trying to get the information from this section with the API: This report I attached is a section of what I see when I go in the Marketing > Email section and click on a specific email. So far I got the emails l read more
0 upvote
4 Replies
Accepted solution
Community Manager
October 04, 2024 12:22
Hey, @PMunar 👋 You're not missing anything. There is not a Revenue Attribution API. Attribution reporting is done in-app. There is a Rep...read more
snarayanan on September 27, 2024
Hi There - I am trying to retrieve contact details associated with a deal using associations API. I get the below error even though I have passed the parameters correctly. TypeError: BasicApi.get_page() missing 2 required positional arguments: 'o read more
1 upvote
3 Replies
Recognized Expert | Platinum Partner
October 07, 2024 03:49
Hi @snarayanan If you want to read the contact associated with the deal then what you can do is use the deals search API to get the deal ID (if...read more
Solved
dave-f on September 20, 2024
Hi, Whenever you try to update a property that is defined as a 'Dropdown select' via API it throws an error if the supplied value(s) are not in the list of defined values for that property... which is fair enough. Is there a way to prevent the er read more
0 upvote
1 Reply
Accepted solution
Recognized Expert | Elite Partner
September 20, 2024 15:59
Hi @dave-f , I fully agree with what you're saying, and that would make sense. However, that currently isn't possible. Might be a good one ...read more
Solved
sumantpatil on September 16, 2024
When I delete a deal, I'm able to get the record in the GET API with archived=true ( https://api.hubapi.com/crm/v3/objects/deals?archived=true) . `archived` is set to true and `archived_at` has a timestamp value in the record in the response. Af read more
2 upvotes
2 Replies
Accepted solution
Recognized Expert | Platinum Partner
September 17, 2024 03:37
Hi @sumantpatil Check the archived_at Field: Normally, when a deal is archived, the archived_at field is present with a timestamp. If this ...read more
MTuerpe on September 10, 2024
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
Community Manager
September 11, 2024 12:53
Hey, @MTuerpe 👋 Have you tested using that key with another endpoint, like Create a Deal, for example? Curious if it fails there too (with the...read more
Solved
RafaelSCarvalho on September 10, 2024
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
1 upvote
6 Replies
Accepted solution
Recognized Expert | Platinum Partner
September 12, 2024 04:06
Hi @RafaelSCarvalho There is no direct way to get the discounted amount but you can work around it. to get total discount = quantity (Price-Amou...read more
migueldamota on September 10, 2024
Hi there, I have a question about the deals search api , I want to search for deals after a certain date which I can already do with this request body: { "filters": [ { "propertyName": "hs_lastmodifieddate", "operator": "GTE", "value": 17 read more
0 upvote
2 Replies
Participant
September 10, 2024 10:02
Hi Edd, thanks for the fast response. I tried it with the npm package but it didn't work with setting the second argument to true. I got an error sa...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.