Looking at the Properties part of HubSpot gives you all the properties your company uses. If you click or search for a property you need to intake in...read more
I am trying to get all the properties given by the tickets created by my company. Specifically, I am trying to get the status of the ticket, and the specific codes we used to identify agents in our company. My code goes as follows: Tick read more
The link you provided, unfortunately, didn't work, but when I tried to match the Hubspot object ID in tickets to the HubSpot in Contacts, nothing mat...read more
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
I am trying to get all the properties given by the tickets created by my company. Specifically, I am trying to get the status of the ticket, and the specific codes we used to identify agents in our company. My code goes as follows: Tick read more
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
I am trying to figure out how to get the Contacts from Hubspot into a pandas Dataframe using the Private Apps key. I can access the contacts but it keeps telling me the object is not subscriptable . This is my coe thus far. ``` access_to read more