unarchive_channel
Restore archived Slack channels using their unique Channel ID. This tool facilitates channel reactivation directly within Slack workspaces, ensuring continuity in team communication and collaboration.
Instructions
Unarchive a Slack channel.
Args: channel: Channel ID to unarchive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel | Yes |
Input Schema (JSON Schema)
{
"properties": {
"channel": {
"title": "Channel",
"type": "string"
}
},
"required": [
"channel"
],
"type": "object"
}