Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Message



Added

added page anchor

com.twilio.conversations.message.added

Message Added 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.message.added",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Conversations.MessageAdded/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"AccountSid" : "ACe95cfd541a925a3337fec19a0200009",
10
"Author" : "system",
11
"ParticipantSid" : "MBe95cfd541a925a3337fec19a0200009",
12
"ConversationSid" : "CHee95cfd541a925a3337fec19a0200009",
13
"MessageSid" : "IMee95cfd541a925a3337fec19a0200009",
14
"Index" : 10,
15
"MessageBody" : "Ahoy!",
16
"DateCreated" : "2025-01-01T00:00:00.000Z",
17
"MessageSubject" : "Welcome to Twilio",
18
"MessagingServiceSid" : "MGee95cfd541a925a3337fec19a0200009",
19
"ContentSid" : "HXee95cfd541a925a3337fec19a0200009",
20
"Media" : [
21
{
22
"MediaSid" : "ME0000000000000000000000000000001",
23
"Filename" : "00000000-0000-0000-0000-000000000000.png",
24
"ContentType" : "image/png",
25
"Size" : 12232
26
}
27
]
28
}
29
}

Versions


com.twilio.conversations.message.removed

Message Removed 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.message.removed",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Conversations.MessageRemoved/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"AccountSid" : "ACe95cfd541a925a3337fec19a0200009",
10
"Author" : "system",
11
"ParticipantSid" : "MBe95cfd541a925a3337fec19a0200009",
12
"ConversationSid" : "CHee95cfd541a925a3337fec19a0200009",
13
"MessageSid" : "IMee95cfd541a925a3337fec19a0200009",
14
"Index" : 10,
15
"MessageBody" : "Ahoy!",
16
"DateCreated" : "2025-01-01T00:00:00.000Z",
17
"DateUpdated" : "2025-01-01T00:00:00.000Z",
18
"DateRemoved" : "2025-01-01T00:00:00.000Z",
19
"MessageSubject" : "Welcome to Twilio",
20
"Media" : [
21
{
22
"MediaSid" : "ME0000000000000000000000000000001",
23
"Filename" : "00000000-0000-0000-0000-000000000000.png",
24
"ContentType" : "image/png",
25
"Size" : 12232
26
}
27
]
28
}
29
}

Versions


com.twilio.conversations.message.updated

Message 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.message.updated",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Conversations.MessageUpdated/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"AccountSid" : "ACe95cfd541a925a3337fec19a0200009",
10
"Author" : "system",
11
"ParticipantSid" : "MBe95cfd541a925a3337fec19a0200009",
12
"ConversationSid" : "CHee95cfd541a925a3337fec19a0200009",
13
"MessageSid" : "IMee95cfd541a925a3337fec19a0200009",
14
"Index" : 10,
15
"MessageBody" : "Ahoy!",
16
"DateCreated" : "2025-01-01T00:00:00.000Z",
17
"DateUpdated" : "2025-01-01T00:00:01.000Z",
18
"MessageSubject" : "Welcome to Twilio!",
19
"Media" : [
20
{
21
"MediaSid" : "ME0000000000000000000000000000001",
22
"Filename" : "00000000-0000-0000-0000-000000000000.png",
23
"ContentType" : "image/png",
24
"Size" : 12232
25
}
26
]
27
}
28
}

Versions