Notification Sent
Emitted when a notification is successfully delivered via a channel
Overview
The NotificationSent event confirms successful delivery of a notification.
Example Payload
{ "eventId": "evt_sent_456", "eventType": "NotificationSent", "timestamp": "2025-12-11T19:00:05Z", "version": "1.0.0", "data": { "notificationId": "notif_abc123", "userId": "usr_jane_smith", "channel": "in_app", "deliveryStatus": "delivered", "sentAt": "2025-12-11T19:00:05Z" }}