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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
GLopez13 1月 14日, 2025
Hello, Currently I am developping a private app using a React repo, so I am able to get the "Teams" from a user using the "CrmContext", doing something like: ctx.user.teams My question is... Is it possible to get the "PERMISSIONS SET" or the "AC 続きを読む
0 いいね!
1 コメント
ガイド役
1月 14日, 2025 20:14
Hi @GLopez13 👋 It's possible to retrieve the "Permission Set(s)" assigned to individual HubSpot Users via API. The User property that stor...続きを読む
matthelm 1月 14日, 2025
Hi there, I’m building an app using HubSpot’s API to extract records with minimal delay, ideally under a minute. To achieve this, I need to understand if updates and creates appear in search results in the order they were modified or if there’s 続きを読む
0 いいね!
1 コメント
キーアドバイザー | Solutions Partner
1月 14日, 2025 17:53
@matthelm - Other opinions here may differ, but I would be extremely suspicious about the exact order and timestamp relationships of records if you...続きを読む
achaudhary22 1月 14日, 2025
When i build new app and go to Auth, I do not see AppID, ClientID, Client Secret
0 いいね!
1 コメント
コミュニティーマネージャー
1月 14日, 2025 14:19
Hi @achaudhary22 ! Welcome to the Community-- happy to have you here 😊 It looks like your app is still in a draft state, so it will not s...続きを読む
解決済み
JMartínez5 1月 14日, 2025
Hi HubSpot Community, I'm working on creating a Custom Workflow Action that makes an HTTP POST request to an external API. However, I'm facing issues where no requests are being sent from HubSpot to my webhook endpoint, or not reaching my serv 続きを読む
0 いいね!
3 コメント
ベストアンサー
メンバー
1月 14日, 2025 16:03
After spending several hours debugging, I finally identified and resolved the issue. The problem was that my custom action had required fields, but s...続きを読む
Rintegration 1月 14日, 2025
hello guys, i went throguh the API doc but could not find an answer to my question: what's the property name of associated company id in the GET deals endpoint? I tried with associatedcompanyids but it seems does not work. By default HS returns the 続きを読む
0 いいね!
1 コメント
キーアドバイザー | Platinum Partner
1月 14日, 2025 11:02
Hi @Rintegration , When making the API call to the GET deal endpoint , you need to add an "associations" parameter and include the object typ...続きを読む
Velocity9 1月 14日, 2025
When I get all Companies data, using the `hubspot-api-client` Python package, they include these properties: `hs_notes_last_activity` `hs_notes_next_activity` `hs_source_object_id` `owneremail` `ownername` However, I can't find these prop 続きを読む
0 いいね!
1 コメント
キーアドバイザー | Solutions Partner
1月 14日, 2025 18:37
@Velocity9 - There are a number of possibilities here I would think: - They are "deprecated" properties defined by HubSpot - They are propertie...続きを読む
ClicData 1月 14日, 2025
Hi, Our customers are experiencing an issue regarding authorization: they need to authorize our app using a Super Admin hubspot user. To correct that, I tried to remove a scope that seemed to require a Super Admin user (tell me if i'm wrong) 続きを読む
0 いいね!
2 コメント
コミュニティーマネージャー
1月 14日, 2025 12:15
Upon rereading your post, I see you mentioned removing the problematic scope. I'd reopen your support ticket, or file a new one, and (make sure the u...続きを読む
EmilianoVidela 1月 14日, 2025
Hi everyone, I would like to retrieve all workflow enrollments for a given contact, including the completed ones, similar to what the Workflow Memberships screen on HubSpot displays. Is there a way to achieve this using the API? I tried using this 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
1月 14日, 2025 11:38
Hey, @EmilianoVidela 👋 You are not missing an option. The endpoint you linked to will only return Current Enrollments . And the current offer...続きを読む
EM9 1月 14日, 2025
Hi, Recently we have begun receiving a high volume of 530 DNS errors, from the hubspot API endpoints (it seems to be a cloudflare response). Our service is located in the AWS AP-Southeast 2 region. "Origin DNS error | api.hubapi.com | Cl 続きを読む
0 いいね!
2 コメント
EM9
参加者
1月 14日, 2025 11:57
I attemped twice, and both times I was just refered here or the slack community as I do not have paid support. Nor are we the only one with the iss...続きを読む
cyberwombat 1月 13日, 2025
We have a need to print a Contact bio in a quote but that requires checking a box under buyers in order to make this available to the template. This causes the buyer field to be populated by non buyers (these contacts are essentially the deal owner 続きを読む
0 いいね!
2 コメント
メンバー
1月 14日, 2025 13:44
I have not tried that but when I fetch quote.associated_objects.contacts there is nothing unless I check the contact box on left. Finding the right c...続きを読む
JoshMamroud 1月 13日, 2025
@Jnix284 is it possible to support Custom Objects with UI Extensions in a Public App? We want to allow users that install our public app to be able to use our UI Extensions in their Custom Objects. I can't find any documentation on this. TIA Jo 続きを読む
0 いいね!
2 コメント
殿堂入り
1月 14日, 2025 19:06
Here's what I got back @JoshMamroud : Most likely No - because the configuration requires you to put in the object ID that the user extensio...続きを読む
解決済み
JonoCali 1月 13日, 2025
First off, apologies - I am not a developer but trying to modify the code others have developed and therefore may require a bit of patience :). Here is my scenario: User receives email with query string - https://teachtoone.org/demo-accou 続きを読む
0 いいね!
1 コメント
ベストアンサー
メンバー
1月 13日, 2025 18:08
I figured out that I needed to add a $ in front of form. So this worked: <script charset="utf-8" type="text/javascript" src="//js.hsforms.ne...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.