create_chat_channel
Create a new standalone Chat channel in a ClickUp Workspace, optionally setting its name, description, topic, visibility, and initial members. Returns the channel ID.
Instructions
Create a standalone Chat channel in a Workspace (ClickUp Chat v3), optionally with a description, topic, visibility and initial members. Returns the created channel with its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| name | Yes | Name of the new channel. | |
| description | No | Optional channel description. | |
| topic | No | Optional channel topic shown in the header. | |
| visibility | No | PUBLIC = anyone in the Workspace can join; PRIVATE = invite only. | |
| user_ids | No | User ids to add as initial members of the channel. |