Slack

SLACKBOT_RENAME_A_CHANNEL

Renames a public or private Slack channel; for Enterprise Grid workspaces, the user must be a Workspace Admin or Channel Manager.

Remote slackbot

Other tools also called SLACKBOT_RENAME_A_CHANNEL? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "title": "Name",
      "examples": [
        "project-alpha-bugs",
        "team-marketing-campaign"
      ],
      "description": "The new name for the channel. Channel names can be up to 80 characters long and may include lowercase letters, numbers, hyphens, and underscores. They cannot contain spaces or periods."
    },
    "channel_id": {
      "type": "string",
      "title": "Channel Id",
      "examples": [
        "C012AB3CD"
      ],
      "description": "The ID of the channel to rename."
    }
  }
}
          

Provider

Slack →