Body
-
The chat channel's friendly name.
-
ChatUniqueName string
The chat channel's unique name.
-
The chat participant's friendly name.
-
The SID of the Flex Flow.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^FO[0-9a-fA-F]{32}$
. -
The chat identity.
-
PreEngagementData string
The pre-engagement data.
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": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"flex_flow_sid": "string",
"sid": "string",
"url": "https://example.com"
}