APIs & Integrations

絞り込み条件
  • すべてのラベル
  • 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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
解決済み
DCrinnion1 11月 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 続きを読む
0 いいね!
3 コメント
ベストアンサー
ガイド役 | Solutions Partner
12月 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...続きを読む
解決済み
alihaider907 11月 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 続きを読む
0 いいね!
2 コメント
ベストアンサー
トップ投稿者 | Solutions Partner
11月 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 ...続きを読む
解決済み
Sadat 11月 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 続きを読む
0 いいね!
1 コメント
ベストアンサー
名誉エキスパート | Diamond Partner
11月 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...続きを読む
解決済み
Sadat 11月 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 いいね!
1 コメント
ベストアンサー
参加者 | Gold Partner
11月 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 . ...続きを読む
ann_sa 11月 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 続きを読む
0 いいね!
2 コメント
メンバー
11月 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...続きを読む
解決済み
WMoerke 11月 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 続きを読む
0 いいね!
4 コメント
ベストアンサー
参加者
11月 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...続きを読む
解決済み
RCunningham1 11月 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" 続きを読む
1 いいね!
3 コメント
ベストアンサー
キーアドバイザー
11月 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...続きを読む
解決済み
MStevens11 10月 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, 続きを読む
0 いいね!
1 コメント
ベストアンサー
コミュニティーマネージャー
10月 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...続きを読む
hkorte 10月 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 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
10月 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 ...続きを読む
解決済み
sosv 10月 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 続きを読む
1 いいね!
4 コメント
ベストアンサー
メンバー
10月 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 10月 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 続きを読む
0 いいね!
2 コメント
メンバー
10月 25日, 2024 09:31
Its happens only sometimes.
PRößner 10月 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 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
10月 03日, 2024 11:10
Hey, @PRößner 👋 Thanks for your questions. Given the complexity of securing iframes and handling cross-domain authentication between OA...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

新しくスレッドを立ち上げてディスカッションをしたり、質問をすることができます。

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.