I'm sending api requests to the /scheduler/v3/meetings/meeting-links/book endpoint. The endpoint is throwing HTTP 500 errors with the request body below. Furthermore, the format of the form fields is not documented so it's hard to know if I'm se read more
Hi all, Has anyone had success using private packages in HubSpot UI extensions? We have some common libraries we'd like to utilize but I can't find out how to make it work. Open to all suggestions and thank you so much! - Tamzin
I manage a LinkedIn group ( https://www.linkedin.com/groups/[group-id]/ ) and want to display its latest posts as an embedded feed on my Drupal 10 site. Is this still possible? LinkedIn’s API seems restrictive, and older solutions (widgets/oEmb read more
Hello, I'm trying to get this report( https://app.hubspot.com/reports-list/49227407/136057926/ ) in our org and have it emailed out when an event ends. How can I do that? Are my Bearer tokens or API keys, right in the get curl request? What about read more
Hi there, I'm setting up single sign-on with Azure AD B2C via the new OIDC. The problem is that Azure AD B2C does not return a "EMAIL" claim in the token, which I believe is required by Hubspot. (ad b2c return emailAddresses claim). Is there a read more
I am trying to warehouse some of our Hubspot data. As such I need to run bulk extracts of (for instance) ALL active Contacts with ALL associated properties. Unfortunately, we have added so many custom properties that I think we are breaking th read more
Dear Member, I am working on a post-meeting generative ai workflow that depends on meeting transcripts. Currently, the workflow needs to start only when a new transcript is added to a contact . However, I’ve noticed there’s no built-in trigge read more
Hi @ankitoutscaleai and welcome, we are delighted to have you here! 🤗 Thanks for reaching out to the HubSpot Community! First of all, well d...read more
I'm trying to implement SSO for my Knowledge Base. According to this article: https://knowledge.hubspot.com/website-pages/set-up-single-sign-on-sso-to-access-private-content (under the "Require SSO for all knowledge base articles" section), I shou read more
Good points! I did the same and also see the "Access Control" in a test portal for the KB settings.
In some instances, for older Knowledge Base...read more
Hi, I tried to embed the HTML for our HubSpot Meeting-Calendar Tool, but when I paste the HTML Code in Elementor (HTML Widget), an error occurs named "unexpected end of file in comment". When I go to the preview of my webpage, the meeting cale read more
I created a custom workflow action, and applied the labels in my config as shown below: { "actionUrl": "url", "published": false, "inputFields": [ { "typeDefinition": { "name": "send_to_number", "label": "Send to Phone #", "type": "string", "fie read more
Hey, I've run into something similar before. Usually when custom action labels aren't applying, it's either due to caching or something minor with th...read more
I want to handle the OAuth flow (i.e. "This app is requesting access to your HubSpot account. Continue connecting if you agree.") where a user denies/cancels out of the flow (by pressing the cancel button). Currently from testing, it seems to by read more
Hey, @GL79 👋 I looked through the OAuth docs and the Marketplace information, but I do not see anything that indicates this is possible to m...read more
Hi everyone, We’re currently integrating inbound calling with HubSpot using the Calling Extensions SDK to migrate to the new inbound dialing version and have noticed an issue with iframeLocation. 1) The iframeLocation property always retur read more
Turns out that it was just testing the application in the local browser that was causing this issue. After updating the installed app via the API he...read more