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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
extjac 4月 19日, 2024
Hi. I am working with PHP and HubSpot API. I would like to push updates from a mysql DB to hubspot. I am able to do so with contacts and products. However, i created a custom object and when i try to run an create or update i get the error: "con 続きを読む
0 いいね!
1 コメント
トップ投稿者
4月 19日, 2024 21:47
Hi @extjac 👋 Very strange, indeed. Are you using HubSpot's PHP API client library ? If you haven't already, I'd also recommend triple-che...続きを読む
jcortez89 4月 18日, 2024
I'm developing a private app for my employer. We will have sales reps accessing the app, which will be creating deals on their behalf. I need a way to identify the rep that is creating the deal. I assumed oauth would be the way to do this, but it se 続きを読む
0 いいね!
1 コメント
トップ投稿者
4月 18日, 2024 19:48
Hi @jcortez89 👋 Just to clarify, when you mention "private app", are you referring to a 3rd party application (i.e. an application that ex...続きを読む
VSolanki0 4月 05日, 2024
Hello, I'm php developer and I have an query regarding to create PHP library for an hubspot. That work same as per the wordpress leadin plugin. So is that possible with API of Hubspot? If it is possible then how to kick start on that. Please gu 続きを読む
0 いいね!
2 コメント
メンバー
4月 16日, 2024 09:41
Hello Yes Acually we are developing extension similer to the Wordpress Leadin Plugin - For TYPO3. We have clone the Build Javascript and Typescri...続きを読む
解決済み
rmaghari 4月 03日, 2024
Hi good day, I would like to develop an app wherein I can use the CALLING and MESSAGING service of hubspot. Right now the Calling SDK is only for Javascript is there a way that I can integrate it to PHP (Laravel)? Here's my process flow 続きを読む
0 いいね!
1 コメント
Accepted Solution
コミュニティーマネージャー
4月 04日, 2024 01:21
Hey, @rmaghari 👋 You are not missing an option. There is not a PHP-based equivalent. GitHub Repo SDK documentation Best, Jayc...続きを読む
LMancino 3月 27日, 2024
Hi, I'm having trouble creating a list via API with sales-based filters inside. Are there any APIs for this? I wasn't good enough in the documentation to find something like this. I would like something like this: https://postimg.cc/Z9GvPVkh
0 いいね!
1 コメント
コミュニティーマネージャー
3月 29日, 2024 16:47
Hey, @LMancino 👋 To clarify, what type of list are you trying to create via our List endpoints? Is it a Contact-based list that has properti...続きを読む
解決済み
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...続きを読む
OneCards 3月 12日, 2024
I am trying to use the refresh token to get a new access token with the following PHP: $data = [ 'grant_type' => 'refresh_token', 'client_id' => 'afxxxxxxxe0', 'client_secret' => '58xxxxxxxbf', 'refresh_token' => '8dxxxxxx44', ]; 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
3月 13日, 2024 15:38
Hi, @OneCards 👋 Welcome to our community! I hope you've resolved this issue. If not, have you tried to change the format of the $data array to...続きを読む
DWI 2月 22日, 2024
Hello everyone, I am currently trying to integrate a PHP-API-Request (look screenshot) on a Wordpress site. My goal is to send the name and email to the HubSpot-Contact-Page, by taking the inputs from the user within a form. But because Wordpress 続きを読む
0 いいね!
2 コメント
トップ投稿者 | Solutions Partner
2月 23日, 2024 01:22
Hi @DWI . One idea from my side: use the wordpress plugin from hubspot. It's pure magic when it comes to forms ;-). You can use forms created in hub...続きを読む
解決済み
JNichel 2月 08日, 2024
Hi, As the title says, I'm trying to search for a deal using a custom property with the V3 API, but I can't get anything returned. Not even a success or error message. The custom property is called "Order Number" and has an internal name of 続きを読む
0 いいね!
5 コメント
Accepted Solution
トップ投稿者
2月 08日, 2024 16:56
Hi @JNichel 👋 Could it be your endpoint? Instead of: $sea_url = "/crm/v3/objects/deals/search"; Try: $sea_ur...続きを読む
解決済み
AntreasPapadopo 2月 02日, 2024
Is there an API endpoint that does just this? Say you provide it with a full/normal link (google.com) and it returns the shortened version ( hubs.ly/abc123). Or should I be looking into bitly API? Below is what I am referring to. https://knowledg 続きを読む
0 いいね!
1 コメント
Accepted Solution
コミュニティーマネージャー
2月 02日, 2024 16:28
Hi, @AntreasPapadopo 👋 Welcome to our community! You are not missing an option. While we can access this in-app from the Social Media t...続きを読む
ONDAFC 1月 31日, 2024
Hi there, We would like to have some help with an issue we are facing. Since some days we experience issues with our hubspot livechat service on our home page. The icon/livechat doesnt show up on the homepage anymore while it does on other pages 続きを読む
0 いいね!
2 コメント
参加者
2月 01日, 2024 04:18
Hi there, Thanks for your response. our website is www.ondafc.es .
TCOLINS 1月 18日, 2024
I try to create a new contact and to associat this contact with an existing company ID. Here is my code : $contactInput = new \HubSpot\Client\Crm\Contacts\Model\SimplePublicObjectWithAssociations(); $contactInput->setProperties([ 'salutation 続きを読む
1 いいね!
4 コメント
メンバー
1月 23日, 2024 03:11
I read your linked page and I check my code but I don't find where is the problem... Have you got any idea ? Thanks Tanguy
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.