Tools
slack_update_message
Run the slack_update_message tool. Returns a clean, normalized JSON shape. Bring your own key — connect slack first via POST /v1/connections.
POST
slack_update_message
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the slack_update_message tool. Returns a clean, normalized JSON shape. Bring your own key — connect slack first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/slack_update_message \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"channel": "<string>",
"ts": "<string>",
"text": "<string>"
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/slack_update_message \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"channel": "<string>",
"ts": "<string>",
"text": "<string>"
}
'{}