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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
解決済み
FHulleman 2月 16日, 2026
Hi, I have a very simple Hubspot CRM contacts integration in my PHP Laravel 12 project. I only use the post contact endpoint to create new contacts. And I currently only have a legacy private app in Hubspot > developers which provides me wit 続きを読む
1 いいね!
2 コメント
ベストアンサー
ソートリーダー | Platinum Partner
2月 25日, 2026 07:35
Hi @FHulleman HubSpot’s documentation around legacy versus new Private Apps is not entirely clear, but the recommended approach is to create a ne...続きを読む
解決済み
AB- 9月 11日, 2025
Hello all. We have a regular non-HubSpot web form with a bunch of fields on an external website. On submission, we would like to send some of these fields to our HubSpot account and store them inside HubSpot. Are there specific APIs that 続きを読む
1 いいね!
5 コメント
ベストアンサー
ソートリーダー | Platinum Partner
9月 17日, 2025 07:09
Hi @AB- There are a few ways you can do this - 1. Map a HubSpot form with your form in the backend. 2. Use the HubSpot API to send data to t...続きを読む
解決済み
GBakonyi0 9月 03日, 2025
I am facing a very weird and edge-case problem. I implemented the HS request verification v3 in PHP, it is working fine until the username or any contact data (firstname, lastname, city, street, etc) contains special characters, specifically from G 続きを読む
0 いいね!
5 コメント
ベストアンサー
参加者
9月 05日, 2025 05:35
Okay, today, the issue seems to have gone away. I removed the utf8_encode call as well ensured the raw body was used without anything. Now all data ...続きを読む
解決済み
SSakac 7月 01日, 2025
Hi Support, I’m using the CookieYes plugin in WordPress, along with HubSpot and Fluent Forms Pro. I'm passing the hubspotutk cookie to HubSpot through Fluent Forms when a user submits a form, and that part is working well. However, I’m running 続きを読む
0 いいね!
3 コメント
ベストアンサー
トップ投稿者 | Gold Partner
7月 02日, 2025 04:08
Hi @SSakac , You can try the following: document.addEventListener('cookieyes_consent_update', function() { // Remove existing HubSpot...続きを読む
解決済み
Mrk-1 6月 18日, 2025
I am using the hubspot-php api to submit data to an old hubspot form in our system. The form has an email property added and that is the only property defined for that form. The api is submitting a property named signup_source to the form 続きを読む
0 いいね!
14 コメント
ベストアンサー
ガイド役
7月 31日, 2025 16:23
Hi @Mrk-1 , No worries about the delay: everyone does what they can when they can. 🙂 I'm going to ask you to test one last thing. ...続きを読む
解決済み
NVerma7 6月 13日, 2025
Hello HubSpot Team, I’m working with Daxko , and we’re currently migrating our HubSpot integration from V1 APIs to V3 to ensure long-term support and compliance. In our current implementation, we rely heavily on the V1 endpoint: GET /contacts/v1/ 続きを読む
1 いいね!
3 コメント
ベストアンサー
ソートリーダー | Platinum Partner
6月 20日, 2025 03:05
Hi @NVerma7 This is the closest api that I found that can solve your problem. On the response body it gives us recordId and membershipTimeSt...続きを読む
解決済み
U072319 4月 04日, 2025
Hi HubSpot Community, I’m developing a HubSpot app and need to add a Google site verification meta tag dynamically to the <head> section of all pages for user website who install my app. I want this process to be automated so users d 続きを読む
0 いいね!
1 コメント
ベストアンサー
名誉エキスパート | Platinum Partner
4月 04日, 2025 13:41
Hi @U072319 , As far as I know, there currently aren't any options that would allow you to modify the HTML header/footer settings either site-...続きを読む
解決済み
mgreenaw 4月 04日, 2025
$properties = [ 'email', 'firstname', 'lastname', ]; $filter = new Filter([ 'value' => $lastuser->email, 'propertyName' => 'email', 'operator' => 'EQ' ]); $filterGroup = new FilterGroup([ 'filters' => [$ 続きを読む
0 いいね!
4 コメント
ベストアンサー
トップ投稿者
4月 04日, 2025 12:05
I haven't used the PHP SDK but assuming you can probably put var_dump($searchRequest); right before the request to see what data is being sent. I...続きを読む
解決済み
TTeks 4月 03日, 2025
I need V3 API endpoint to fetch all contacts for a given listId. The list can be either Active or Static. I have tried using https://api.hubapi.com/crm/v3/lists/$listId/memberships and https://api.hubapi.com/crm/v3/objects/contacts/batch/read , 続きを読む
1 いいね!
2 コメント
ベストアンサー
トップ投稿者 | Gold Partner
4月 03日, 2025 05:02
Hi @TTeks , There is no endpoint that returns all contacts at once (for performance reasons), but you can retrieve the complete list by: ...続きを読む
解決済み
keggerdev 4月 01日, 2025
Hi ! When the blog comment is posted via API, It is auto approved (published) automatically. It should go to moderation first. I set the state as it is defined in the API documentation as "state": "PENDING_AKISMET"
0 いいね!
4 コメント
ベストアンサー
トップ投稿者 | Gold Partner
4月 01日, 2025 15:12
That is just a sample return, not what you want to send for that property state PENDING_MODERATION is tue state you should send. ...続きを読む
DVinh5 3月 31日, 2025
i am using php hubspot-api client ver 9.4.0 for my project and used updateDraftTableRow method to update row of table but its always get response 502 Bad Gateway. Mar 30 previous code always run ok, but i faced error start 31 Mar. I saw in incident 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
4月 01日, 2025 02:57
Hi @DVinh5 and welcome, we are glad to see you here! 🤗 Thanks for reaching out to the HubSpot Community! When updating the table row, do you...続きを読む
解決済み
alexdeoliveira 3月 26日, 2025
Hey folks! I’m having an issue with capturing the hubspotutk cookie and sending it to HubSpot via API. I have a sign-up form in a Laravel app hosted at example.yourdomain.com , and the HubSpot tracking script is being loaded via Google Tag 続きを読む
1 いいね!
4 コメント
ベストアンサー
名誉エキスパート | Platinum Partner
3月 27日, 2025 11:09
Yes, the structure you have looks correct. The question now is whether the issue is with one of the following: - the cookie value being captu...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.