clickup_chat_message_send
Send messages to ClickUp Chat channels to communicate with teams. Post announcements, share updates, or coordinate tasks in designated channels using markdown formatting and mentions.
Instructions
Post a new top-level message to a ClickUp Chat channel. For replies inside a thread use clickup_chat_reply_send; for DMs use clickup_chat_dm. Returns the created message object including its new id, which you can pass to clickup_chat_reaction_add, clickup_chat_reply_send, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID of the target channel. Obtain from clickup_chat_channel_list (field: id). | |
| content | Yes | Message body. Supports markdown, @mentions (e.g. '@username'), and emoji. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |