Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Conversation State



Updated

updated page anchor

com.twilio.conversations.conversation-state.updated

Conversation State 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.conversation-state.updated",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Conversations.ConversationStateUpdated/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"AccountSid" : "ACe95cfd541a925a3337fec19a0200009",
10
"ConversationSid" : "CHee95cfd541a925a3337fec19a0200009",
11
"StateUpdated" : "2025-01-01T00:00:00.000Z",
12
"StateFrom" : "active",
13
"StateTo" : "inactive",
14
"Reason" : "API",
15
"MessagingServiceSid" : "MGee95cfd541a925a3337fec19a0200009"
16
}
17
}

Versions