Slack

SLACK_UNARCHIVE_A_PUBLIC_OR_PRIVATE_CHANNEL

Unarchives a specified public or private Slack channel that is currently archived, using its channel ID.

Remote slack

Other tools also called SLACK_UNARCHIVE_A_PUBLIC_OR_PRIVATE_CHANNEL? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "channel_id": {
      "type": "string",
      "description": "The unique identifier of the public or private channel to be unarchived.\nExamples:\n  \"C0123456789\"\n  \"G0987654321\""
    }
  }
}
          

Provider

Slack →