This event is triggered when a user opens a push notification that has been sent from Prenly Workspace.
| Attribute | Belongs to | Data type | Description |
|---|---|---|---|
| push_notification_uid | Push notification | string | The unique identifier of the push notification |
| push_notification_sent_at | Push notification | string | The time (in RFC 3339 format) when the push notification was sent from Prenly |
| message_title | Push notification | string | The optional title of the push notification (not currently used) |
| message_body | Push notification | string | The message body of the push notification limited to max 100 characters |
Note that contextual data will normally be included when an event is exported.
| Attribute | Example value |
|---|---|
| push_notification_uid | "87238" |
| push_notification_sent_at | "2023-09-20T07:27:14+00:00" |
| message_title | "Hello!" |
| message_body | "Once upon a time..." |