Slack
SLACK_RENAME_A_SLACK_CHANNEL
Renames a public or private Slack channel; for Enterprise Grid workspaces, the user must be a Workspace Admin or Channel Manager.
Remote slack
Other tools also called SLACK_RENAME_A_SLACK_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"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.\nExamples:\n \"project-alpha-bugs\"\n \"team-marketing-campaign\""
},
"channel_id": {
"type": "string",
"description": "The ID of the channel to rename.\nExample: \"C012AB3CD\""
}
}
}