
Slack Rename
CertifiedRename a Slack channel
Slack Rename
Rename a Slack channel
Renames a channel. Requires a user token (xoxp-); Slack blocks bot tokens for this method. Follow Slack naming rules and limits; see Slack conversations.rename.
type: io.kestra.plugin.slack.app.conversations.RenameExamples
Rename a channel
id: slack_rename_channel
namespace: company.team
tasks:
- id: rename_channel
type: io.kestra.plugin.slack.app.conversations.Rename
token: "{{ secret('SLACK_TOKEN') }}"
channel: "C1234567890"
name: "new-channel-name"
Properties
channel *Requiredstring
Channel ID
Channel to rename; Slack channel ID required. To get the channel ID, right click on the channel name in Slack and select 'Copy Link'. The ID is the last part of the URL.
name *Requiredstring
New channel name
Lowercase letters, numbers, hyphens, and underscores only; max 80 characters.
token *Requiredstring
Slack token
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
id *Requiredstring
Channel ID
created string
date-timeCreated at
isArchived boolean
Is archived
isChannel boolean
Is channel
isGeneral boolean
Is general
isGroup boolean
Is group
isInstantMessage boolean
Is instant message
isMultiPersonInstantMessage boolean
Is multi-person IM
isPrivate boolean
Is private
name string
Channel name
purpose
Channel purpose
Conversation topic/purpose output
Creator ID
date-timeLast set timestamp
Value
topic
Channel topic
Conversation topic/purpose output
Creator ID
date-timeLast set timestamp
Value