Skip to content

Data Event Summary

This will return a summary of data events for the App.

typestring

The type of the object

Value:"event.summary"
Example:"event.summary"
emailstring

The email address of the user

Example:"Sam.Sung@example.com"
intercom_user_idstring

The Intercom user ID of the user

Example:"63a0979a5eeebeaf28dd56ba"
user_idstring

The user ID of the user

Example:"62b997f288e14803c5006932"
eventsArray of objects(Data Event Summary Item)

A summary of data events

{ "type": "event.summary", "email": "Sam.Sung@example.com", "intercom_user_id": "63a0979a5eeebeaf28dd56ba", "user_id": "62b997f288e14803c5006932", "events": [ {} ] }