App Logo
slack.com

Rename Slack channel

Rename a channel (by name or id). The new name is normalized to Slack's rules (lowercased, spaces/invalid chars → hyphens). Returns the channel id and new name. Requires login.

Input

name required

New channel name (normalized to Slack's rules).

channel required

Channel name/#name or id (C…).

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

ok required
channel required
name optional

FAQ

Rename a channel (by name or id). The new name is normalized to Slack's rules (lowercased, spaces/invalid chars → hyphens). Returns the channel id and new name. Requires login.
Required: channel, name. Optional: workspaceDomain.
It returns ok, name, channel.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
It makes changes on slack.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/slack.com/rename_channel, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/rename_channel
It is part of Reduck's official curated catalogue.

Start building not clicking