create_chat_channel_on_location
Create a chat channel attached to a specific Space, Folder, or List to keep conversations linked to that location.
Instructions
Create a Chat channel attached to a specific Space, Folder or List (ClickUp Chat v3), so the conversation is tied to that location. Returns the created channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| parent_id | Yes | ID of the location to attach the channel to (a Space, Folder or List id). | |
| parent_type | Yes | Type of the location given in `parent_id`. | |
| name | No | Optional channel name. Defaults to the location's name. | |
| description | No | Optional channel description. | |
| visibility | No | PUBLIC = anyone in the Workspace can join; PRIVATE = invite only. |