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