Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Delivery



Updated

updated page anchor

com.twilio.conversations.delivery.updated

(error)

Discontinued event type

This event type has been discontinued. You may not receive events for discontinued event types, even if you previously added them to an existing subscription. Learn more.

Delivery Updated 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.conversations.delivery.updated",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Conversations.DeliveryUpdated/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"AccountSid" : "ACe95cfd541a925a3337fec19a0200009",
10
"ConversationSid" : "CHee95cfd541a925a3337fec19a0200009",
11
"ChatServiceSid" : "ISee95cfd541a925a3337fec19a0200009",
12
"MessageSid" : "IMee95cfd541a925a3337fec19a0200009",
13
"DeliveryReceiptSid" : "DYee95cfd541a925a3337fec19a0200009",
14
"ChannelMessageSid" : "WAee95cfd541a925a3337fec19a0200009",
15
"ParticipantSid" : "MBee95cfd541a925a3337fec19a0200009",
16
"Status" : "read",
17
"ErrorCode" : 50514,
18
"DateCreated" : "2025-01-01T00:00:00.000Z",
19
"DateUpdated" : "2025-01-01T00:00:01.000Z"
20
}
21
}

Versions