APIs & Integrations

Filtrer par
  • Tous les libellés
  • CMS Content
  • Companies
  • Contacts
  • Deals
  • Developer tools
  • Ecommerce Bridge
  • Email
  • Enterprise 3rd Party Integration
  • Events
  • Forms
  • FREE
  • oAuth
  • oAuth
  • PHP
  • Professional
  • Python
  • SDK
  • Starter
  • Timeline and Extensions APIs
  • Webhooks
  • Workflows
  • Zapier
Trier par 
Plus récents
  • Plus récents
  • Plus de mentions Jaime
Statut
Tout
  • Tout
  • Résolues
  • Non résolue(s)
  • Sans réponses
Résolues
DCrinnion1 le Novembre 29, 2024
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 Lire la suite
0 Mention J'aime
3 Réponses
Solution Acceptée
Guide | Partenaire solutions
Décembre 02, 2024 09:22
All API calls require authentication via OAuth or a Private API key with the right scopes for the object you want to manipulate. I'm sure ChatGPT wou...Lire la suite
Résolues
alihaider907 le Novembre 28, 2024
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 Lire la suite
0 Mention J'aime
2 Réponses
Solution Acceptée
Contributeur de premier rang | Partenaire solutions
Novembre 29, 2024 03:13
Hi @alihaider907 , The "BAD_CLIENT_ID" error means the client ID is missing or unrecognized by HubSpot. This usually happens when the client ID ...Lire la suite
Résolues
Sadat le Novembre 22, 2024
This is more of a sanity check than anything else. We're trying to reduce our public app's architecture complexity as much as possible. Taking into consideration the OAuth flow required to make requests to HubSpot's API endpoints, is it possible in Lire la suite
0 Mention J'aime
1 Réponse
Solution Acceptée
Expert reconnu | Partenaire solutions Diamond
Novembre 22, 2024 08:28
Hi @Sadat , I think you're right. The CORS limitations would prevent that. You’ll need a server-side component to handle the token exchange an...Lire la suite
Résolues
Sadat le Novembre 21, 2024
My question is regarding the OAuth flow: Is there a way to request re-generation of the refresh token for a user? (besides reinstalling the app and going through the installation flow again)
1 Mention J'aime
1 Réponse
Solution Acceptée
Participant | Partenaire solutions Gold
Novembre 22, 2024 08:16
Hi @Sadat To obtain OAuth access and refresh tokens , follow these steps: Make a URL-form encoded POST request to /oauth/v1/token . ...Lire la suite
ann_sa le Novembre 20, 2024
Trying to connect via OAuth but I keep getting this error: "Couldn’t complete the connection Authorization failed because the provided scopes are insufficient. Please contact the app developer." I've created the app via Hubspot developer, w Lire la suite
0 Mention J'aime
2 Réponses
Membre
Novembre 23, 2024 15:13
I don't think I have an option to only use the install URL in make.com, or is it better to just stick with webhook then the direct Hubspot CRM a...Lire la suite
Résolues
WMoerke le Novembre 19, 2024
I have an integration setup where I am using OAuth to obtain a refresh token for a user. I am then using that refresh token to make API calls from two projects. One is the Web project that the user signs up with and the same project the refresh to Lire la suite
0 Mention J'aime
4 Réponses
Solution Acceptée
Participant
Novembre 21, 2024 12:01
It turns out another developer on the project had put in code to change the client_id when in the development environment. I was not aware of this a...Lire la suite
Résolues
RCunningham1 le Novembre 11, 2024
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" Lire la suite
1 Mention J'aime
3 Réponses
Solution Acceptée
Conseiller clé
Novembre 12, 2024 18:38
Hi @RCunningham1 The "Record name www conflicts with another record" error occurs when a CNAME record for "www" exists, preventing coexisten...Lire la suite
Résolues
MStevens11 le Octobre 24, 2024
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, Lire la suite
0 Mention J'aime
1 Réponse
Solution Acceptée
Gestionnaire de communauté
Octobre 25, 2024 12:42
Hey, @MStevens11 👋 Thanks for your question. I'd like to invite some of our community experts to the conversation — @Olivia_Bagnall @Ste...Lire la suite
hkorte le Octobre 22, 2024
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 Lire la suite
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Octobre 22, 2024 18:23
Hi, @hkorte 👋 Welcome to our community! Thanks for including your details. I'd like to invite some of our community members to the conversation ...Lire la suite
Résolues
sosv le Octobre 20, 2024
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 Lire la suite
1 Mention J'aime
4 Réponses
Solution Acceptée
Membre
Octobre 21, 2024 13:03
Hi, I made it work with the following code: Looks like the qs.stringify is the trick here and changing form to data...
atilde9 le Octobre 15, 2024
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 Lire la suite
0 Mention J'aime
2 Réponses
Membre
Octobre 25, 2024 09:31
Its happens only sometimes.
PRößner le Octobre 02, 2024
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 Lire la suite
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Octobre 03, 2024 11:10
Hey, @PRößner 👋 Thanks for your questions. Given the complexity of securing iframes and handling cross-domain authentication between OA...Lire la suite
annuler
Affichage des résultats de 
Rechercher plutôt 
Vouliez-vous dire : 

Vous cherchez à entamer une conversation ou à poser une question ?

Créez un post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.