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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
解決済み
ABeniwal 1月 20日, 2026
Hi team If you are working in hubspot, can you help me understand the rootcause of 2 different email were linked to same HS contact of my organisation. Here is the contact link. the user was register on HS in dec 2024 through a marking form. In De 続きを読む
0 いいね!
1 コメント
ベストアンサー
参加者 | Platinum Partner
1月 20日, 2026 09:17
Hey @ABeniwal , the reason this happened is possibly due to HubSpot's cookie tracking. See this article for more insight on how HubSpot tracks visi...続きを読む
解決済み
HDilloway 1月 08日, 2026
We have an API running for leads from a provider but if the contact is already in the system it trips over and does nothing. The live chat advised that i need to update the API from POST to PATCH so that it updates a contact if its in the syste 続きを読む
0 いいね!
3 コメント
ベストアンサー
参加者
1月 08日, 2026 11:19
Hello, I would suggest trying the batch upsert: https://developers.hubspot.com/docs/api-reference/crm-contacts-v3/batch/post-crm-v3-objects-cont...続きを読む
解決済み
fahadxbond 12月 29日, 2025
the attribute like hidden or formField is not working properly in api. i have hidden many fields in contact object , but in api response its show true.. or can you explain purpose of hidden and formField ? or how can i get fields from api, that a 続きを読む
1 いいね!
5 コメント
ベストアンサー
名誉エキスパート | Platinum Partner
1月 05日, 2026 06:33
Hi @fahadxbond To fetch all properties of a HubSpot object, you can use the following cURL request: curl --request GET \ --url ...続きを読む
解決済み
Devlevar1 12月 16日, 2025
We are evaluating Segment -> Hubspot integration. Specifically, we want to track Anonymous user activities and send it to hubspot and then tie in those activities to contacts ONCE an `identify` is called in our site. We tried it with Hubspot 続きを読む
1 いいね!
2 コメント
ベストアンサー
ガイド役
12月 16日, 2025 17:22
Hi @Devlevar1 , you’re basically bumping into the fact that HubSpot’s “retroactive stitch” relies on the browser visitor identity (the HubSpot tra...続きを読む
解決済み
cbish 12月 11日, 2025
Hi all, I have a client that wants to sync Campaigns from HubSpot to Zoho. What I noticed is that Campaigns in Zoho are Objects while in HubSpot they are not (they are part of Marketing Hub, not the CRM). The client wants to give their 続きを読む
1 いいね!
3 コメント
ベストアンサー
投稿者 | Elite Partner
12月 16日, 2025 12:56
Hey Victor and Colin, Yeah, I've solved this exact problem. The cleanest approach is using **n8n as a middleware** between HubSpot and Zoho. Here's...続きを読む
解決済み
ManishCV 12月 10日, 2025
I am building a private App and have assigned the contacts.write scope to it. I need to share the PAT to a third party ( to enable them send data to my HUbspot) I want to know if they can also "read" data from my HUbspot with this "write" scope al 続きを読む
1 いいね!
4 コメント
ベストアンサー
ガイド役
12月 15日, 2025 10:47
Hi @ManishCV the short answer is no. In HubSpot, write scopes do not implicitly grant read access. Scopes are explicit and additive. If yo...続きを読む
解決済み
SSun7 12月 09日, 2025
Hi, I have two public apps, one of them is listed on marketplace and another one is not. I found today that the UI extension (which is a sidebar card for Contacts) in the listed app suddenly stopped showing for accounts that recently installed the a 続きを読む
0 いいね!
6 コメント
ベストアンサー
ガイド役
12月 15日, 2025 11:46
Hi @SSun7 , this behavior strongly points to a Marketplace versioning issue rather than a bug in your UI extension code. For public apps, HubSpot ...続きを読む
解決済み
syrenn_dev 12月 08日, 2025
Hello, I'm wondering if anyone has found a way to retreive the diarized transcripts that are generated by HubSpot after a HubSpot Call is made? I am aware and able to dowload the call recording url and can pass it to an LLM for transcription, but 続きを読む
1 いいね!
4 コメント
ベストアンサー
ガイド役
12月 15日, 2025 12:43
Hi @syrenn_dev , you’re not doing anything wrong. What you’re running into is a real platform limitation rather than a bug in your requests. ...続きを読む
解決済み
NEynon 12月 08日, 2025
I have a bit of an issue in how to structure orders and contacts. Our platform does a lot of its transactions over the phone and users can create online accounts later on which link to phone numbers that they may or may not have already used to tran 続きを読む
0 いいね!
3 コメント
ベストアンサー
ガイド役
12月 15日, 2025 15:02
Hey @NEynon , this is a genuinely hard modeling problem, and you’ve already identified the core constraint correctly. HubSpot is still fundamentall...続きを読む
helpmepls 12月 07日, 2025
I am new, and trying to get logged calls and the internal data of the call (type, description, owner, date/time etc) I can not find the scopes required for Calls (and meetings) that the breeze AI describes i need for the API call to get this data. 続きを読む
2 いいね!
2 コメント
ガイド役
12月 15日, 2025 13:20
Hi @helpmepls , welcome to the Community. This is a very common point of confusion, so you’re asking the right question. Calls and meetings are n...続きを読む
解決済み
shov 12月 05日, 2025
I am observing an issue when pushing content to a rich text field (Contact field). Behavior seems to vary depending on source. Developer can push formatted html via integration escaped character \n correctly results in a new line however, re 続きを読む
0 いいね!
3 コメント
ベストアンサー
ガイド役
12月 15日, 2025 13:14
Hi @shov , this behavior is confusing but unfortunately pretty consistent once you know where the sanitization happens. The key thing to know is ...続きを読む
解決済み
klkitchens 12月 04日, 2025
Per: https://knowledge.hubspot.com/records/merge-records when two contacts are merged, the data is combined into a NEW contact ID. This is a (unwelcome) change from a few months ago, when merging B into A, moved the data from B into A and left th 続きを読む
0 いいね!
4 コメント
ベストアンサー
ガイド役
12月 15日, 2025 13:18
Hi @klkitchens , you’re reading it correctly. HubSpot changed merge behavior so the result of a merge can be a brand-new record with a new ID, and ...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.