clickup_chat_dm
Send direct messages to workspace members in ClickUp. Automatically creates DM channels when needed and supports markdown, emoji, and @mentions.
Instructions
Send a direct message from the authenticated user to another workspace member. If no DM channel exists between the two users, one is created automatically. Returns the created message object. Use clickup_chat_message_send for channel messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Message body. Supports markdown, emoji, and @mentions. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| user_id | Yes | Numeric user ID of the recipient. Obtain from clickup_member_list or clickup_user_get (field: id). |