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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
aemmi 5月 19日, 2025
I use the following get command https://api.hubapi.com/crm/v3/objects/contacts?limit=100&updatedAfter=1747668849754 1747668849754 time stamp is Mon 19 May 2025 12:26:19 bu it's returning rows with a lastmodified date before that 続きを読む
0 いいね!
1 コメント
トップ投稿者
5月 19日, 2025 21:37
Hi, @aemmi I feel the pain, pulling “recent” contacts and getting older ones back, let’s try figure why this happen. 1. First, HubSpot filter...続きを読む
解決済み
SVyas7 5月 19日, 2025
Hi, I have a report on a dashboard that shows the total closed won amount for deals with certain filters applied. How can I extract this value using API?
0 いいね!
3 コメント
ベストアンサー
キーアドバイザー | Platinum Partner
5月 19日, 2025 15:43
Hi @SVyas7 , At the moment there does not appear to be a direct way to extract the value you see in a dashboard via the API. You could ...続きを読む
ChristoV 5月 19日, 2025
I am attempting to receive a WebHook from Xero finance system. Part of the Webhooks setup in Xero is the 'Intent to receive'. The explanation from Xero: To ensure the requests you receive are coming from Xero you need to verify the signat 続きを読む
0 いいね!
2 コメント
メンバー | Platinum Partner
5月 19日, 2025 14:37
To validate the Intent to receive WebHook from Xero in a HubSpot workflow, you’ll need to use a middleware service like AWS Lambda or a custom Node.j...続きを読む
ELo1 5月 19日, 2025
Hello HubSpot Community, I’m experiencing an issue with HubSpot Ads integration that I hope someone from the support team can help me resolve. What’s happening: An unexpected developer token adwords@hubspot.com is making changes in my Google 続きを読む
0 いいね!
2 コメント
メンバー
5月 20日, 2025 00:05
@Jaycee_Lewis ok how do I remove it, because now is making changes to my Google Ads account
JRibeiro8 5月 18日, 2025
In the property Deal owner : the user the deal is assigned to. You can assign additional users to a deal record by creating a custom HubSpot user property . When it is change in CRM the field in API is not update?
0 いいね!
1 コメント
コミュニティーマネージャー
5月 19日, 2025 04:13
Hi @JRibeiro8 , Thanks for reaching out to the Community! I would like to invite some members of our community who may offer valuable ...続きを読む
JamesonC 5月 16日, 2025
Hello, I'm enrolled in the HubSpot MCP server beta and have it working with Claude desktop. Where can I find the SSE Endpoint for the MCP server? I'd like to connect and test it with n8n. Cheers, Jameson p.s. was unclear where 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
5月 19日, 2025 04:22
Hi @JamesonC , I hope that you are well! Thanks for reaching out to the HubSpot Community, the API board is the right place for this! I'd like t...続きを読む
NBrown67 5月 16日, 2025
You have no documentation surrounding when these are expected to occur within different batch endpoints. export enum BatchResponseSimplePublicObjectStatusEnum { Pending = 'PENDING', Processing = 'PROCESSING', Canceled = 'CANCELED', Complete = 'COM 続きを読む
0 いいね!
0 コメント
解決済み
LCHAMPOT 5月 16日, 2025
Hi all ! I create a Trial End Date property and add it on a module for my emails campaings. It’s not possible to translate the “Trial Days Left” property in the emails (jours > days). It's translated in the contact record, but that doesn’t apply 続きを読む
0 いいね!
6 コメント
ベストアンサー
キーアドバイザー | Platinum Partner
5月 19日, 2025 11:28
Oh, I see now! In this case what you can do is use a HubL replace filter to translate that manually. First you will need to make sure t...続きを読む
TuPhanW 5月 16日, 2025
Hi team, We're building a data sync app to synchronize contact data between our software and Hubspot. Users can install the app to authenticate with our own software, and they configure sync settings through the settings page provided by the Hubs 続きを読む
0 いいね!
2 コメント
メンバー
5月 19日, 2025 00:27
Hi @Tariqqq , Thanks you for the information. However, that's not the flow we're aiming for. We want to build an appilication similar to thos...続きを読む
ISánchez0 5月 15日, 2025
I have an Custom ERP that has one product with one ID and two different prices: Price A for Spain and Price B for Portugal. In Hubspot for that I have to duplicate the product in Hubspot, I set the Spanish price for Product A and ID for Spanis Pro 続きを読む
0 いいね!
3 コメント
メンバー
5月 16日, 2025 08:11
Hi @Jaycee_Lewis , Thanks a lot to answer, Are you looking to edit two different Product records? Or two Line Items created from a single Product?...続きを読む
解決済み
CHamelin 5月 15日, 2025
Hello HubSpot team, I am building a custom automation inside a Workflow Custom Code action to synchronise revenue share values from a partner company record into the company associated to a deal. My intended flow is: Read the partner company 続きを読む
0 いいね!
1 コメント
ベストアンサー
キーアドバイザー | Platinum Partner
5月 15日, 2025 09:18
Hi @CHamelin , Have you tried using getAll() instead of basicApi.getPage() ? If your associations uses custom labels such as "Partne...続きを読む
解決済み
SPrakash8 5月 15日, 2025
I’m trying to send a draft reply to a customer email in the HubSpot Conversations Inbox using the API. Goal: Programmatically send a reply to an existing customer message, similar to how an agent replies in the inbox comment section. What 続きを読む
0 いいね!
1 コメント
ベストアンサー
メンバー
5月 15日, 2025 05:49
@SPrakash8 wrote: I’m trying to send a draft reply to a customer email in the HubSpot Conversations Inbox using the API . Goal: Programmat...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.