Slack
SLACK_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 slack
Other tools also called SLACK_ARCHIVE_A_PUBLIC_OR_PRIVATE_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel_id": {
"type": "string",
"description": "ID of the public or private Slack channel to archive.\nExample: \"C1234567890\""
}
}
}