Slack
slack_update_message
Update an existing message. Bot can only update messages it posted. Provide new text and/or blocks.
Remote node2flow/slack
Other tools also called slack_update_message?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"ts": {
"type": "string",
"description": "Timestamp of the message to update (e.g. \"1234567890.123456\")"
},
"text": {
"type": "string",
"description": "New message text"
},
"blocks": {
"type": "array",
"description": "New Block Kit blocks"
},
"channel": {
"type": "string",
"description": "Channel containing the message"
},
"attachments": {
"type": "array",
"description": "New attachments array"
}
}
}