Slack
SLACKBOT_ARCHIVE_A_PUBLIC_OR_PRIVATE_CHANNEL
Archives a Slack public or private channel, making it read-only; the primary 'general' channel cannot be archived.
Remote slackbot
Other tools also called SLACKBOT_ARCHIVE_A_PUBLIC_OR_PRIVATE_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel_id": {
"type": "string",
"title": "Channel Id",
"examples": [
"C1234567890"
],
"description": "ID of the public or private Slack channel to archive."
}
}
}