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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
DWild30 1月 22日, 2026
I am currently sending marketing email information through a webhook, and I am receiving the subject line, the To, and the From. I am trying to send the content of the email, but have been unable to do so. Since I can not send the content, I want to 続きを読む
0 いいね!
2 コメント
メンバー
1月 23日, 2026 10:21
Hey @DWild30 - I'd be happy to take a peek at this but I just want to make sure I understand what we're working with here: Can you clarify wher...続きを読む
解決済み
NamrathaS 1月 13日, 2026
I would like to integrate HubSpot and Cin7. All data was uploaded as contact data. Do I have to reupload it as Company data before proceeding? The data I want to update on Hubspot through Cin7 integration is Company name, price tiers, contacts, add 続きを読む
0 いいね!
2 コメント
ベストアンサー
トップ投稿者 | Solutions Partner
1月 15日, 2026 22:28
Hey @NamrathaS To integrate HubSpot with Cin7 and update Company-specific data (like company name, price tiers, contacts, addresses, and sales...続きを読む
解決済み
KvanStaveren 12月 17日, 2025
Does anybody know what is the limit of this batch operation? I have seen 100 and 500 in the docs of other endpoints, I would like to use prevent sending to much. https://api.hubapi.com/integrators/timeline/v4/events
1 いいね!
5 コメント
ベストアンサー
トップ投稿者
12月 17日, 2025 07:59
Hubspot batch operations usually uses the same system so I'm assuming the batch limits are the same for this object also (100 records at a time): h...続きを読む
MBarakat 12月 11日, 2025
Any update on this? were you able to migrate the chats? Moderator note: I have moved your post for visibility. For reference, here is the thread where you posted: " Importing past chat/conversations history ".
0 いいね!
1 コメント
コミュニティーマネージャー
12月 16日, 2025 05:39
Hi @MBarakat , let's put you in touch with our Top Experts in API: Hi @Anton , @sylvain_tirreau and @MichaelMa can you think of a way to ...続きを読む
tombonneau 12月 08日, 2025
Howdy Community of Developers Waaaaaay Smarter Than Me, So full disclosure, I am a product dev/marketer with very limited JS experience using Claude Code (who also helped put together some of this post of course!) to help me jump start an MVP 続きを読む
0 いいね!
0 コメント
解決済み
BWPPF 12月 03日, 2025
Have any nonprofits had success installing Candid's Premier API into their HubSpot environments? We wanted to see what others' experiences were before going ahead and purchasing it.
0 いいね!
3 コメント
ベストアンサー
ガイド役
12月 15日, 2025 13:16
Hi @BWPPF , I haven’t personally implemented Candid’s Premier API inside HubSpot, but I’ve worked on several similar “no native app” data-provider ...続きを読む
解決済み
Peter____Jones 11月 28日, 2025
I have migrated from Pipedrive to HubSpot. Contacts, Companies, Deals, Notes and Tasks. Email activities is an option, configured it and turned on. Long story short, email activities isn't emails. So, the emails in contact / company and deal rec 続きを読む
0 いいね!
8 コメント
ベストアンサー
最優秀メンバー | Platinum Partner
12月 11日, 2025 14:35
Welcome to the Community @Peter____Jones . Are you able to ecport emails from Pipedrive into a CSV? It's a bit cumbersome, but you can take a...続きを読む
解決済み
Bhagwat 11月 21日, 2025
Hi everyone, I have a follow-up question related to an earlier discussion about syncing data from an external GraphQL API into HubSpot. Since workflow webhooks and custom actions have limitations (no custom headers, execution time limits, etc.), I’ 続きを読む
0 いいね!
2 コメント
ベストアンサー
ガイド役
11月 28日, 2025 12:29
Hi @Bhagwat , HubDB can help as a staging layer, but it’s not a great fit for a true sync pipeline. You can write to it programmatically through th...続きを読む
解決済み
KKauper 11月 20日, 2025
We use the NPM library @hubspot /api-client to create timeline events on CRM objects, such as Contacts (crm.timeline.eventsApi.createBatch()). Our event templates include tokens which have types other than string, for instance 'Numeric' 続きを読む
0 いいね!
3 コメント
ベストアンサー
参加者
11月 20日, 2025 12:39
I was able to get this working. It seems that only the Hubspot definition of the type needs to be correct. If I pass a number as a token, then it app...続きを読む
解決済み
JanHranicky 11月 20日, 2025
Hi, I encountered similiar issue to this one . I am trying to develop a HubSpot extension, but HubSpot's CLI command `hs project dev` doesn't seem to be working for me. After setting up the project and uploading it to my account, I run `hs proj 続きを読む
0 いいね!
7 コメント
ベストアンサー
メンバー
1月 15日, 2026 13:34
Thank you all for your help. Found a solution .. It needs a port-mapping: 5173:127.0.0.1:5173 -L 8080:127.0.0.1:8080 -L 35177:127.0.0.1:35177' Then...続きを読む
dummy1234 11月 19日, 2025
I have code that tries to create timeline events. Before creation, it checks if an event with the necessary ID already exists with `GET https://api.hubapi.com/crm/v3/timeline/[EVENT-TYPE-ID]/[EVENT-ID ]` which gives me "404 Not Found" as a 続きを読む
0 いいね!
2 コメント
メンバー
11月 21日, 2025 04:47
Thanks for taking a look, @RubenBurdin ! I also had a suspicion that maybe mixing the two different API versions might be problematic, but the ...続きを読む
解決済み
Bhagwat 11月 18日, 2025
Hi all, I'm trying to sync data from an external GraphQL API into HubSpot, but I';m running into blockers. I initially tried using a custom workflow action to pull and upsert data into Companies/Contacts, but the action keeps hitting execution time 続きを読む
0 いいね!
3 コメント
ベストアンサー
ガイド役
11月 20日, 2025 17:44
Hi @Bhagwat What you’re running into is expected. HubSpot’s custom workflow actions are great for lightweight external calls, but they’re not bu...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.