Flow
Flows are individual workflows that you create. They can handle one or more use cases.
Flow properties
Resource Properties in REST API format | |
---|---|
sid
|
The unique string that we created to identify the Flow resource. |
account_sid
|
The SID of the Account that created the Flow resource. |
friendly_name
|
The string that you assigned to describe the Flow. |
status
|
The status of the Flow. Can be: |
version
|
The latest version number of the Flow's definition. |
date_created
|
The date and time in GMT when the resource was created specified in ISO 8601 format. |
date_updated
|
The date and time in GMT when the resource was last updated specified in ISO 8601 format. |
url
|
The absolute URL of the resource. |
links
|
The URLs of the Flow's nested resources. |
Fetch a single flow
https://studio.twilio.com/v1/Flows/{Sid}
Parameters
Parameters in REST API format | |
---|---|
sid
Path
|
The SID of the Flow resource to fetch. |
Example 1
Read a list of flows
https://studio.twilio.com/v1/Flows
Example 1
Delete a flow
https://studio.twilio.com/v1/Flows/{Sid}
Parameters
Parameters in REST API format | |
---|---|
sid
Path
|
The SID of the Flow resource to delete. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the Twilio tag on Stack Overflow.