APIs & Integrations

Filtrer par
  • Tous les libellés
  • 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
Trier par 
Plus récents
  • Plus récents
  • Plus de mentions Jaime
Statut
Tout
  • Tout
  • Résolues
  • Non résolue(s)
  • Sans réponses
extjac le Avril 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 Lire la suite
0 Mention J'aime
1 Réponse
Contributeur de premier rang
Avril 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...Lire la suite
jcortez89 le Avril 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 Lire la suite
0 Mention J'aime
1 Réponse
Contributeur de premier rang
Avril 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...Lire la suite
VSolanki0 le Avril 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 Lire la suite
0 Mention J'aime
2 Réponses
Membre
Avril 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...Lire la suite
Résolues
rmaghari le Avril 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 Lire la suite
0 Mention J'aime
1 Réponse
Accepted Solution
Gestionnaire de communauté
Avril 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...Lire la suite
LMancino le Mars 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 Mention J'aime
1 Réponse
Gestionnaire de communauté
Mars 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...Lire la suite
Résolues
lifeontime le Mars 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 Lire la suite
0 Mention J'aime
5 Réponses
Accepted Solution
Participant
Mars 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...Lire la suite
OneCards le Mars 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', ]; Lire la suite
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Mars 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...Lire la suite
DWI le Février 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 Lire la suite
0 Mention J'aime
2 Réponses
Contributeur de premier rang | Partenaire solutions
Février 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...Lire la suite
Résolues
JNichel le Février 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 Lire la suite
0 Mention J'aime
5 Réponses
Accepted Solution
Contributeur de premier rang
Février 08, 2024 16:56
Hi @JNichel 👋 Could it be your endpoint? Instead of: $sea_url = "/crm/v3/objects/deals/search"; Try: $sea_ur...Lire la suite
Résolues
AntreasPapadopo le Février 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 Lire la suite
Accepted Solution
Gestionnaire de communauté
Février 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...Lire la suite
ONDAFC le Janvier 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 Lire la suite
0 Mention J'aime
2 Réponses
Participant
Février 01, 2024 04:18
Hi there, Thanks for your response. our website is www.ondafc.es .
TCOLINS le Janvier 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 Lire la suite
1 Mention J'aime
4 Réponses
Membre
Janvier 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
annuler
Affichage des résultats de 
Rechercher plutôt 
Vouliez-vous dire : 

Vous cherchez à entamer une conversation ou à poser une question ?

Créez un post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.