Create a canvas
slack_create_canvasFull Description
Creates a Slack Canvas document from Markdown content. Return the canvas link to the user.
Content formatting is specified in the content parameter description. Not available on free teams.
Use slack_read_canvas to read existing canvases.
Parameters (2 required)
contentstringThe content of the canvas. Please carefully consider the following instructions: 1. Formatting: - Format all content as Markdown. - Do not duplicate the title of the canvas in this content section. - When creating a table make sure to escape "|" in the content by using "\|" - Headers: MUST never exceed a depth of 3 (e.g., ###). Truncate any headers deeper than 3 (e.g., #### becomes ###). - Hyperlinks: MUST use only full, valid HTTP links. Do not use relative links. 2. Writing Style: - Write ALL content in full, proper paragraphs, similar to an essay or article. - Use natural transitions and connecting phrases (e.g., "First," "Additionally," "Furthermore," "Moreover," "Finally") when presenting multiple items or examples within a paragraph. - Break up the content into logical sections, where each section is preceded by a Markdown-formatted header. - Only use bullet points or numbered lists if explicitly requested by a human. 3. Citations: - Cite all claims using numbered references formatted as footnotes. - Use [1] for the first source, [2] for the second, etc. - Format citations in text as: "quote/claim [1]" - List all sources at the end of the document, formatted as Markdown links. - Separate each source with two newlines. - Format source links as Markdown: [link text](url). Example: [Slack Canvas Features](https://slack.com/features/canvas) Here's an example of proper formatting: <example> # Slack canvas user research Slack Canvases have revolutionized team collaboration [1]. Studies show that teams using Canvases experience a 25% increase in productivity [2]. Moreover, 80% of users report improved information sharing within their organizations [2]. Sources: [1] [Slack Canvas Features](https://slack.com/features/canvas) [2] [Team Collaboration Study](https://example.com/collaboration-study) </example>
titlestringConcise but descriptive name for the canvas