While using the calling-extension SDK, some numbers cause a " 500 internal server error" to occur on incoming calls when they are set in the ' toNumber ' field. This is different from a " 400 bad request" error which occurs if the number itself i read more
Hi Team, We received 520 Status code as response while making POST request to the Hubspot's contact api ( https://api.hubapi.com/contacts/v1/contact/batch ) The error was received on 2024-12-01 18:00:29.369 GMT+0 domain: airc read more
I'm having an issue pushing an engagement email to a HubSpot account. The crux of the issue is that, although the API calls all succeed, the emails are not visible in the contact's email engagements list. I will post the code below, but essentia read more
@LHodkinson - have you checked the timestamp that you see on the emails after you make the API calls? I would have expected that the timestamp you ...read more
Hello Team, I hope you are doing well. How can we give an add attachment option in the card anyone have any suggestion please let me know. can anybody have the same issue please let me know. Thank you in advance for your help and support. read more
My client doesn't use a hubspot form to optin new marketing and sms marketing contacts. They have a form flow on their website that pushes the contact via API into Hubspot. They collect email and sms optin through this custom form flow. read more
@moe1985 - It seems to me that by reinventing most of the integrated subscription management logic that HubSPot provides as standard, you may have ...read more
Hello everyone, I am looking for a digital signature application compatible with HubSpot and usable within workflows. Could you share your experience and advise me on which application to use? Thank you!
Hey @MJegham the "out of the box" way would be to use HubSpot quotes and use their e-sig functionality within that.
Outside of this, the main ...read more
Hi All, First time trying Custom Code actions in workflows. I copied and pasted from GitHub then re-worked with ChatGPT a custom code action that will check if the Partner Referrer Code on the contact level is equal to the Partner Code (on the P read more
Hey Steve! Apologies I am new to coding. Do I need to provide a private app token if I am trying to get an API call inside of Hubspot and not ext...read more
Apiendpont:- https://api.hubapi.com/conversations/v3/custom-channels/ whe i am creating new custom channel for the chatflow then i am getting the below error:- { "status": "error", "message": "The scope needed for this API call isn't available for read more
Hi @Gurjar_anand , This error usually indicates that the necessary permissions or scopes are not available through standard public authenticatio...read more
We are developing a standalone SPA. It integrates with Hubspot, of course We started from a poc actually running as a custom card. We want to keep the same UI, so we are trying to - Intsall: npm i @hubspot /ui-extensions - import { read more
Hi @realtebo2 , I hope that you are well! Thanks for asking the Community! I'd love to put you in touch with some of our Top Experts: Hi @milj...read more
For the ` onDialNumber() ` event, the phone number is sent without the extension number. I'm assuming this is a calling-extension SDK issue/bug. So can someone also tell me why the SDK's repo completely closed issue reporting 🙁 ? And where el read more
Hi @Sadat , I hope that you are well! Thanks for reaching out to the Community and for your valuable feedback! I will check internally for you a...read more
Hi, I'm trying to implement a CRM Embed page as detailed here: https://developers.hubspot.com/beta-docs/guides/api/crm/embed . However, when trying to embed using an iFrame or Embed, it's not able to access the cookie and hence isn't loggi read more
Hi @brian929394 , The main problem comes from the way HubSpot cookies and iframes interact, which can be a bit tricky. This often happens when n...read more