clickup_chat_dm
Creates or retrieves a direct-message channel between the authenticated user and specified workspace members, returning the channel ID for sending messages.
Instructions
Create or fetch the direct-message channel between the authenticated user and one or more other workspace members (ClickUp groups DMs around the participant set). Returns the channel object including its id. To send a message in the channel, follow with clickup_chat_message_send using the returned channel id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| user_ids | Yes | Numeric user IDs of the DM participants (excluding the caller). ClickUp permits up to 15 participants for a group DM. Obtain IDs from clickup_member_list or clickup_user_get. |