NotificationData
Extended notification tracking structure
Benachrichtigungsverfolgung
Pushover Status
const notification: NotificationData = { id: 'notif_12345', title: 'Backup Complete', message: 'Nightly backup succeeded', recipient: 'team-alerts', read: false, createdAt: '2023-07-20T03:45:00Z', pushoverSent: true, pushoverReceipt: 'r1234567890'}; Copy
const notification: NotificationData = { id: 'notif_12345', title: 'Backup Complete', message: 'Nightly backup succeeded', recipient: 'team-alerts', read: false, createdAt: '2023-07-20T03:45:00Z', pushoverSent: true, pushoverReceipt: 'r1234567890'};
ISO 8601 creation timestamp
Unique notification ID
Notification content
Read status flag
Target user/group
Notification title
Optional
Pushover receipt ID for priority messages
Pushover delivery confirmation
Interface
NotificationData
Description
Extended notification tracking structure
De
Benachrichtigungsverfolgung
De
Pushover Status
Example