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
identity
value that uniquely identifies the new resource's chat User. -
LongLived boolean
Whether to create the channel as long-lived.
-
PreEngagementData string
The pre-engagement data.
-
Target string
The Target Contact Identity, for example the phone number of an SMS.
-
TaskAttributes string
The Task attributes to be added for the TaskRouter Task.
-
TaskSid string
The SID of the TaskRouter Task. Only valid when integration type is
task
.null
for integration typesstudio
&external
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^WT[0-9a-fA-F]{32}$
.
POST /v1/Channels
curl \
-X POST https://flex-api.twilio.com/v1/Channels \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'ChatFriendlyName=string&ChatUniqueName=string&ChatUserFriendlyName=string&FlexFlowSid=string&Identity=string&LongLived=true&PreEngagementData=string&Target=string&TaskAttributes=string&TaskSid=string'
Request example
{
"ChatFriendlyName": "string",
"ChatUniqueName": "string",
"ChatUserFriendlyName": "string",
"FlexFlowSid": "string",
"Identity": "string",
"LongLived": true,
"PreEngagementData": "string",
"Target": "string",
"TaskAttributes": "string",
"TaskSid": "string"
}
Request examples
{
"ChatFriendlyName": "string",
"ChatUniqueName": "string",
"ChatUserFriendlyName": "string",
"FlexFlowSid": "string",
"Identity": "string",
"LongLived": true,
"PreEngagementData": "string",
"Target": "string",
"TaskAttributes": "string",
"TaskSid": "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",
"task_sid": "string",
"url": "https://example.com",
"user_sid": "string"
}
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",
"task_sid": "string",
"url": "https://example.com",
"user_sid": "string"
}