# Event model
Events are pieces of information sent to the User.com app. You can send important data to store it on the user profile.
# Properties
Name | Type | Description |
---|---|---|
id | integer | A unique identifier for the event which is given by User.com automatically. |
data | JSON | A valid json object with additional data. |
name | string | An event name. |
timestamp | datetime | A datetime when an event occured in UNIX format. |