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 Beitrag ansehen
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. Beitrag ansehen
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. Beitrag ansehen
@moe1985 - It seems to me that by reinventing most of the integrated subscription management logic that HubSPot provides as standard, you may have ...Beitrag ansehen
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 ...Beitrag ansehen
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 Beitrag ansehen
@DCrinnion1 - the error message you report is similar to the that received when you provide an incorrect provate app token in the heqder of the API...Beitrag ansehen
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 Beitrag ansehen
Hi @Gurjar_anand , This error usually indicates that the necessary permissions or scopes are not available through standard public authenticatio...Beitrag ansehen
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 { Beitrag ansehen
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...Beitrag ansehen
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 Beitrag ansehen
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...Beitrag ansehen
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 Beitrag ansehen
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...Beitrag ansehen
Hi there, I created a set of association from contacts to appointments, and want to update these via the api. The appointments object is accessible as object 0-421, but I cannot seem to access the created associations. If I fetch all schema's the Beitrag ansehen
Hi @JVermunt 👋
As per HubSpot's API docs (see "Retrieve association limits" section), the GET /crm/v4/associations/definitions/config...Beitrag ansehen
We are following the OAuth Quickstart Guide to Oauth 2.0 login. All the steps work as expected, request sent to Hubspot, Authentication, and callback. But in the end, it returns this error omniauth: (hubspot) Authentication failure! invalid_c Beitrag ansehen
Hi @alihaider907 , The "BAD_CLIENT_ID" error means the client ID is missing or unrecognized by HubSpot. This usually happens when the client ID ...Beitrag ansehen