I need to export a large number of users' deals from HubSpot through the API. Each user can have up to 100k deals that need to be exported. However, the process of using the API to export everything is quite slow due to rate limits. I have been expl read more
Hii, I would like to make a decision about the property of one of my custom objects. Is there any API available for this requirement? I am including the image of the custom objects included in my account. I need to get the properties of the custo read more
Hello @Aiswarya Retrieve the properties of a specific custom object, you can use the "Get all properties for a specific object" endpoint of the H...read more
Hi all, I hope I am posting this in the right place, this is my first using the community forums and Hubspot in general. I am working in a company that uses Hubspot for contact management and other automation. They've asked me to check how t read more
Hi everyone! I'm using the nodejs-api for the first time, but I was reading the documentation, and the readme still needed to be updated. This readme ( https://github.com/HubSpot/hubspot-api-nodejs#example-create-contact-company-and-associate-cr read more
Hello @gangelo create an association with the crm.associations.v4.definitionsApi.create method
import { Client } from "@hubspot/api-client";...read more
Hello, I was trying the integration between Aws appflow with Hubspot using the private app, but I was not successfull. It requires a client ID and client secret. Could someone please point me in the direction of a document that describes the read more
Hello! Question here (Hope I am in the right place) I am trying to created a custom behavioral event to track a specific metric. I have it set up to only trigger when I hit the api endpoint. However, before I could finish the implementation, I see t read more
Vonage is invoking the Hubspot APIs and of late we are encountering the Rate limit error: "You have reached your ten_secondly_rolling limit." Can you please advise on how to address this error and on why the limit was set to this low value? With the read more
Hi @SBangaru ,
By default, the burst limit is 100 requests per 10 seconds. To avoid hitting this limit, you would need some kind of rate limit...read more
Hello all, I am trying to use the API to get all the details of the UTMs by day: source, medium, and campaign. I see here documentation about using drill down and filters, but I can only get the source, medium, OR campaign. I want to pull all read more
Hi, so I have a private app that connects hubspot with a form in website. If user fills up this form, shortly our BE will hit hubspot API to save the data in our hubspot. It run well till May 29 and after that we are getting 1006. Here's the cu read more
Hi @nurinaf ,
Based on this post , the error might indicate that the IP that is used when accessing the API has been banned by Cloudflare.
...read more
Steps to reproduce: 1. Create a new property of a type `Single-line text` or `Multi-line text` for any object type (or use any existing property of those types). 2. Insert this example value (65512 bytes) of this property for any object. 3. Try t read more
X-HubSpot-RateLimit-Secondly-Remaining How do I get this value? on /crm/v3/objects/contacts/search The Create/Update contact batches have it, but my issue is on the search as this is individual per every record. My headers read more
Hi @EIbbetson ,
I had the exact same issue, there is a reason tho. The 'CRM Search' endpoints have a different limit than the other API endpoint...read more
Can you use workflow to GET data that has been updated from an external source? I have it scheduled 1x/day and we have a custom client ID to link our crms, but Can I parse the return and take action on EACH of the JSON objects in the array? I need t read more
Hi @JOrlando19 ,
I suppose you have Ops Hub Pro. In this case, I would go for a coded action where you make the API call instead of using the...read more