Hi HubSpot Developer Support, I’m trying to export 1:1 sales email messages (from, to, subject, body) from my CRM using the crm.objects.emails.read scope or the Legacy Engagements API. Here’s what I’ve attempted: Created an app in the HubSpot read more
Hi @SMukhhopadhya First thing to double-check is whether the app is actually writing to the internal name of the property on the deal record. ...read more
Hi HubSpot team and developers, I'm currently building a custom Calling Extension using the `@hubspot/calling-extensions-sdk`, and I’ve encountered a critical issue regarding iframe visibility during inbound calls. ## ❗ Problem Wheneve read more
@ALOTECH This is actually by design. When you fire cti.incomingCall() HubSpot immediately collapses the call-extension iframe and pops a small toa...read more
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
https://developers.hubspot.com/docs/guides/api/conversations/working-with-chatbots/webhooks?_ga=2.44363489.458552730.1745500593-824713594.1745500593 I am trying to pass a formatted response to "botMessage" and am not having any luck. It appears m read more
Hi @mdanz As far as I know: no. The botMessage payload that you send back to HubSpot’s chat webhook is rendered exactly as plain-text . The web...read more
We are currently facing an issue with users trying to inject hyperlinks in form fields like first and last name, and currently, there is no solution from Hubspot. The AI support Chatbot asked me to use the following code to prevent this from ha read more
Do you have access to edit the property fields? You can put a rule on the property to disallow certain characters which would also be applied to form...read more
Hey guys, recentily i have a integration SIP/WebRTC/React codebase but i receive a error "RenderNavComponent.tsx:114 ERROR_UNABLE_TO_SYNC { componentName : 'nav-components:nav-onboarding-tours' , src : '' , path : '/nav-onboardin read more
I am currently developing a custom calling extension using the @hubspot /calling-extensions-sdk, integrated via iframe in the CRM environment. During our implementation, we encountered a critical issue related to the visibility of the iframe when read more
Thank you for your response. We have already implemented a listener for the VISIBILITY_CHANGED event and attempted to override the default beh...read more
I'm building an integration and need to attach a file to a specific Deal record in the CRM. The file should be linked through a Task, and it should appear in the "Attachments" section in the Deal’s UI. Upload a file via API Create a Task read more
Hello, I have a custom workflow action for my public app that includes an option selection field. I've created the workflow using the V4 API , and while the workflow is successfully created in HubSpot, the select field doesn't display the selected read more
@Jaycee_Lewis I've resolved the issue yesterday. The issue is related to my code. I'm passing field value as an array but it requires as a string. ...read more
We are currently using the HubSpot Events API to retrieve events. When attempting to fetch events at the contact level, we need to make an API call for each contact. Given that we have millions of contacts, this approach is not feasible. We have al read more
Hi HubSpot Devs 👋 I'm building an integration and need to attach a file to a specific Deal record in the CRM. The file should be linked through a Task , and it should appear in the "Attachments" section in the Deal’s UI. Goal: Uploa read more
Hey, @HBashar9 👋 Looking at the documentation for associations, we can associate the File to a Deal (via Notes) and create a Task and associate ...read more