Create Create
Create Certified

Create a Slack canvas

yaml
type: "io.kestra.plugin.slack.app.canvases.Create"
yaml
id: slack_create_canvas
namespace: company.team

tasks:
  - id: create_canvas
    type: io.kestra.plugin.slack.app.canvases.Create
    token: "{{ secret('SLACK_TOKEN') }}"
    title: "Project Documentation"
    documentContent:
      type: "markdown"
      markdown: |
        ## Overview

        This is a project documentation canvas.

        - [ ] Task 1
        - [ ] Task 2
Properties
SubTypestring