Hello, as the title suggests, I need an API (or some kind of resource) to determine if there are human agents connected and attending to their inboxes. I need to take UI actions depending on it. Are there resources available to address this read more
Hey @MLara48 - thanks for posting in the Community! I'd like to tag in some API experts here to see if they have insight on whether or not this ...read more
Hi,
I am developing a custom app and while working on the settings page I couldn't find a UI component for creating another TAB next to the Settings TAB. The available TAB CARD is being placed under the Settings TAB.
I wa read more
Every time I create webhook subscriptions and then either: Refresh the page Navigate away and come back Close and reopen the browser All my webhook subscriptions and target URL settings are completely deleted/reset. The subscriptions don't per read more
Hey @NDory - thanks so much for posting in the Community! I'd like to tag in some developers here to see if they have any insight on why your su...read more
We moved off RingCentral due to stability issues and are now using native HubSpot Calling, which has been more reliable. HubSpot Calling is Twilio-powered, but we’re trying to understand what’s exposed to integrators. We want to integrate Balto. Ba read more
Hi @AA-Ron
Thanks for laying this out so clearly — the distinction between real-time call lifecycle signals vs. post-call engagements is exact...read more
I am developing a UI Extension using React and TypeScript. I am facing a Content Security Policy (CSP) block that I cannot resolve, even after configuring the permittedUrls.
The Scenario: I am trying to make a POST request to my external API f read more
Hi @maysaraujo
Thanks for sharing the details — CSP errors like connect-src 'none' can be really confusing, especially when you’ve already add...read more
I created several legacy apps- public and private, that allows me to perform API and webhook calls. We use Python for private apps and FastAPI/Flask for public apps Are there any real benefits to upgrading to the real platform?
i want to submit my app for verification most of detials are filled but facing one problem in listign info serach terms i am not able to fill any term their.
Hey @mayank-kamriya and thank you so much for reaching out on the HubSpot Community!
I noticed you mentioned this same behavior in another th...read more
Good day HubSpot Community, We are starting to work with Workato's HubSpot integration, and I would like to know how to go about creating a list, and then adding a batch of contacts into that newly created list. It would be part of a bigge read more
How to securely access an external api( .net api hosted on azure) from a form hosted on hubspot. My current subscription does not allow me to use webhooks. Is there any alternative way to secure the external api?
Hey @LT3 - thanks for posting in the Community! While I'm not familiar with any workarounds that would enable you to bypass a subscription upgra...read more
Hi! Our app (in Account: 401758 ) started to get HTTP 500 when the /integrators/timeline/v3/events endpoint is called. Response body does not give any details about the errors: {"status":"error","message":"internal error","correlationId":"6a933 read more
Hi @RKalinouski
Thanks for sharing the details (and the correlation IDs) — 500s on the timeline events endpoint can be really disruptive.
I’...read more
I'm trying to build workflow using Paragon app and have following scopes added: crm.schemas.listings.write, crm.schemas.listings.read, crm.objects.listings.read, crm.objects.listings.write I was able to access listing ID using following request: read more
We have an API running for leads from a provider but if the contact is already in the system it trips over and does nothing. The live chat advised that i need to update the API from POST to PATCH so that it updates a contact if its in the syste read more
Hello, I would suggest trying the batch upsert: https://developers.hubspot.com/docs/api-reference/crm-contacts-v3/batch/post-crm-v3-objects-cont...read more