Slack
SLACKBOT_UNARCHIVE_A_PUBLIC_OR_PRIVATE_CHANNEL
Unarchives a specified public or private Slack channel that is currently archived, using its channel ID.
Remote slackbot
Other tools also called SLACKBOT_UNARCHIVE_A_PUBLIC_OR_PRIVATE_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel_id": {
"type": "string",
"title": "Channel Id",
"examples": [
"C0123456789",
"G0987654321"
],
"description": "The unique identifier of the public or private channel to be unarchived."
}
}
}