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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
JGuerra51 4月 10日, 2024
Currently developing a 3rd party caller app to be used in Hubspot (using the calling-extensions SDK). The app will open in a seperate browser window fine:  but when attempting the launch the "Demo Widget Local" from hubspot it fails to load. 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
4月 11日, 2024 05:36
Hi @JGuerra51 , Thank you for sharing detailed information and for asking the Community! I'd like to ask our Top Experts and some of the Communi...続きを読む
adnandmth 4月 10日, 2024
I'm new to hubspot and I'm confused with a small little thing; I have a custom object named "Custom Engagements" and I wanted to get all records via API, I used different formats with no luck; https://api.hubapi.com/crm/v3/objects/contact+ 続きを読む
0 いいね!
4 コメント
トップ投稿者 | Platinum Partner
4月 15日, 2024 13:19
@adnandmth - I confirmed with HubSpot that this API can run into issues when a custom object contains multiple words. However, as @Stegem...続きを読む
解決済み
JPeacock4 4月 03日, 2024
Whenever I attempt to search for SKUs using the IN operator, I get back an empty result. If I do the same thing using hs_object_id, then I get back the correct results. Can't seem to figure out if that property just can't be searched using the IN op 続きを読む
0 いいね!
2 コメント
Accepted Solution
コミュニティーマネージャー
4月 03日, 2024 18:46
Hey, @JPeacock4 👋 One thing to watch out for with the Search API is that the IN and NOT_IN search operators require the values to be in lower...続きを読む
解決済み
khandekyn 4月 02日, 2024
the current ruby client seems to be generated from a swagger description. fetching company details with get_by_id seems broken though. i'm not managing to get it working. listing all companies works fine for your info. i keep hitting this e 続きを読む
0 いいね!
5 コメント
Accepted Solution
メンバー
4月 04日, 2024 05:50
Hey, I just created my ruby environment and tested this which returned the data for a the specified company id. api_response = api_client.crm.compan...続きを読む
解決済み
RRompich 4月 01日, 2024
I've been trying to pull emails, tasks, and notes for each of my tickets through the HubSpot API. Basically, I wanted to obtain the association IDs and then call the Engagements API to retrieve that data. I was following this process: https://comm 続きを読む
0 いいね!
2 コメント
Accepted Solution
トップ投稿者 | Solutions Partner
4月 01日, 2024 15:05
@RRompich - honestly, I don't think you are making the API call you think you are here. Its a bit obscured by the hubspot client code library conve...続きを読む
RRompich 3月 31日, 2024
Okay, I've been trying to pull emails, tasks, and notes for each of my tickets through the HubSpot API. Basically, I wanted to obtain the association IDs and then call the Engagements API to retrieve that data. I was following this process : https 続きを読む
0 いいね!
0 コメント
RReiffer 3月 28日, 2024
I have been running a search using /crm/v3/objects/deals/search and the filter as follows: { "filterGroups":[ { "filters":[ { "propertyName": "dealname", "operator": "EQ", 続きを読む
0 いいね!
1 コメント
投稿者
3月 28日, 2024 13:47
I have tried the double "" method and several other methods of pre-encoding the string (including standard escapes and Microsoft based ones) - the is...続きを読む
解決済み
ParvG 3月 18日, 2024
Hello community! I have added a login feature inside Calling Extension and I am storing portalId and userId is used to map data in my server. I wanted to know is there a way to access user's portalId and userId inside Calling Extension SDK? 続きを読む
1 いいね!
1 コメント
Accepted Solution
キーアドバイザー | Platinum Partner
3月 19日, 2024 07:48
Hi @ParvG To get the Portal ID use this curl curl --request GET \ --url https://api.hubapi.com/account-info/v3/details \ --header 'a...続きを読む
解決済み
lifeontime 3月 14日, 2024
Hi. I am using the hubspot/api-client composer package in my Laravel project. When attempting to obtain a list of clients that have a "Lead Status" of either "Customer" or "In Trial", the code below produces the error: [400] Client error: `POST htt 続きを読む
0 いいね!
5 コメント
Accepted Solution
参加者
3月 19日, 2024 04:52
Well, I've had an absolute shocker here... I'm sorry to have wasted your time (though it does seem you may have found a side-issue whilst investigati...続きを読む
WinstonN 3月 14日, 2024
Hello, I have a website, which I am now trying to overhaul by creating my own cookie consent banner. How exactly can I simulate hubspot banner clicks or to set hubspot cookie consents for marketing/analytics/essentials programmatically? The given 続きを読む
0 いいね!
3 コメント
トップ投稿者 | Platinum Partner
3月 20日, 2024 15:39
Hi @WinstonN Just in case you have not see this, HubSpot has some documentation for Cookie consent banner API . While it may not answ...続きを読む
解決済み
AYanguas 3月 14日, 2024
Hello, I'm currently working with the HubSpot CRM Associations API to establish connections between contacts and companies. My goal is to retrieve all associations a contact has with various companies, not just the primary contact association. Her 続きを読む
1 いいね!
3 コメント
Accepted Solution
参加者
3月 14日, 2024 12:07
I finally found the solution using the api v4. I leave the code I used to get the data. from hubspot . crm . associations . v4 impor...続きを読む
NGadetskaya 3月 14日, 2024
Hi, We need to store users who submitted a request from a meeting form. We want to get them using the API. We are trying to use these methods: https://developers.hubspot.com/docs/api/crm/meetings https://developers.hubspot.com/docs/api/c 続きを読む
1 いいね!
4 コメント
メンバー
3月 14日, 2024 11:12
We already have an additional field for the meeting form (you can see on the screensot which we posted earlier). The question is how to get this valu...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.