Slack SetPurpose

Slack SetPurpose

Certified

Set Slack channel purpose

Updates the channel purpose text (up to 250 characters).

yaml
type: io.kestra.plugin.slack.app.conversations.SetPurpose

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 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.

Channel purpose

New purpose text, maximum 250 characters.

Slack token

Reference (ref) of the pluginDefaults to apply to this task.

Value

Creator ID

Formatdate-time

Last set timestamp