provider conversations POST /conversations.rename
@utdk/slack /conversations.rename
conversations_rename
Renames a conversation.
token header
Authentication token. Requires scope: `conversations:write`
string

Try it

Authentication
Configure credentials for Slack Web API
conversationsRename
POST/conversations.rename
Renames a conversation.

Input

ID of conversation to rename

New name for conversation.

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.conversationsRename()