POST
/v1/WebChannels
curl \
--request POST 'https://flex-api.twilio.com/v1/WebChannels' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'ChatFriendlyName=string&ChatUniqueName=string&CustomerFriendlyName=string&FlexFlowSid=string&Identity=string&PreEngagementData=string'
Response examples (201)
{
"account_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"flex_flow_sid": "string",
"sid": "string",
"url": "https://example.com"
}