create_channel_canvas
Create a Slack canvas with markdown content and attach it directly to a channel. Provide the channel ID, title, and document content to publish.
Instructions
Create a canvas attached to a Slack channel. Requires canvases:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Canvas title | |
| channel | Yes | Channel ID to attach the canvas to | |
| document_content | Yes | Markdown content for the canvas |