Unarchive Unarchive
Unarchive Certified

Unarchive a Slack channel

yaml
type: "io.kestra.plugin.slack.app.conversations.Unarchive"
yaml
id: slack_unarchive_channel
namespace: company.team

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