SetTopic
Set Slack channel topic
SetTopic
Set Slack channel topic
yaml
type: "io.kestra.plugin.slack.app.conversations.SetTopic"Examples
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
token *Requiredstring
topic *Requiredstring
Outputs
value *Requiredstring
creator string
lastSet string
Format
date-time