update_message
Edit an existing Slack message by supplying the channel ID, message timestamp, and new text. Replace outdated content directly in Slack.
Instructions
Update/edit an existing Slack message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | Yes | Timestamp of the message to update | |
| text | Yes | New text for the message | |
| channel | Yes | Channel ID containing the message | |
| use_user_token | No | Send as the authenticated user (requires xoxp- user token) rather than the bot |