Slack

SLACKBOT_ARCHIVE_A_CONVERSATION

Archives a Slack conversation by its ID, rendering it read-only and hidden while retaining history, ideal for cleaning up inactive channels; be aware that some channels (like #general or certain DMs) cannot be archived and this may impact connected integrations.

Remote slackbot

Other tools also called SLACKBOT_ARCHIVE_A_CONVERSATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "channel": {
      "type": "string",
      "title": "Channel",
      "examples": [
        "C1234567890"
      ],
      "description": "ID of the Slack conversation to archive. This ID uniquely identifies a channel (e.g., public, private)."
    }
  }
}
          

Provider

Slack →