APIs & Integrations

Filter by
  • All labels
  • 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
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
Solved
EBloom on March 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 read more
0 upvote
2 Replies
Accepted Solution
Guide | Diamond Partner
March 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...read more
Solved
phuoctruong on February 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 read more
0 upvote
3 Replies
Accepted Solution
Member
February 28, 2024 23:09
I fixed the above issue using python3.10 instead of 3.8
karkaletsis on August 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" , read more
0 upvote
2 Replies
Rkc
Member
October 08, 2023 00:43
Thank you. i Got exactly what i want KaBoom
Phwilson17 on May 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 read more
1 upvote
2 Replies
Key Advisor | Platinum Partner
June 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...read more
Astroraf on January 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 read more
0 upvote
6 Replies
Member
February 07, 2023 12:29
get_object_id = api_client .crm.tickets.associations_api.get_all( ticket_id = 1407233837 , to_object_type = 'contacts' ) get_objec...read more
Solved
TChu7 on December 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 read more
0 upvote
3 Replies
Accepted Solution
Community Manager
December 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...read more
Tharun on June 20, 2022
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
0 upvote
2 Replies
Participant
November 23, 2022 07:33
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
Ran-ST on February 03, 2022
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
Community Manager
February 04, 2022 04:40
Hi @Ran-ST Thank you for reaching out. I want to tag some of our experts on this - @himanshurauthan @miljkovicmisa @zaklein do y...read more
SHussain99 on February 03, 2022
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
0 upvote
3 Replies
Participant
February 08, 2022 04:34
@dennisedson yup, getting a success message on the monitoring tab. please find below attachment
BB33 on September 01, 2021
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
0 upvote
2 Replies
Thought Leader | Elite Partner
September 03, 2021 09:38
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
ilmalana on August 31, 2021
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
0 upvote
11 Replies
Member
September 07, 2021 04:21
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
BB33 on August 30, 2021
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
0 upvote
1 Reply
Member
August 30, 2021 04:18
i also saw the SDK's github, its just wrapper on api. ( i mean sdk does not have any solution or trick to call less api ?) isn't it ?
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.