---
title: "POST /v1/Channels"
method: POST
path: "/v1/Channels"
tags: ["FlexV1Channel"]
---

# POST /v1/Channels

`POST /v1/Channels`

## Response `201`

Created

- FlexV1Channel
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Channel resource and owns this Workflow.
  - `flex_flow_sid` string, nullable — The SID of the Flex Flow.
  - `sid` string, nullable — The unique string that we created to identify the Channel resource.
  - `user_sid` string, nullable — The SID of the chat user.
  - `task_sid` string, nullable — The SID of the TaskRouter Task. Only valid when integration type is `task`. `null` for integration types `studio` & `external`
  - `url` string, uri, nullable — The absolute URL of the Flex chat channel resource.
  - `date_created` string, date-time, nullable — The date and time in GMT when the Flex chat channel was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the Flex chat channel was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

---

[API](https://skmtc.net/twilio/apis/twilio-flex.md) · [All operations](https://skmtc.net/twilio/apis/twilio-flex/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-flex/revisions/ea1db919b6cc/schema)
