
Slack SetTopic
CertifiedSet Slack channel topic
Slack SetTopic
Certified
Set Slack channel topic
Updates the channel topic text (up to 250 characters).
yaml
type: io.kestra.plugin.slack.app.conversations.SetTopicExamples
Set a channel topic
yaml
id: slack_set_topic
namespace: company.team
tasks:
- id: set_topic
type: io.kestra.plugin.slack.app.conversations.SetTopic
token: "{{ secret('SLACK_TOKEN') }}"
channel: "C1234567890"
topic: "Discussion about the new project"
Properties
channel *Requiredstring
Channel ID
Channel whose topic to update; Slack channel ID. 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.
token *Requiredstring
Slack token
topic *Requiredstring
Channel topic
New topic text, maximum 250 characters.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
value *Requiredstring
Value
creator string
Creator ID
lastSet string
Format
date-timeLast set timestamp