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 read more
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 read more
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...read more
Hi, Can someone help me by showing sample request/response or real-world postman requests on how to associate a deal or contact a ticket using association API? I went through the official API documentation, but it is lacking information and als read more
Hi Jaycee!! I searched for this a lot, thank you. Nevertheless, I still need a little bit more to achieve the goal. - When I associate the contact t...read more
Can I use the API to retrieve all the contact's communication history? We have an external website and use HubSpot. We wish to display the user history of his communications with us, including: Chat Is there any API to receive history read more
I want a custom form to receive and send messages with respect to ticket/contact, after creating a custom form i don't see a form POST URL : https://api.hubapi.com/forms/v2/forms Body: { "name" : "Test form 2" , read more
i am using hubspot ticket with api. i am sending NOTE from hubspot pannel, ( as admin response) but admin's response , ordered before client's question ! (i created ticket and add engagement from api , but admin responded from hubspot pannel, so read more
Hello @BB33 ,
Activities (notes and all engagements) lists based on the DateTime , if you want to re-order them, you have to manage the time....read more
Hi, I have a problem with the service API tickets filtering data with several parameters like the following : 1. pipeline stage 2. created date 3. ticket owner please help, thanks
btw, can you help me for another question? i stuck in this case, link below thanks https://community.hubspot.com/t5/APIs-Integrations/API-Get-ticke...read more
Hi, i want to integrate with hubspot-ticketing system. my client want to create ticket and send reply with attachments. admins have to response to ticket with hubspot-panel. as i understand, for create ticket and then , add reply for ticketk : i read more
I'm using the tickets endpoints in the CRM API as part of an ETL process that results in the loading of tickets into our data warehouse. I'm using the a fairly standard framework that loads new tickets and updates existsing tickets. I also pull the read more
I'm upvoting this because HubSpot support told us some of our ticket workflows aren't working because the tickets they're running on are merged. I kn...read more
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 read more
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...read more
Hi, We are considering the use of Service Hub to replace our current ticketing solution. However, to do so we would need to be able to manage ticket from a mobile interface. Based on the ticket api it is unclear to us: if we can reply to a ticket read more
Hey @cto-skipr ,
While it is not possible to reply back to a ticket via the ticket API. You can create email engagement with attachments and a...read more
Hi there, I'm a newbie coder (I'm in business, not engineering), have a very important task to deliver asap and have no clue on how to do it. THE TASK: I need to code an AWS Lambda function to pull tickets data to Fivetran. HELP: I don't read more
Hey @diegofischer ,
When looking to get tickets updates, you can use the Get a log of changes for tickets . However, do note that the changes...read more