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
Sasi_Rekha le Février 17, 2025
Hi Team, As we are sunsetting the Contact V1 List API, I wanted to check if it's possible to retrieve all association properties using the V3 API. Specifically, can we fetch company association properties(properties of company not just id) usin Lire la suite
0 Mention J'aime
0 Réponse
Résolues
ArnaudStephan le Février 17, 2025
Hello, I am using the deals API to get the cumulative time spent by my deals in each stage of our pipeline. However, the time is different between what the API returns and what I see in Hubspot. For instance, using the API I see that this specific Lire la suite
0 Mention J'aime
3 Réponses
Solution Acceptée
Contributeur de premier rang | Partenaire solutions Elite
Février 17, 2025 12:25
The API returns the time in milliseconds. 429882213 is 4.975 Days. Next steps for troubleshooting should be: compare what the API is...Lire la suite
idanc le Février 17, 2025
Hi, We're custom integrating hubspot with a niche omnichannel platform. Their practice is to limit access to their APIs with geo blocking. They've asked us to provide them with either a range of IP addresses for the hubspot API calls (which I to Lire la suite
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Février 17, 2025 11:44
Hi @idanc , I hope that you are well! Thanks for asking the HubSpot Community! I'd love to put you in touch with some of our Top Experts and Com...Lire la suite
Shridhakanagond le Février 16, 2025
Hi HubSpot Team, I hope you're doing well. I am reaching out because we are experiencing an issue with a custom workflow action that was previously functioning correctly, but has suddenly stopped working. Specifically, the dependencies betwee Lire la suite
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Février 17, 2025 11:25
Hi @Shridhakanagond , I hope that you are doing well! Thanks for asking the HubSpot Community! I'd like to share these resources that might help...Lire la suite
L3g3ndr3 le Février 16, 2025
Hello everyone, Thank you in advance for your help on this topic. I have been stuck for several days on creating a new import via the API: /crm/v3/imports/ It works perfectly in POSTMAN (with a local file), but I cannot get it to work from Make Lire la suite
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Février 17, 2025 11:09
Hi @L3g3ndr3 and welcome, we are so glad to see you here! 🎉 Thanks for asking the HubSpot Community! First, for information, I'd like to sha...Lire la suite
nickiearchua le Février 15, 2025
Why is the payload from HubSpot not containing values of already filled out fields? This is the body from HS payload { "origin" : { "portalId" : 31231231 , "actionDefinitionId" : 233511 , "actionDefinitionVersion" : 1 , Lire la suite
0 Mention J'aime
2 Réponses
Membre
Février 15, 2025 13:03
These are the things I've done so far but none is working: Create new Custom Workflow Action - Still Not Working Create new App and new Worklow ...Lire la suite
Drew_Kulas le Février 14, 2025
Hi HubSpot team, Is there a way to create a trigger inside a workflow whenever a contact is created(i.e added to HubSpot). The reason is I want to have a custom coded workflow that whenever a contact is added, will check and mark a contact as a Lire la suite
0 Mention J'aime
1 Réponse
Contributeur | Partenaire solutions Platinum
Février 14, 2025 16:21
That would absolutly work! Nice work!
TMHW le Février 14, 2025
I'm trying to map invoice properties from NetSuite into invoice properties in HubSpot. I'd like the "Sales Rep" NetSuite property to map to my custom property inside HubSpot titled "Sales Rep" but whenever I tried the HubSpot mapping property is gra Lire la suite
0 Mention J'aime
1 Réponse
Contributeur | Partenaire solutions Platinum
Février 14, 2025 16:23
For them to be mapped (if possible) they would need to have the same sort of naming convention and all of the same options between the two systems. ...Lire la suite
RHussein le Février 14, 2025
I have a workflow where I take an HS date field (deal created date) and set it to a new date variable using custom code. Only passing the date variable through the custom code results in setting 'Invalid date'.The actual use case is more complex tha Lire la suite
0 Mention J'aime
1 Réponse
Contributeur | Partenaire solutions Platinum
Février 14, 2025 16:31
For formatting dates: YYYY-MM-DDT00:00:00.000Z This is ISO 8601 formatting, if the property is only a DATE property, the time needs to be set to midn...Lire la suite
SLotti le Février 14, 2025
Hi, I see in the docs it show status="PENDING" as a possible response, so far I've only seen "COMPLETE". I don't know how to handle the pending result, is there a batch key and a way to query the batch? For my processing I need to get the cont Lire la suite
0 Mention J'aime
1 Réponse
Contributeur | Partenaire solutions Platinum
Février 14, 2025 16:54
I've never seen pending, doesn't mean it doesn't get returned though. I see the examples showing it in there. So if I were trying to figure this out...Lire la suite
sean-laxis le Février 14, 2025
According to the documentation of ` /crm/v3/lists/{listId}/memberships/join-order`, the recordIds are sorted in ascending order if an after offset or no offset is provided. However, the response is now in descending order. Last week t Lire la suite
0 Mention J'aime
2 Réponses
Membre
Février 16, 2025 19:37
Hi @Jaycee_Lewis , thank you for confirming this, we look forward to your update.
jackey-jackey le Février 14, 2025
I get an error when I use the Create a channel account api, and the message is: {"status":"error","message":"internal error","correlationId":"70bb72d8-7fcd-474d-8a28-22dd5cb6af87"} url = f" https://api.hubapi.com/conversations/v3/custom-channels/{c Lire la suite
0 Mention J'aime
2 Réponses
Membre
Février 16, 2025 20:20
Because I'm worried about data leakage, I have encrypted the channel_id and InboxId. If you need the exact IDs, can we contact each other via email? ...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.