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
GLopez13 le Janvier 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 Lire la suite
0 Mention J'aime
1 Réponse
Janvier 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...Lire la suite
matthelm le Janvier 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 Lire la suite
0 Mention J'aime
1 Réponse
Conseiller clé | Partenaire solutions
Janvier 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...Lire la suite
achaudhary22 le Janvier 14, 2025
When i build new app and go to Auth, I do not see AppID, ClientID, Client Secret
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Janvier 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...Lire la suite
Résolues
JMartínez5 le Janvier 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 Lire la suite
0 Mention J'aime
3 Réponses
Solution Acceptée
Membre
Janvier 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...Lire la suite
Rintegration le Janvier 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 Lire la suite
0 Mention J'aime
1 Réponse
Conseiller clé | Partenaire solutions Platinum
Janvier 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...Lire la suite
Velocity9 le Janvier 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 Lire la suite
0 Mention J'aime
1 Réponse
Conseiller clé | Partenaire solutions
Janvier 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...Lire la suite
ClicData le Janvier 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) Lire la suite
0 Mention J'aime
2 Réponses
Gestionnaire de communauté
Janvier 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...Lire la suite
EmilianoVidela le Janvier 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 Lire la suite
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Janvier 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...Lire la suite
EM9 le Janvier 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 Lire la suite
0 Mention J'aime
2 Réponses
EM9
Participant
Janvier 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...Lire la suite
cyberwombat le Janvier 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 Lire la suite
0 Mention J'aime
2 Réponses
Membre
Janvier 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...Lire la suite
JoshMamroud le Janvier 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 Lire la suite
0 Mention J'aime
2 Réponses
Au panthéon de la communauté
Janvier 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...Lire la suite
Résolues
JonoCali le Janvier 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 Lire la suite
0 Mention J'aime
1 Réponse
Solution Acceptée
Membre
Janvier 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...Lire la suite
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.