List of possible "eventType" values in the /events/v3.. API?

Hi Community,

We are creating a strongly typed wrapper around the HubSpot API’s. For the events API, one of the important properties is the “eventType” property.

My problem is, I cannot find the list of possible event types anywhere in the documentation. So far I have (by retrieval from our test system):

  • e_submitted_form (Form submission)
  • e_visited_page (Page view)

But where can I get a hold of the full list of possible values for this property?

Hope someone can help.

Regards

Michael

Hi, @michaelrandrup :waving_hand: You aren’t missing anything. This info hasn’t been added to the documentation. As is common with our Beta APIs, this endpoint, and its documentation, do not have this information. I do not have an update on when/if it will be added. I understand this is not the answer you are wanting.

Additionally, here are several resources:

  • Legacy endpoint — GET /reports/v2/events. Please note, legacy endpoints are stable and supported unless explicitly flagged.
  • Ideas forum — adding your request helps to get this in front of the product team as well as allows other users to add their user cases and pain points
  • HubSpot Developer Changelog — our source of truth for updates and new features, including updates to endpoint functionality

Best,

Jaycee

Hi Jaycee,
Thank you very much for your reply.
Unfortunately the API you are referring to is only available in the Enterprise edition – we are on Marketing Professional.
Furthermore, we are using the current “v3” API to retrieve events for specific Contacts, to get their history. I don’t see a “v2” equivalent for that API?
The “v3” API works like a charm, my only issue is that the eventType property is not documented, and therefore we need to wait for different types of events to enter the system after we go live and then grab them and find out what they mean.
So basically, we can get the field documented over time, but it’s a kind of a “non-optimal reverse-engineering” way of doing it. But if it’s the only way to get that field documented, we will do that.
I can post a reply here in a couple of months with the list we have collected, so at least to save time for other developers wanting to retrieve events.

Hi @michaelrandrup ,

I was looking for the same information and I found your post. Did you have any luck finding all the possible eventTypes and their meaning?

Thank you.

Up on this, I’m looking for a list of “eventType” as well.