
Slack Archive
CertifiedArchive a Slack channel
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.ArchiveExamples
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 *Requiredstring
Channel ID
Channel to archive; use the Slack channel ID (e.g., C123...).
token *Requiredstring
Slack token
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.