Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Notification Services



Notification Delivered

notification-delivered page anchor

com.twilio.notify.notification.delivered

Notification Services Notification Delivered events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the Webhook or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.notify.notification.delivered",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Notification.Delivered/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"notification_sid" : "NT0000000000000000000000000000001",
10
"account_sid" : "AC0000000000000000000000000000001",
11
"service_sid" : "IS0000000000000000000000000000001",
12
"delivery_state" : {
13
"id" : "projects/myproject-b5ae1/messages/0:1500415314455276%31bd1c9631bd1c96",
14
"address" : "f0xiqa1mVEtvkiEQBE00Xx:APA91bFenpezVXgdki1YE8uhBBMRDVtIfKbv7zx7TAtoyl2Y3hg95lQ0UySHQLvQ0Ye3PjhaYTX-FBemBubdP9bVe5oHKSOVOZoHnBZ8ArsLc3xjd248eNc",
15
"type" : "fcm",
16
"status" : "SENT"
17
}
18
}
19
}

Versions