
Slack SetPurpose
CertifiedSet Slack channel purpose
Slack SetPurpose
Certified
Set Slack channel purpose
Updates the channel purpose text (up to 250 characters).
yaml
type: io.kestra.plugin.slack.app.conversations.SetPurposeExamples
Set a channel purpose
yaml
id: slack_set_purpose
namespace: company.team
tasks:
- id: set_purpose
type: io.kestra.plugin.slack.app.conversations.SetPurpose
token: "{{ secret('SLACK_TOKEN') }}"
channel: "C1234567890"
purpose: "This channel is for discussing the new project"
Properties
channel *Requiredstring
Channel ID
Channel whose purpose 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.
purpose *Requiredstring
Channel purpose
New purpose text, maximum 250 characters.
token *Requiredstring
Slack token
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