clickup_chat_channel_create
Create a new ClickUp Chat channel for team collaboration by specifying name, visibility, and optional description to organize workspace discussions.
Instructions
Create a new ClickUp Chat channel in a workspace. For one-on-one messages use clickup_chat_dm instead. Add members later via the channel-members endpoint. Returns the created channel object including its new id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Optional channel topic/description shown in the header. | |
| name | Yes | Channel name (e.g. 'product-launch'). Must be unique within the workspace. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| visibility | No | Channel visibility: 'public' (any workspace member can join) or 'private' (invite only). Defaults to 'public'. |