Hello there, I am building an Hubspot public app. I want to let my app users to see their analytics data in Hubspot dashboard. I have created custom properties and store the app generated data into those properties but users still need to create read more
Hi, I would love some help on this simple api call that has got me stuck. Thank You in advanced!! Basically I am working on an app that should retrieve all of the meetings the user/customer has made filtering on their email. Of all the properties read more
Hi @zach_threadint Thank you so much for the response. I have a followup question. As I understand the hubspot_owner_id is the internal staff use...read more
Hi al. I’m currently using the Custom Channels (Beta) API to integrate eBay messages into HubSpot. The issue is that eBay never includes the customer’s email or phone number—only an eBay ID. Because of this, I created a custom property in HubSpot read more
When fetching an object like deals via a GET, there are multiple "created"-type fields in the response. They are all hubspot-defined, but they often do not match. Take the below real request and response. GET https://api.hubapi.com/crm/v3/objects read more
Hi Zach, I appreciate your quick response, but that doesn't really address the question. As I mentioned, `hs_createdate` DOES have a property hist...read more
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 read more
@PMicromovilid - I'm contemplating the exact same thing - so I'm going to follow along here. As far as I can see, a private app is going to be OK f...read more
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 read more
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. read more
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 read more
Hi @SBalabhadrapa , Currently the limit cannot be increased even by using a Private App as its a restriction from HubSpot Platform across all u...read more
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? read more
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...read more
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 read more
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...read more
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 read more
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 read more