Slack
SLACKBOT_REVERSE_A_CONVERSATION_S_ARCHIVAL_STATUS
DEPRECATED: Reverses conversation archival. Use `unarchive_channel` instead.
Remote slackbot
Other tools also called SLACKBOT_REVERSE_A_CONVERSATION_S_ARCHIVAL_STATUS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"title": "Channel",
"examples": [
"C1234567890"
],
"description": "ID of conversation to unarchive"
}
}
}