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
Résolues
ARobson8 le Avril 09, 2025
Hello, I'm facing a status 429 issue when checking the status of tickets associated with a contact via the API. I need to return only the open ticket associated with a phone number, if any. I couldn't find a way in the HubSpot API to return only th Lire la suite
0 Mention J'aime
3 Réponses
Solution Acceptée
Contributeur
Avril 11, 2025 10:57
Have you considered using Graphql? This seems like a great use-case for it since you can make your entire request with just 1 query. query test ...Lire la suite
Résolues
VaanLeung le Mars 19, 2025
Hi Mate,I'm a rookie who just started using Hubspot. I'm trying to mate a funtion to automation from tickets to remove Contact & Companies,but now my code still have some Invoke Error ,May I ask your help? const axios = require('axios'); // Lire la suite
1 Mention J'aime
2 Réponses
Solution Acceptée
Contributeur de premier rang
Mars 31, 2025 06:43
Hi, It works if you try this? exports.main = exports.handler; Best
Résolues
ztesting le Octobre 28, 2024
I am unable to find out weather a live agent is online or offline and also i want to find out the working hours set for each live agent. how do i achieve this using api endpoint ?
0 Mention J'aime
2 Réponses
Solution Acceptée
Octobre 29, 2024 19:03
Hi @ztesting 👋 You can retrieve this information via HubSpot's Users API . For example: GET https://api.hubapi.com/crm/v3/objec...Lire la suite
Résolues
stephen-msc le Avril 05, 2024
Which developer APIs will get me the Ticket and its associated emails with content exported? Even this can be achieved with a combination of API calls that is alright. I just need to know the logical steps for calling the APIs and getting an export Lire la suite
0 Mention J'aime
4 Réponses
Solution Acceptée
Avril 17, 2024 18:25
Hi @stephen-msc 👋 I see, thanks for clarifying what you're trying to achieve. When using HubSpot's GET {Object Type} API endpoints, ...Lire la suite
ecancil le Mars 18, 2024
We have a ticket that we use the API to add tasks to between 20-50 times a day. Over the last few days not all tasks have been displaying. As I scroll sometimes they load at the top (where they should have been to begin with), other times they Lire la suite
0 Mention J'aime
4 Réponses
Membre
Mai 10, 2024 09:40
Yes, that's basically the issue.
Résolues
EBloom le Mars 05, 2024
Hi there, I'm wondering if anyone has successfully done this? I am looking to pass unique marketing IDs from our CRM to a client's pixel in GTM, but first need this pushed to our GTM data layer. I've been having a hard time finding what the macro i Lire la suite
0 Mention J'aime
2 Réponses
Solution Acceptée
Guide | Partenaire solutions Diamond
Mars 07, 2024 08:12
Hi @EBloom , When you refer to contact ID, are you referring to the object ID in the CRM? I don't believe that id is generated until the form is sub...Lire la suite
Résolues
phuoctruong le Février 23, 2024
I am developing a workflow using Dataops - customcode to add something from Hubspot ticket to Azure DevOps work item as a comment. Here is my script: from azure.devops.connection import Connection from msrest.authentication import BasicAuth Lire la suite
0 Mention J'aime
3 Réponses
Solution Acceptée
Membre
Février 28, 2024 23:09
I fixed the above issue using python3.10 instead of 3.8
Résolues
karkaletsis le Août 28, 2023
I am using API to create a ticket by posting the following JSON to https://api.hubapi.com/crm/v3/objects/tickets { "properties" : { "hs_pipeline" : "0" , "hs_pipeline_stage" : "1" , "hs_ticket_priority" : "HIGH" , Lire la suite
0 Mention J'aime
2 Réponses
Solution Acceptée
Guide
Août 28, 2023 11:51
HI @karkaletsis , You need to include an association array in your request. This contains the ID of the CRM object that you'd like to associat...Lire la suite
Phwilson17 le Mai 26, 2023
I'm trying to use the retrieve ticket get request with /crm/v3/objects/tickets but noticed that it only returns a small amount of tickets at once and from oldest to newest. It does provide a link to get the next batch but I'd rather not have to make Lire la suite
1 Mention J'aime
2 Réponses
Expert reconnu | Partenaire solutions Gold
Juin 06, 2023 02:40
Hi @Phwilson17 Sure, there are a few ways to get all tickets in a single call or to get the list to return from newest to oldest. **Get all ti...Lire la suite
Astroraf le Janvier 31, 2023
I am using Python to extract the data from HubSpot with the Private App API calls. I am using the Ticket and Contacts to load into dataframes within my python environment. Tickets give me these key attributes: archived archived_at as Lire la suite
0 Mention J'aime
6 Réponses
Membre
Février 07, 2023 12:29
get_object_id = api_client .crm.tickets.associations_api.get_all( ticket_id = 1407233837 , to_object_type = 'contacts' ) get_objec...Lire la suite
Résolues
TChu7 le Décembre 14, 2022
Hi team, I have trouble when trying to obtain an access token following this instruction: https://developers.hubspot.com/docs/api/oauth-quickstart-guide Before, my app had only 3 scopes crm.objects.contacts.readcrm.objects.companies.readcrm.obje Lire la suite
0 Mention J'aime
3 Réponses
Solution Acceptée
Gestionnaire de communauté
Décembre 14, 2022 15:21
Hi, @TChu7 👋 Thanks for reaching out. Non-specific errors and warnings like this can be frustrating. I have a few questions to help get us start...Lire la suite
Résolues
cwinhall le Janvier 26, 2021
Hello HubSpotters! I am trying to retrieve the current count of tickets sitting in a specific swimlane wihtin a pipeline via the API but not having much luck finding where or how to do this. If anyone could point me in the right direction fo Lire la suite
0 Mention J'aime
2 Réponses
Solution Acceptée
Équipe de développement de HubSpot
Janvier 27, 2021 20:11
Hey @cwinhall I would look into the filter, search, search endpoint for tickets. There, you should be able to filter by the hs_pipeline_sta...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.