clickup_chat_message_update
Edit existing ClickUp Chat messages by replacing their content with new text. Update messages you've sent or manage workspace communications.
Instructions
Edit the body of an existing ClickUp Chat message. Only the author (or a workspace admin) can edit a message; others will get a 403. The supplied text replaces the existing body entirely. Returns the updated message object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ID of the message to edit. Obtain from clickup_chat_message_list (field: id) or clickup_chat_reply_list. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| text | Yes | Replacement body for the message. Markdown, emoji, and @mentions supported. Overwrites the existing body entirely. |