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 続きを読む
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 続きを読む
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...続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
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...続きを読む
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 続きを読む