provider admin.conversationsadmin POST /admin.conversations.rename
@utdk/slack /admin.conversations.rename
admin_conversations_rename
Rename a public or private channel.
token header required
Authentication token. Requires scope: `admin.conversations:write`
string

Try it

Authentication
Configure credentials for Slack Web API
adminConversationsRename
POST/admin.conversations.rename
Rename a public or private channel.

Input

required

The channel to rename.

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.adminConversationsRename()