update_slack_message
Rewrite a Slack message this bot posted, using its timestamp, to maintain a live status marker on one line instead of sending a new message for each step.
Instructions
Rewrite a message already posted, given its timestamp from send_slack_message. Use it to keep a live status marker on one line: post "working on X", then update it as the work moves and once more when it is done. Far better than posting a new message per step. Only messages this bot posted can be rewritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | Yes | Timestamp of the message to rewrite, as returned by send_slack_message | |
| text | Yes | The replacement text, in full — this is a rewrite, not an append. Ordinary markdown; it is converted for you. | |
| channel | Yes | The channel the message is in — must match where it was posted |