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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
SHostetler 6月 20日, 2025
I am trying to create neat looking notes which are summaries of a chat gpt response, but something formats into a single line looking mess. I have tried /n and all the work arounds, nothing seems to work? i would like to be able to have line breaks 続きを読む
0 いいね!
1 コメント
トップ投稿者 | Gold Partner
6月 21日, 2025 16:44
Hi @SHostetler , If you're trying to add line breaks in notes sent via Make.com to HubSpot, use <br> tags instead of \n. HubSpot Notes API...続きを読む
GDiMaiolo 6月 20日, 2025
I’m using the following endpoint to create associations between objects: ruby Copier Modifier https:/ /api.hubapi.com/crm /v4/associations /deals/companies /batch/create I’m trying to associate deals to companies, but inst 続きを読む
0 いいね!
2 コメント
トップ投稿者 | Gold Partner
6月 21日, 2025 17:13
Hello @GDiMaiolo , Unfortunately, the idProperty field isn't supported in the HubSpot Associations API. So, you can’t directly associate a deal...続きを読む
DArvid 6月 20日, 2025
There seems to be an issue with the iOS Chat SDK. I've followed all the integration steps but it always fails on the first configure step and can't find the HubSpot-Info.plist file even though it is definitely included in the project and have a 続きを読む
0 いいね!
0 コメント
kubo_konecny 6月 20日, 2025
Hi everyone, I am just want to reflect my thoughts after unsuccessfull weeks of trying to make things work somehow. As a developer with years of experience I can tell that this SDK along the "documentation" is the worst nightmare I have ever see 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
6月 20日, 2025 18:17
Hey @kubo_konecny -- thanks for your post. I am sorry to hear about your experience with this tool and your feedback is greatly appreciated. I hop...続きを読む
解決済み
JCabataña 6月 20日, 2025
Hi, why am I getting this error message for Webhooks? I tested my endpoint using Postman and it worked — I was able to receive JSON data. However, when it comes to HubSpot Deal creation, I get the following error response. Any ideas on what might be 続きを読む
0 いいね!
1 コメント
ベストアンサー
トップ投稿者 | Gold Partner
6月 20日, 2025 13:51
Hi @JCabataña , That "417 Expectation Failed" error you're seeing usually means HubSpot is sending a request with a header your server isn’t ...続きを読む
skerdi 6月 19日, 2025
Hello, I am a developer of an application which consumes the V3 & V4 API-s. My use case is to read all association labels data for all objects in the V3 & V4 API-s using the requests below: スポイラ (読むためにハイライト) GET /crm/v3/o 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
6月 20日, 2025 05:39
Hi @skerdi and Happy Friday! Thanks for asking the HubSpot Community and for the detailed information! I'd love to put you in touch with our To...続きを読む
解決済み
Sachavskyi 6月 19日, 2025
I want to create a new association label between Contact (0-1) and Company (0-2). So I sent the following request: POST https://api.hubapi.com/crm/v4/associations/0-1/0-2/labels HTTP/1.1 .... { "label": "Referred By", "name": "referredb 続きを読む
0 いいね!
3 コメント
ベストアンサー
トップ投稿者 | Gold Partner
6月 19日, 2025 11:26
Hi @Sachavskyi , The typeId for association labels in HubSpot isn’t globally unique. It can be the same number for both custom (USER_DEFINED) ...続きを読む
解決済み
angel-luis 6月 19日, 2025
Good morning, Let me give you some context and try to explain in as much detail as possible the use case we need to cover. Please, we would appreciate a response with the most concrete solution possible, as we’ve been trying different alte 続きを読む
0 いいね!
4 コメント
ベストアンサー
トップ投稿者 | Solutions Partner
6月 20日, 2025 10:11
Hey @angel-luis , I shared your issue with our dev team. They suggest trying a Smart List combined with a Static List as a possible workaround. ...続きを読む
解決済み
AZakonek 6月 19日, 2025
Hello great community I have a question regarding sending traffic source / campaign source into HubSpot on contacts. Background: We are a SaaS company with our own product and database, where our customers are created and sent to HubSpot 続きを読む
0 いいね!
1 コメント
ベストアンサー
トップ投稿者 | Solutions Partner
6月 19日, 2025 10:43
Hey @AZakonek , You can’t directly set HubSpot’s default hs_analytics_* source properties via API, those are auto-populated by HubSpot’s tra...続きを読む
解決済み
JeroenCloudCTI 6月 19日, 2025
Hi all, I'm making a calling app for HubSpot where, in case of multiple contacts/companies having the same phonenumber, you can select which one should be associated with a call. With the calling SDK I call the IncomingCall() method with createEnga 続きを読む
0 いいね!
1 コメント
ベストアンサー
トップ投稿者 | Gold Partner
6月 19日, 2025 11:28
Hi @JeroenCloudCTI , It seems that HubSpot’s calling SDK automatically connects calls to the oldest matching company or contact when you use `...続きを読む
scrut_team 6月 19日, 2025
Hi, I had submitted an app for the marketplace and received an email with a set of questions and update requests. I promptly responded to the questions, made the necessary updates, and resubmitted the app. However, it's been several weeks sinc 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
6月 20日, 2025 03:21
Hi @scrut_team and welcome, we are so glad to have you here! Thanks for reaching out to the HubSpot Community! I can see on this documentation ...続きを読む
解決済み
Jaylin 6月 19日, 2025
Hi everyone, i want to know something about API, if some datas from magento, one contact have several orders, can API realise create one contact and multi deals, and this contact also related to multi deals.
0 いいね!
1 コメント
ベストアンサー
名誉エキスパート | Diamond Partner
6月 19日, 2025 06:26
Hi @Jaylin , It is possible to sync contacts and multiple deals (orders) from Magento to HubSpot using the API. In your Mangento integr...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.