Unarchive
Unarchive a Slack channel
Unarchive
Unarchive a Slack channel
yaml
type: "io.kestra.plugin.slack.app.conversations.Unarchive"Examples
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"