update_message
Modify an existing Slack message by updating its text or Block Kit formatting. Specify the channel ID, message timestamp, and new content to ensure accurate updates.
Instructions
Update an existing Slack message.
Args: channel: Channel ID where the message exists ts: Timestamp of the message to update text: New message text (fallback text for notifications) blocks: JSON string of Block Kit blocks for rich formatting
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blocks | No | ||
channel | Yes | ||
text | Yes | ||
ts | Yes |