---
title: "POST /v1/Workspaces/{WorkspaceSid}/TaskChannels"
method: POST
path: "/v1/Workspaces/{WorkspaceSid}/TaskChannels"
tags: ["TaskrouterV1TaskChannel"]
---

# POST /v1/Workspaces/{WorkspaceSid}/TaskChannels

`POST /v1/Workspaces/{WorkspaceSid}/TaskChannels`

## Path parameters

- `WorkspaceSid` string, required

## Response `201`

Created

- TaskrouterV1WorkspaceTaskChannel
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Task Channel resource.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource 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 resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource.
  - `sid` string, nullable — The unique string that we created to identify the Task Channel resource.
  - `unique_name` string, nullable — An application-defined string that uniquely identifies the Task Channel, such as `voice` or `sms`.
  - `workspace_sid` string, nullable — The SID of the Workspace that contains the Task Channel.
  - `channel_optimized_routing` boolean, nullable — Whether the Task Channel will prioritize Workers that have been idle. When `true`, Workers that have been idle the longest are prioritized.
  - `url` string, uri, nullable — The absolute URL of the Task Channel resource.
  - `links` object, nullable — The URLs of related resources.

## Changes

- **2023-08-10** (v1) `0dff2919dfba` — 1 info
  - api tag `TaskrouterV1TaskChannel` added

[Change history](https://skmtc.dev/twilio/apis/taskrouter-v1/changes/v1/Workspaces/:WorkspaceSid/TaskChannels/post.md)

---

[API](https://skmtc.dev/twilio/apis/taskrouter-v1.md) · [All operations](https://skmtc.dev/twilio/apis/taskrouter-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/taskrouter-v1/revisions/f431d2bc66ba/schema)
