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
  • No Replies Yet
Solved
SMukherjee9 on November 29, 2023
Hello All, I am trying to create an API integration with Hubspot using Python via a Private App. Was able to successfully Hit the API and get back contacts data but output shows only few fields. Here is my code so far: from hubspot import H read more
0 upvote
3 Replies
Accepted Solution
Participant | Partner
November 29, 2023 18:34
You can specify the properties returned in the response by adding them to the request. You can add an array "properties=[]" and specify which...read more
Winnie1 on November 29, 2023
Hi, I have a HubSpot form that has some hidden fields to which I want to pass JS values. hbspt.forms.create({ portalId: "{{portalId}}", formId: "{{formId}}", onFormReady: function($form) { $('input[name="firstname"]').val("Bri read more
0 upvote
1 Reply
Participant | Partner
November 29, 2023 18:43
Try this instead: onFormReady: function($form) { $form.find('input[name="firstname"]').val("Brian").change(); }
Robarrer on November 29, 2023
Hello everyone. I need to detect the "source" of a user navigating our website, and send it as a "query-param" in some of the CTAs we have. HubSpot does this automatically when a user fills out a HubSpot form, as it stores the source informatio read more
0 upvote
1 Reply
Participant | Partner
November 29, 2023 18:28
You can get the URL Params within a custom module or JS file using the URLSearchParams For example: const urlParams = new URLSearchPar...read more
RReiffer on November 29, 2023
Whenever I search on this page: https://developers.hubspot.com/docs/api/overview And I pick and click on something in the drop down it always sends me to this page https://developers.hubspot.com/#endpoint?spec=GET-/crm/v3/objects/line_items read more
0 upvote
1 Reply
Community Manager
November 29, 2023 16:02
Hey, @RReiffer 👋 That is weird. I'll track down the person or team that owns the search for the docs pages. Is this the page you'd expect...read more
TB86 on November 29, 2023
Hi I'm trying to retrieve deal information via the following Python code: import hubspot import requests import json from pprint import pprint from hubspot . crm . deals import PublicObjectSearchRequest , A read more
0 upvote
0 Reply
JBlake80 on November 29, 2023
I am looking for a way to categorise my Hubspot forms. I have successfully set up tracking in GTM and while I can use URL or Form ID to include/exclude forms, I'm looking for something a little lower maintenance. I noticed that the form ID is read more
0 upvote
2 Replies
Participant
November 29, 2023 11:55
I have tested it out and although the form works I can't actually see any of the additional data that I have tried to put in. do you know how to assi...read more
Samanthaj738 on November 29, 2023
Hi I'm hoping that someone might help me please - I have a VBA written and working perfectly in Excel BUT if I run it I get the error - do you want to send without tracking - I have tried both CC and BCC = " " but that doesn't work I would prefer no read more
0 upvote
0 Reply
Common on November 29, 2023
Hi All, I am just starting out with HubSpot and am after some help with gathering data using Python. I am currently using the below code to gather custom objects which I will eventually expand. The below code works for gathering information when read more
0 upvote
2 Replies
Participant
November 29, 2023 23:07
Thank You!
sAnsic on November 28, 2023
Only such profile information is of interest: FirstName LastName Email
0 upvote
2 Replies
Member
November 29, 2023 15:47
Thanks @Jaycee_Lewis . But this endpoint cannot identify the user who provided the access token
kelvinb on November 28, 2023
Background: we use Amplitude to record web activity anonymously. As soon as a user fills out our form to express interest in our services, we use the onFormSubmit to find the email address and call the identify API to attach to the user's anonymous read more
Community Manager
November 29, 2023 12:17
Hi, @kelvinb 👋 I think you're correct in thinking it could be one or more issues causing this to occur. Please let me know if you've alre...read more
AJacob2 on November 28, 2023
Basic question here: If I create a new company using the API which contains the same domain as a company that already exists, what is the expected behaviour? Use case is that we may want it to occur due to companies with shared domains being com read more
0 upvote
1 Reply
Key Advisor | Diamond Partner
November 29, 2023 06:17
Hey @AJacob2 , In this case it would create the company record as long as you're using a create function vs update. HubSpot dedupes on Compa...read more
K_Coding on November 28, 2023
Hello, I am trying to make an API requst to get our contact lists. I am using the /crm/v3/lists/search endpoint referenced in the URL below but I get a "500 Internal Server Error" response. https://developers.hubspot.com/docs/api/crm/lists read more
0 upvote
1 Reply
Community Manager
November 29, 2023 11:58
Hi, @K_Coding 👋 Did you get this resolved? I was able to amke the same request using the on-page example and in Postman. Here's the request I se...read more
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.