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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
U072319 3月 19日, 2025
Hi, I am developing my first app in HubSpot, which operates on a monthly recurring payment model. I need to implement a billing system for users who install our app. Does HubSpot provide an API for direct client billing, or would I need to i 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
3月 20日, 2025 10:45
Hey, @U072319 👋 This is sounds like an interesting project. I'd recommend getting started with: Payments Subscriptions Best, ...続きを読む
U072319 3月 12日, 2025
Hi, I'm developing an app in HubSpot and need help retrieving specific account details via the HubSpot API. A. How to Retrieve the Business Address Using the API? I'm trying to fetch the business address configured in Settings > Account 続きを読む
0 いいね!
2 コメント
メンバー
3月 12日, 2025 07:08
Hi @TomM2 , Appreciate your response! I am developing a HubSpot app for the first time. When someone installs the app, I need to retrieve th...続きを読む
解決済み
okasem 2月 06日, 2025
Hello, I'm building a small app to integrate to new orders API, I managed to create a deal then associate it to the order and also add line items. My main issue is I can't find anyway to fill in the fields for 'Order Total' like subtotal price, dis 続きを読む
0 いいね!
2 コメント
ベストアンサー
コミュニティーマネージャー
2月 07日, 2025 12:38
Hey, @okasem 👋 Are you looking to have these values updated as if they are calculated properties based on the associations? Or do you just wan...続きを読む
RGorkunenko 2月 05日, 2025
Hello. Can you tell me if a contact is set as a Non-marketing contact, the contact data (name, company, etc.) cannot be retrieved via the API. However, if the contact is a Marketing contact, I can retrieve the data by ID without issues. What could t 続きを読む
1 いいね!
3 コメント
名誉エキスパート | Platinum Partner
2月 07日, 2025 05:44
Hi @RGorkunenko Use the API provided by HubSpot instead of using the GitHub one. I tried getting the details of non-marketing contact and got a...続きを読む
解決済み
JFaber69 2月 04日, 2025
Whenever I make a quote using the API it asks me to fill in the "Your Information" fields. Is there a way to do this using the API too?
0 いいね!
1 コメント
ベストアンサー
コミュニティーマネージャー
2月 05日, 2025 13:38
Hey @JFaber69 👋 This one took me down the rabbit hole, but I figured it out after a bit of trial and error. The quick answer is — these properti...続きを読む
解決済み
KPadhiyar 1月 30日, 2025
I'm using hubspot-api-php for do operation in HubSpot. When I try to get single contact by objectId with more than 350 properties it gives me error like: 414 Request-URI Too Large. Can anyone suggest me what can I do for handle such type of instanc 続きを読む
1 いいね!
4 コメント
ベストアンサー
参加者
2月 02日, 2025 23:56
@Jaycee_Lewis The problem has been resolved. We can use batch API for this kind of issues. Thanks for the reply.
解決済み
DaveLinderman 1月 10日, 2025
Hello all- Has anyone seen a strange rounding issue when posting values to "/crm/v3/objects/line_items/batch/update"? I have an instance where I am sending a value to two decimal places, but receiving a 400 error that the value is invali 続きを読む
0 いいね!
5 コメント
ベストアンサー
コミュニティーマネージャー
1月 15日, 2025 13:53
Hey @DaveLinderman 👋 Does the same or similar error happen when you remove the negative value and instead send it as “0.09” for “discount”? ...続きを読む
Graham-OUB 1月 09日, 2025
Hello everyone I’m encountering an issue with a Custom Schema update while using the HubSpot PHP SDK (v10). I’ve been successfully using this functionality for years, but today it suddenly stopped working, and I’m now receiving a 404 error re 続きを読む
3 いいね!
5 コメント
メンバー
1月 13日, 2025 04:32
Thanks @Jaycee_Lewis and @zach_threadint for looking into this, much appreicated. Let me know if you need anymore information from me.
解決済み
DanielDPAltra 1月 09日, 2025
I'm creating via form, a ticket, when created, the API gives a success response, a number, so is it possible to make an API search with that number ( ) - If achieving the desired functionality is not possible, which approach would be better: 続きを読む
0 いいね!
2 コメント
ベストアンサー
参加者
1月 09日, 2025 04:49
Sorry, it was a stupid print I had with a timestamp, it was not the api response, now I found it, i was printing all except the api response hahahaha...続きを読む
ЯЗдесь 12月 23日, 2024
There are two ways to attach files to a message in "textarea". Both methods work, but in different ways. We can send an email to "SendGrid" "SendGrid" can redirect incoming data to "Webhook" As a result, our "Webhook" receives j son with vario 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
12月 24日, 2024 12:11
Hey, @ЯЗдесь 👋 Thanks for the interesting question. There isn't a setting in HubSpot to modify this behaviour as it seems to be something inhe...続きを読む
TTeks 12月 10日, 2024
I am using https://api.hubapi.com/crm/v3/objects/contacts/batch/upsert api to insert/update data to Hubspot. Request Body be like this { "inputs": [ { "id": "isabella@futureconnect.com", "idProperty": "email", "properties": { "interest": "Event 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
12月 10日, 2024 13:07
Hey, @TTeks 👋 It's helpful for our community members if you include an example request that returns this error. It's difficult to give an educ...続きを読む
SKundu6 12月 05日, 2024
Hi everyone, I hope you are doing well. We need assistance with an issue that has come up after we transitioned from using Hapikey (v2 version) to a Private App (v3 version) for our API calls. Since this change, we've had trouble tracking Google a 続きを読む
1 いいね!
12 コメント
コミュニティーマネージャー
1月 02日, 2025 15:26
Hi @SKundu6 ! Thanks for your post and your engagement with the Community 😊 Our community members generously share their time and expertise, and...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.