Slack Archive

Slack Archive

Certified

Archive a Slack channel

Archives the channel so it becomes read-only and hidden in lists. Requires channel ID and appropriate permissions.

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

Archive a channel

yaml
id: slack_archive_channel
namespace: company.team

tasks:
  - id: archive_channel
    type: io.kestra.plugin.slack.app.conversations.Archive
    token: "{{ secret('SLACK_TOKEN') }}"
    channel: "C1234567890"
Properties

Channel ID

Channel to archive; use the Slack channel ID (e.g., C123...).

Slack token

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