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
Mobydick on April 17, 2024
Our goal is to create a nightly task in our python back end, in order to create/update contacts in Hubspot. I have created a private app and got the api key, and successfully tested the get list contacts api through postman. Next step, is to crea read more
Member
April 18, 2024 02:36
Hey @SAMsan , I was also advised to create an App Developer Account and then create a new test account - then create a private app in that portal....read more
raninir on April 16, 2024
Hello, I'm trying to use the example code from POST /settings/v3/users/ locally but I get the error "TypeError: UserProvisionRequest.__init__() got an unexpected keyword argument 'first_name'". https://developers.hubspot.com/docs/api/settings/ read more
0 upvote
2 Replies
Member
April 17, 2024 09:37
Hello @Mike_Eastwood , researching within the Hubspot libraries for python, the parameters for first_name or firstName and lastName and last_name a...read more
Solved
austin_moore on April 11, 2024
Does anyone know the correct formating for posting to a company or contacts property that is a 'Multuple Checkbox'? I can get items to post by entering.. "Item" but not via a list such as.. ["Item", "Item Two"] As I recieve thi read more
0 upvote
2 Replies
Accepted Solution
Top Contributor | Partner
April 11, 2024 20:08
@austin_moore - have you tried a semicolon seperator between items? That's at least one way I have seen the property values represented internally....read more
vrahar on April 03, 2024
Hi All, I'm currently working on a report utilizing Python. For this, I've been leveraging API calls through a private app . I've successfully retrieved information regarding the "contact" object, encompassing all associated fields('archiv read more
Community Manager
April 15, 2024 15:43
Hey, @vrahar 👋 Can you share a simple request example? Thanks! — Jaycee
aaron_payne on April 02, 2024
Hi there, I am trying to pull all call records from HubSpot from the previous day. I am trying two different end points but am unsure of what the best method is to pull these call records. Endpoints - https://api.hubapi.com/crm/v3/objects/ read more
0 upvote
2 Replies
Member
April 03, 2024 13:44
Hi Jaycee, thank you for that information! Would it be possible to show an example code Python code block with the filters included the json query? ...read more
Solved
FedericoG on April 01, 2024
Hey everyone! I am far from being an API or Python expert, but I managed to write a code that gets certain properties from a Custom Object, puts them in a Pandas Dataframe, applies some calculations, and then exports the result to Excel (the ide read more
0 upvote
2 Replies
Accepted Solution
Top Contributor | Partner
April 01, 2024 12:13
@FedericoG - If I understand your issue correctly, as a part of the returned data in your first call you should get an 'after' property that indica...read more
Solved
RRompich on April 01, 2024
I've been trying to pull emails, tasks, and notes for each of my tickets through the HubSpot API. Basically, I wanted to obtain the association IDs and then call the Engagements API to retrieve that data. I was following this process: https://comm read more
0 upvote
2 Replies
Accepted Solution
Top Contributor | Partner
April 01, 2024 15:05
@RRompich - honestly, I don't think you are making the API call you think you are here. Its a bit obscured by the hubspot client code library conve...read more
RRompich on March 31, 2024
Okay, I've been trying to pull emails, tasks, and notes for each of my tickets through the HubSpot API. Basically, I wanted to obtain the association IDs and then call the Engagements API to retrieve that data. I was following this process : https read more
0 upvote
0 Reply
cameroncollecti on March 29, 2024
Hey everyone, I'm seeing some weird intermittent behavior with the Get All Contacts endpoint. It returns a 200, but no contacts. I have this as a function in my app which hasn't changed in months. Addtionally this user has over 20k contacts. An read more
0 upvote
1 Reply
Contributor
April 02, 2024 00:58
I had the customer re-link via my app's oAuth, and I can now pull their contacts. However, the API should have given me a 401!??!
APopp3 on March 29, 2024
I am trying to perform a simple batch update using the recommened python package hubspot-api-client. My expectation is that I could create a list of dictionaries with the id and properties and use them as below: from hubspot . crm . read more
0 upvote
2 Replies
Member
April 01, 2024 15:25
Hi Jaycee, Thanks - no such luck trying to get this to work using the recommended python library. I think it might be more straightforward to ju...read more
Solved
MLamotte8 on March 26, 2024
I have been trying to use API v4 with associations to get an export of all companies with their owner_id. I wasn't able to do this, so another member provided me with the following curl: crm/v3/objects/companies?limit=10&properties=hubs read more
0 upvote
3 Replies
Accepted Solution
Community Manager
March 26, 2024 11:51
Hey, @MLamotte8 👋 In this case, there is not a method or way to force the API to return all in a single call. Using the offset and pagination ...read more
Solved
austin_moore on March 25, 2024
Hello! I'm working on pythonically adding contacts to our Hubspot CRM. Currently I have tried two methods, both which result in a similar attribute error. For each, I have taken code straight from the CRM API Contact Documentation. I have o read more
0 upvote
3 Replies
Accepted Solution
Member
March 26, 2024 12:20
It looks like this has been replaced by a more simple 'create' as seen below. I have verified that this works as expexted. Thank you! client.c...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.