Leave Leave
Leave Certified

Leave a Slack channel

yaml
type: "io.kestra.plugin.slack.app.conversations.Leave"
yaml
id: slack_leave_channel
namespace: company.team

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