Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Participant



Added

added page anchor

com.twilio.conversations.participant.added

Participant 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.participant.added",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Conversations.ParticipantAdded/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"AccountSid" : "ACe95cfd541a925a3337fec19a0200009",
10
"ParticipantSid" : "MB0119bde8f8b74237a4606d1447c9ebcf",
11
"Identity" : "FX0000000000000000000000000000001",
12
"RoleSid" : "RLe95cfd541a925a3337fec19a0200009",
13
"ConversationSid" : "CHee95cfd541a925a3337fec19a0200009",
14
"DateCreated" : "2025-01-01T00:00:00.000Z",
15
"MessagingBinding" : {
16
"ProxyAddress" : "whatsapp:+11234567890",
17
"ProjectedAddress" : "[whatsapp:+12345678901]",
18
"Address" : "whatsapp:+14567890123",
19
"Type" : "SMS",
20
"Level" : "cc",
21
"Name" : "John Doe"
22
}
23
}
24
}

Versions


com.twilio.conversations.participant.removed

Participant 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.participant.removed",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Conversations.ParticipantRemoved/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"AccountSid" : "ACe95cfd541a925a3337fec19a0200009",
10
"ParticipantSid" : "ACe95cfd541a925a3337fec19a0200009",
11
"Identity" : "FX0000000000000000000000000000001",
12
"RoleSid" : "RLe95cfd541a925a3337fec19a0200009",
13
"ConversationSid" : "CHee95cfd541a925a3337fec19a0200009",
14
"DateCreated" : "2025-01-01T00:00:00.000Z",
15
"DateUpdated" : "2025-01-01T00:00:01.000Z",
16
"DateRemoved" : "2025-01-01T00:01:00.000Z",
17
"MessagingBinding" : {
18
"ProxyAddress" : "whatsapp:+11234567890",
19
"ProjectedAddress" : "[whatsapp:+12345678901]",
20
"Address" : "whatsapp:+14567890123",
21
"Type" : "SMS",
22
"Level" : "cc",
23
"Name" : "John Doe"
24
}
25
}
26
}

Versions


com.twilio.conversations.participant.updated

Participant 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.participant.updated",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Conversations.ParticipantUpdated/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"AccountSid" : "ACe95cfd541a925a3337fec19a0200009",
10
"ParticipantSid" : "ACe95cfd541a925a3337fec19a0200009",
11
"Identity" : "FX0000000000000000000000000000001",
12
"RoleSid" : "RLe95cfd541a925a3337fec19a0200009",
13
"ConversationSid" : "CHee95cfd541a925a3337fec19a0200009",
14
"DateCreated" : "2025-01-01T00:00:00.000Z",
15
"DateUpdated" : "2025-01-01T00:00:01.000Z",
16
"MessagingBinding" : {
17
"ProxyAddress" : "whatsapp:+11234567890",
18
"ProjectedAddress" : "[whatsapp:+12345678901]",
19
"Address" : "whatsapp:+14567890123",
20
"Type" : "SMS",
21
"Level" : "cc",
22
"Name" : "John Doe"
23
}
24
}
25
}

Versions