Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update a message previously sent by this integration
| Field | Value |
|---|---|
| Name | slack__update_message |
| Group | Integrations |
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "Channel ID containing the message"
},
"ts": {
"type": "string",
"description": "Timestamp (ts) of the message to update"
},
"text": {
"type": "string",
"description": "New message text (supports mrkdwn)"
}
},
"required": [
"channel",
"ts",
"text"
],
"description": "Input schema for the slack__update_message tool."
}