APIs & Integrations

Not applicable

How To Get Contact's Timeline Events via API?

Hi,

How can I get information from HubSpot API on contact’s timeline events (event types, dates, event text, etc) ?
Basicly what we see in timeline section :
Here is the screenshot: http://take.ms/upey3

Thanks,
Mike

12 Replies 12
Not applicable

How To Get Contact's Timeline Events via API?

Apologies for reviving this thread! I've been on a tear looking for an endpoint that finds web activity for a single contact. Has this been made yet?

This thread from January says it's not supported yet, but I just wanted to doublecheck.

Aaron

0 Upvotes
dataops
Participant

How To Get Contact's Timeline Events via API?

I just had a friend ask at the Hubspot conference today, coincidentally. Unfortunately, no news that this is even on their radar. It is one of the crown jewels of data, and either they don't want to have customers having access to it or they don't realize how valuable it is. Arguably, they are bound by law to provide this info because of GDPR data request compliance requirements... but legally they can email us a file and not surface it via API. Would be super valuable to have this capability. We need more people to ask for it (and people with connections!).

Derek_Gervais
HubSpot Alumni
HubSpot Alumni

How To Get Contact's Timeline Events via API?

Hi @nflaherty,

No worries; things have been busy on our end so I hardly noticed! I appreciate the feedback, and I can completely understand the use case(s) you're describing. For what it's worth, I'd be happy to pass this feedback along internally. Additionally, be sure to check out the new Analytics API; it's not exactly what you're describing, but it's a powerful new tool that allows integrators to pull a lot of info from HubSpot. I have no doubt you'll find some aspect of it useful!

0 Upvotes
nflaherty
Participant

How To Get Contact's Timeline Events via API?

Hi @Derek_Gervais, just stumbled upon your reply – thank you for the thoughtful response and apologies for the delay!

What you say makes total sense. For us, an awesome start would be exposing APIs that allow us to pull form submission data and page view data. This data would give us insight into buyer intent and interest (based on where they are going and what they are downloading). This is gold for machine learning.

The timeline events seemed like a broader, more generic approach to this, as you can already filter on event types, but the former would be an incredible start for us. I will propose this as an Idea.

Thank you,
-Noa

0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

How To Get Contact's Timeline Events via API?

Hi @nflaherty,

I can't speak for every team here at HubSpot, but I do know of some discussion surrounding making timeline data available via API. The biggest consensus is that as a rule, we strive to build APIs that allow third parties to build powerful apps that add features to the HubSpot platform, or provide more specialized functionality. With that in mind, we generally don't prioritize APIs that can be used to directly replicate existing in-app functionality.

While I can completely understand the use case you're describing, creating a 'Get a contact's timeline' endpoint would in effect replicate the existing in-app timeline in an external system. There are some novel and compelling use cases (like yours), but I'm not sure if a timeline export API is the best way to solve for them. With few exceptions, most of the information that actually appears on a contact's timeline can already be pulled from HubSpot via existing APIs (Engagements API, Email Events API, Contacts API, etc.).

The timeline is just a collection of information, most of which you can get from other APIs. We’d likely consider making the info that isn't currently accessible via a new API, but it's unlikely we'll create an API to get the entire collection.

For the time being, I would encourage you to check out the Ideas Forum on the HubSpot Community. There, you can create a post including your use case; this is generally the best place for this type of feedback, since it's a centralized place for HubSpotters, partners, and customers to view & vote on ideas.

0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

How To Get Contact's Timeline Events via API?

Hi @nflaherty,

That endpoint is only intended for use by the app, and can't be access using external authentication. Peter is correct that we don't currently support pulling all contact timeline data via the API.

0 Upvotes
nflaherty
Participant

How To Get Contact's Timeline Events via API?

While unfortunate to hear, I appreciate the quick response @Derek_Gervais. Does it make sense why this data is so valuable to us? Arguably one of HubSpot's greatest value-adds is in providing insight into what content a prospect is consuming. The next logical step is being able to pull this invaluable data externally so that we can perform our own analysis on (in our case, machine learning).

Are you able to share if HubSpot has discussed whether to make this data accessible or has any plans to do so?

0 Upvotes
nflaherty
Participant

How To Get Contact's Timeline Events via API?

For what it's worth, it looks like this endpoint already does exist and you can perform a GET on it:

https://api.hubspot.com/timeline/v2/Contacts/{contactId}?portalId={portalId}&clienttimeout=7000&t=EM...

It requires the following two headers:
cookie
x-hubspot-csrf-hubspotapi

Is there any way that we can easily leverage this?

0 Upvotes
3PETE
HubSpot Employee
HubSpot Employee

How To Get Contact's Timeline Events via API?

@MikeKozlov Here is a link to the timeline API

You can create and pull custom timeline events using it. Any standard/default timeline event that comes with HubSpot you will not be able to pull from the API.

altaf
Member

How To Get Contact's Timeline Events via API?

@pmanca @dadams I don’t see any api which returns all timeline events for a specific contact. It is very basic thing and hubspot doesn’t provide it?

3PETE
HubSpot Employee
HubSpot Employee

How To Get Contact's Timeline Events via API?

@altaf The Timeline API allows you to return any custom timeline events. At the moment HubSpot does not offer the ability to pull all of the timeline events from a specific Contact through the API.

0 Upvotes
nflaherty
Participant

How To Get Contact's Timeline Events via API?

Hi @pmanca - has anything changed with regards to this? We too would love to be able to pull both default and custom timeline events for a given contact within a given date range. This will allow us to do in-depth analysis on user website behavior. For example, if someone visits certain types of content, they are likely a high-quality prospect.

0 Upvotes