I'm attempting to add a TXT record to my GoDaddy DNS settings to verify my HubSpot developer account. However, I'm encountering an error that states: "Record name www conflicts with another record." Currently, I have a CNAME record using "www" read more
I have a few questions on using the API which I am relatively new to. My process is to upload contacts (which I want to do separately) then match the deals to those contacts and upload the deals associating to those contacts. I also have line items, read more
Hello, I believe there is an error in the documentation regarding the validation of V3 request signatures: https ://developers .hubspot .com /docs /api /webhooks /validating -requests #validate -the -v3 -request -signature I am read more
Hi, @hkorte 👋 Welcome to our community! Thanks for including your details. I'd like to invite some of our community members to the conversation ...read more
Hi, I am trying to obtain an access token via a node.js backend. My code to do so looke like this: I am gettin a 400 error: Missing or unknown grant type Can you guide me in what I am doing wrong? It works perfectly fine in curl and read more
If we ask a user, who has already authenticated with us, to go a re-authenticate it shows the same screen you'd see when confirming the scopes being requested but where you would see the scopes is blank. Then after a few seconds redirects to our cal read more
We try to embed our staff backoffice which has AzureAD/Entra as OAuth2 identity provider implemented. The same provider is configured as SAML SSO for HubSpot. Still, when an Iframe is being loaded on a modal from a CRM-Card, the iframe tries to redi read more
Hi, We have an app called BuzzSpot (App ID: 3418978) which our end users are testing. What we found is that even though the users are enabled for the scopes the app requires, they are unable to connect to the app and receive the following read more
Hey, @SShah91 👋 Looking at support tickets for similar errors, I see that there are some scopes that are only available to Super Admins. This ...read more
Hello Everyone, I have implemented an Azure Data Factory (ADF) pipeline where I’ve set up a linked service connected to HubSpot. All necessary details like client ID, client secret, token, and refresh token were provided, and the connection was suc read more
Thank you, @Jaycee_Lewis for your response. However, I would specifically like to ask HubSpot Support to confirm if there are any limitations i...read more
Hi Support Team, I have an application that work well. Now we want to add new sensitive scope to this one (crm.lists.write) to support new feature. I understand that if the user would like to use new feature which APIs called required new scope read more
Hi @TDDEV
What you can do here is add new scopes to the app and then test it on stage with your testing account. If you change the scopes th...read more
In my case, initally I generated an access token and refresh token using a node application and store it in key vault of azure. Then I expose one endpoint which helps me to generate new access token from refresh token, if access token expire, I pull read more
Hi @HarshalDhamale , That’s definitely weird! Normally, an expired access token should throw a 401 error, and you’d need to use the refresh token...read more
So just quickly -I am wanting to make an connection to my hubspot app - using OAuth. However, whenever I have done everything right i.e., - Callback URL - Scope matching etc. I get tons of errors, and each unique from the one before. But the l read more
Hi @dunhillinternat
The error you're experiencing is due to the limitations of developer accounts in HubSpot, which are designed for creating an...read more
trying to following these instruction to get auth to work... https://authjs.dev/getting-started/providers/hubspot I continually get the error Couldn’t complete the connection An invalid app client_id was provided. Please contact the read more
Hey, @ASaunders1 👋 If we take a step back, can you get the Quickstart app up and running? It might give you enough context and clues to then l...read more