Hello everyone, I have created a HubSpot multi step form UI extension using HubSpot CLI, here is my Requirement: We are working on a multi-step form UI Extension embedded within a custom object (p_retirement_plans). The requirement is to save form read more
Hi Community, I'm currently setting up a custom event via API for an existing Private App in HubSpot. While I’ve successfully created the custom event (name only), I’m unsure how to associate this event with the Private App integration, specific read more
Hello, I recently found the documentation for the Goals API and I have been attempting to create custom goals via this API. I have been able to successfully do so (judging by the successful API responses I get), but the resulting goals so read more
@DSmith11 wrote: Hello, I recently found the documentation for the Goals API and I have been attempting to create custom goals via this API...read more
Hello Everyone! I've some Custom Coded Actions that contain an External API Endpoint defined as a variable in the Code. I'm doing this in the Sandbox, and the External API Endpoint corresponds to the system's QA instance. If we decide to manuall read more
Unfortunately, no. I've run into the same issues. What I ended up doing is creating a Custom Coded action at the very beginning acting as a "conf...read more
I am getting this error when my app attempts to fetch a deal card: "Your request has timed out while trying to connect to this data fetch URL." I can see from my logs that the request was resolved in about 5 seconds. From other posts, I have read more
Hi everyone, I'm building a public app on HubSpot and planning to use webhooks to track events like contact creation, update, and deletion. I’ve gone through the documentation and have a quick clarification: Are webhook subscriptions tied to the read more
Hey @DSingh05 , great question. So yeah, webhooks in HubSpot public apps are tied to the app itself , not individual users or OAuth tokens. Even i...read more
Hi, my app has every/all scopes possible to be assigned to it, yet it still can't create tickets using this standard API endpoint: https://developers.hubspot.com/docs/reference/api/crm/objects/tickets#post-%2Fcrm%2Fv3%2Fobjects%2Ftickets Confi read more
Unfortunately, Hubspot has so many similar names for things (and terms reused) that it's sometimes hard to figure out what people mean. So, let's...read more
I've set up a chatflow where I check whether WebSite URL contains a specific word. This works if I load the browser with a URL with the specified word in it. But I can't get this to work in my single page application. On navigation I do the followin read more
Hi @HLarsen , I hope that you are well!
Thanks for asking the HubSpot Community! First, for information, I'd like to share the documentation ...read more
I'm encountering this issue trying to call https://api.hubapi.com/analytics/v2/reports/forms/total but get the error in question. My workspace is on the HubSpot Marketing Enterprise plan and I've enabled any possible scopes (quite literall read more
EDIT: Sorry, found this thread linked on the side that worked for me. I missed the requirement scope in the API docs. I needed to enable the Busin...read more
I'm trying to publish my app to the HubSpot marketplace. As part of the process, I need to select an "Install Button URL" from a list generated by HubSpot. All these Install Button options are hosted on HubSpot ( https://app.hubspot.com/oauth/author read more
Hi Amir,
The rules for the Marketplace App Install Button changed for Developer Accounts created after 5th March 2025. It is part of HubSpot's ...read more
Hi everyone, I'm currently developing a public HubSpot app that, upon installation, creates several custom fields in the Companies module and adds a button labeled Enrich. When a user clicks this button, it should fetch data from a third-party API read more
Hi, I am currently fetching call metadata using this API endpoint client .crm.objects.calls.search_api.do_search(), and I would like to add a new attribute for the calls to add my own metadata for each call, I am planning on using a JSON/nested read more