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