chat_update
Update an existing Slack message by providing its channel ID and timestamp. Modify text, blocks, attachments, or metadata.
Instructions
Update a message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ID of the channel containing the message to update (e.g. ``C0123``). | |
| ts | Yes | Timestamp of the message to update (e.g. ``1700000000.000100``). | |
| text | No | New message text or fallback text when ``blocks`` are provided. Supports Slack mrkdwn. | |
| attachments | No | Updated legacy attachment array. Prefer ``blocks`` for new messages. | |
| blocks | No | Updated Block Kit block array replacing the existing layout. | |
| as_user | No | Update as the authenticated user rather than as the bot (legacy; ignored for workspace apps). | |
| link_names | No | Find and link channel names and usernames in the updated ``text``. | |
| metadata | No | Updated structured metadata object (``event_type`` + ``event_payload``). | |
| parse | No | How to handle message text: ``full`` (linkify everything) or ``none`` (pass text as-is). | |
| reply_broadcast | No | Broadcast the updated threaded reply to the channel. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||