POST
/v2/Flows
curl \
--request POST 'https://studio.twilio.com/v2/Flows' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'CommitMessage=string&FriendlyName=string&Status=draft'
Response examples (201)
{
"account_sid": "string",
"commit_message": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"errors": [],
"friendly_name": "string",
"links": {},
"revision": 42,
"sid": "string",
"status": "draft",
"url": "https://example.com",
"valid": true,
"warnings": [],
"webhook_url": "https://example.com"
}