I am exploring the possibility of creating and connecting a custom channel to a private app to integrate the inbox with another platform using a webhook. The goal is to configure the channel so that messages or interactions in the inbox can be aut Leer más
We have a HubSpot form that is embedded on our site via a WebFlow page that has an iframe that contains the page. Unfortunately, the user journey before the form is submitted is not being tracked despite hubspotutk cookie being set to our TLD and a Leer más
Hello Team, Hubspot Search API endpoints are limited to 10,000 total results for any given query. Attempting to page beyond 10,000 will result in a 400 error. Please advise is there a way to increase this limit more than 10000 for a private app. Leer más
Hello Team, In Hubspot Search API, The query supports a maximum of 200 objects per page . Is there a way this limit can be increased through configurations for a Private App for a free version? Does this require any upgrade. Thanks in ad Leer más
Hi @SBalabhadrapa , Currently the limit cannot be increased even by using a Private App as its a restriction from HubSpot Platform across all u...Leer más
Hello there! We have been using API endpoint " https://api.hubapi.com/contacts/v1/contact/createOrUpdate/email/ <contactEmail> / " for a long time. But it seems it doesn't work anymore. I got "error code: 1016" Token is valid. Any idea? Leer más
Hey, @PKostetskiy 👋 Looking at other posts with this error, it seems to be related to an IP being blocked by Cloudflare. Do you have access to...Leer más
I need to integrate with the Hubspot API for integrated forms (not Hubspot). However, it is necessary to have the OAuth authentication token as a security/authentication parameter in requests to this API. I didn't understand how to obtain this tok Leer más
Hey Tom! So, I read the articles and studied the differences between public and private applications in more depth. In the case of integrating a HubS...Leer más
Hello Team, Hubspot Serach API documentation says that The search endpoints are rate limited to five requests per second (Account level). Can you please elloborate on this? What is meant by Account level? Lets say if an account has 10 users Leer más
Hello, Currently I am developping a private app using a React repo, so I am able to get the "Teams" from a user using the "CrmContext", doing something like: ctx.user.teams My question is... Is it possible to get the "PERMISSIONS SET" or the "AC Leer más
Hello @zach_threadint :), Thank you very much for your response, that approach could help, just for curiosity, do you know if there is a way to d...Leer más
Hi there, I’m building an app using HubSpot’s API to extract records with minimal delay, ideally under a minute. To achieve this, I need to understand if updates and creates appear in search results in the order they were modified or if there’s Leer más
@matthelm - Other opinions here may differ, but I would be extremely suspicious about the exact order and timestamp relationships of records if you...Leer más
Hi HubSpot Community, I'm working on creating a Custom Workflow Action that makes an HTTP POST request to an external API. However, I'm facing issues where no requests are being sent from HubSpot to my webhook endpoint, or not reaching my serv Leer más
After spending several hours debugging, I finally identified and resolved the issue. The problem was that my custom action had required fields, but s...Leer más
hello guys, i went throguh the API doc but could not find an answer to my question: what's the property name of associated company id in the GET deals endpoint? I tried with associatedcompanyids but it seems does not work. By default HS returns the Leer más
Hi @Rintegration ,
When making the API call to the GET deal endpoint , you need to add an "associations" parameter and include the object typ...Leer más