I'm making a calling app and added a button that copies the incoming call's number to the clipboard using navigator.clipboard.writeText. This works fine for FireFox, but on Chrome it get me this error: Does HubSpot just not support this functi read more
Hi @JeroenCloudCTI . Chrome blocks navigator.clipboard.writeText() whenever the iframe you’re running in hasn’t been granted the clipboard-writ...read more
Howdy, peeps! I'm newer to the HubSpot dev world and trying to figure out where I'm going awry with my create association API. This is the script that's in my workflow. It finds a match between two properties from different custom objects and it i read more
My GUESS is that you're using the wrong associationTypeId. There are two of these for each association and they are DIRECTIONAL. Sample Object -&...read more
Hi all, I recently stumbled upon this weird behavior with the Calling SDK beta . When testing my calling app as a widget in Hubspot, everything works fine. However, when I open a second browser tab to Hubspot and open the widget in the tab, read more
Hi @JeroenCloudCTI , When opening multiple tabs, each tab runs its own instance. However, HubSpot purposefully restricts communication between ...read more
Hi, Is there a way to extract the lastest note left on a deal? The only option I can see is the for the number of notes left on a deal. I'd like to see the contents of the latest notes eft on the account.
There are multiple ways to do this depending on how you want to go about it. Easiest and most direct is to use the Notes API to search for notes us...read more
Hey @KPodduturi all public apis, info and what format json should be expected in can be found on the developer docs .
Is there a specific issue...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
Hey, @cyberwombat 👋 Thanks for the question. I'd like to ask some of our community members to join the conversation — hey @Anton @zach_thread...read more
Hi HubSpot Team, We are experiencing an intermittent connection reset error when calling HubSpot APIs. Below is a sample error log. This issue is also occurring with other HubSpot APIs. We would like to understand the possible reasons behind thi read more
@mochi15 wrote: Hi HubSpot Team, We are experiencing an intermittent connection reset error when calling HubSpot APIs. Below is a sample err...read more
Hi everyone, I am trying to create a HubDB row with a previously uploaded file. Unfortunately, the documentation ( https://developers.hubspot.com/docs/guides/api/cms/hubdb#add-table-rows ) contains many use cases except files. This code read more
@LRomier - I'm not sure I have the solution here, but as you probably know, uploaded files from forms and attchements to emails are treated in a so...read more
Hi all, I was wondering if it was possible to call some HubSpot calling app sdk function or an API call to open a contact creation window, or navigate to it? There is already a navigateToRecord function, but I wasn't able to find the same function read more
Hey @JeroenCloudCTI you wouldn't be able to call internal HubSpot app pages on an external system. What you could do is create your own form and se...read more
Hi everyone, We are integrating New Era’s VOIP system with HubSpot and have followed the available documentation to set up a calling provider. Currently, we are able to initiate calls directly from the CRM interface. However, we are facing a cri read more
Hey, @SAMsan 👋 Thanks for stepping up and trying. These types of questions are really tough to handle in a peer-to-peer support forum. I appreci...read more
Hi all, I'm developing the incoming call beta to create a calling app. Recently I've tried to add a login screen, rendering different HTML when the user isn't logged in. The URL doesn't change between the login screen and the rest of the app. A read more
Hi @Jaycee_Lewis , I figured out the issue: the hubspot sdk was only initialised within the 'rest of the app' part. That meant that if the app st...read more