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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
Drew_Kulas 2月 14日, 2025
Hi HubSpot team, Is there a way to create a trigger inside a workflow whenever a contact is created(i.e added to HubSpot). The reason is I want to have a custom coded workflow that whenever a contact is added, will check and mark a contact as a 続きを読む
0 いいね!
1 コメント
投稿者 | Platinum Partner
2月 14日, 2025 16:21
That would absolutly work! Nice work!
TMHW 2月 14日, 2025
I'm trying to map invoice properties from NetSuite into invoice properties in HubSpot. I'd like the "Sales Rep" NetSuite property to map to my custom property inside HubSpot titled "Sales Rep" but whenever I tried the HubSpot mapping property is gra 続きを読む
0 いいね!
1 コメント
投稿者 | Platinum Partner
2月 14日, 2025 16:23
For them to be mapped (if possible) they would need to have the same sort of naming convention and all of the same options between the two systems. ...続きを読む
RHussein 2月 14日, 2025
I have a workflow where I take an HS date field (deal created date) and set it to a new date variable using custom code. Only passing the date variable through the custom code results in setting 'Invalid date'.The actual use case is more complex tha 続きを読む
0 いいね!
1 コメント
投稿者 | Platinum Partner
2月 14日, 2025 16:31
For formatting dates: YYYY-MM-DDT00:00:00.000Z This is ISO 8601 formatting, if the property is only a DATE property, the time needs to be set to midn...続きを読む
SLotti 2月 14日, 2025
Hi, I see in the docs it show status="PENDING" as a possible response, so far I've only seen "COMPLETE". I don't know how to handle the pending result, is there a batch key and a way to query the batch? For my processing I need to get the cont 続きを読む
0 いいね!
1 コメント
投稿者 | Platinum Partner
2月 14日, 2025 16:54
I've never seen pending, doesn't mean it doesn't get returned though. I see the examples showing it in there. So if I were trying to figure this out...続きを読む
sean-laxis 2月 14日, 2025
According to the documentation of ` /crm/v3/lists/{listId}/memberships/join-order`, the recordIds are sorted in ascending order if an after offset or no offset is provided. However, the response is now in descending order. Last week t 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
2月 14日, 2025 18:18
Hey, @sean-laxis 👋 Thanks for flagging. I get the same result in my tests. I'll update here with any information I receive. — Jaycee
jackey-jackey 2月 14日, 2025
I get an error when I use the Create a channel account api, and the message is: {"status":"error","message":"internal error","correlationId":"70bb72d8-7fcd-474d-8a28-22dd5cb6af87"} url = f" https://api.hubapi.com/conversations/v3/custom-channels/{c 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
2月 14日, 2025 17:53
Hey, @jackey-jackey 👋 Thanks for posting! Can you share an example request body, please? It will help in trying to reproduce the error. ...続きを読む
LeoCastro 2月 13日, 2025
Currently we have a CRM Card that needs to be put on the Contacts and Deals Page, however in order to use it, we have to go to Record Customization Page and manually toggle our app to be enable for it to show. I see FormPay already has this feat 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
2月 14日, 2025 17:29
Hi, @LeoCastro 👋 Welcome to the community! Thank you for your question. I'd like to invite some of our community members and experts to the conv...続きを読む
BMUribe 2月 13日, 2025
I have succesfully integrated a custom chat application with my company's inbox as a custom channel. This integration is unique to this hub and I don't want it to be available as a public app. As per the documentation it is necessary to create a p 続きを読む
1 いいね!
1 コメント
コミュニティーマネージャー
2月 14日, 2025 11:06
Hey, @BMUribe 👋 Thanks for your question. I don't have any news to share on changes to these endpoints. If you are not already signed up, I re...続きを読む
notabot 2月 13日, 2025
I periodically call CRM search endpoints to retrieve updated CRM objects by filtering on "last modified date" property. I do this per CRM object; Deal, Contact and Company. When a Deal becomes associated with a different Company, the Deal's search e 続きを読む
0 いいね!
1 コメント
キーアドバイザー | Solutions Partner
2月 13日, 2025 16:08
@notabot - I am thinking that this behavior (and inconsistency if you will) is a function of the way that Deals and Contacts/Companies got woven to...続きを読む
Dramons 2月 13日, 2025
Dear Community, I have an issue with my HTTP GET request, hope you can help me here. I would like to pull a custom property (angebot_counter) via this URI https://api.hubapi.com/crm/v3/objects/deals/{sanitized-dealID}/?properties=angebot_coun 続きを読む
0 いいね!
3 コメント
キーアドバイザー | Solutions Partner
2月 13日, 2025 16:29
You can verify the call sytax is functional using the test call in teh documentation. https://developers.hubspot.com/docs/reference/api/crm/object...続きを読む
DKndn 2月 13日, 2025
Hi there, we have an App with these scopes: "oauth" , "crm.objects.leads.read" , "crm.objects.users.read" , "crm.objects.appointments.read" , "crm.objects.deals.read" , "crm.objects.contacts.read" , "crm.schemas.cont 続きを読む
0 いいね!
3 コメント
メンバー
2月 14日, 2025 12:44
Hi @Jaycee_Lewis , I got a step further with the Developer API-Key. But I don't get the webhook subscription yet. We develop an WP-Plugin wh...続きを読む
RVallejos 2月 13日, 2025
Hi everyone, I'm adding a new module via this API: https://developers.hubspot.com/docs/guides/api/cms/source-code I can see the module in the Design Manager once it is created by the API; however, I see that by default it is not available 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
2月 13日, 2025 19:01
Hi @RVallejos ! Welcome to the Community-- happy to have you here 😊 I do know that many web templates can be converted to email templates...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.