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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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