Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Flow



Execution Ended

execution-ended page anchor

com.twilio.studio.flow.execution.ended

Flow Execution Ended 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.studio.flow.execution.ended",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Studio.FlowExecutionEvent/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"execution_sid" : "FN0000000000000000000000000000001",
10
"account_sid" : "AC0000000000000000000000000000001",
11
"flow_sid" : "FW0000000000000000000000000000001",
12
"contact_channel_address" : "+11234567890",
13
"status" : "ended",
14
"ended_reason" : "FLOW_END",
15
"date_created" : "2025-01-01T00:00:00.000Z",
16
"date_updated" : "2025-01-01T00:00:01.000Z",
17
"started_by" : "CA0000000000000000000000000000001",
18
"flow_revision" : 1196
19
}
20
}

Versions


com.twilio.studio.flow.execution.started

Flow Execution Started 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.studio.flow.execution.started",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Studio.FlowExecutionEvent/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"execution_sid" : "FN0000000000000000000000000000001",
10
"account_sid" : "AC0000000000000000000000000000001",
11
"flow_sid" : "FW0000000000000000000000000000001",
12
"contact_channel_address" : "+11234567890",
13
"status" : "ended",
14
"ended_reason" : "FLOW_END",
15
"date_created" : "2025-01-01T00:00:00.000Z",
16
"date_updated" : "2025-01-01T00:00:01.000Z",
17
"started_by" : "CA0000000000000000000000000000001",
18
"flow_revision" : 1196
19
}
20
}

Versions


com.twilio.studio.flow.step.ended

Flow Step Ended 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.studio.flow.step.ended",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Studio.FlowStepEvent/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"parent_step_sid" : "FT0000000000000000000000000000001",
10
"step_sid" : "FT0000000000000000000000000000002",
11
"execution_sid" : "FN0000000000000000000000000000001",
12
"account_sid" : "AC0000000000000000000000000000001",
13
"flow_sid" : "FW0000000000000000000000000000001",
14
"name" : "success",
15
"transitioned_from" : "widget_1",
16
"transitioned_to" : "widget_3",
17
"date_created" : "2025-01-01T00:00:00.000Z"
18
}
19
}

Versions