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'm having problems figuring out why the number of open emails on the HubSpot dashboard differs from the information I'm receiving through the HubSpot API. Let's say I have 1000 open emails on my HubSpot dashboard and am receiving 1700 via the API. read more