Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
slack__update_message
{ "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." }