append-blocks-simple
Append blocks to a Notion page using Markdown. Supports headings, lists, checkboxes, code, quotes, tables, images, callouts, toggles, and more. Returns IDs of created blocks.
Instructions
Append blocks to a page using Markdown. Simpler than append-block-children: just provide markdown text. Markdown: # headings, - lists, - [ ] checkboxes, ``` code, > quotes, | tables |, images, bold, italic,
strike, code, links. Extended: toggle, > [!NOTE/WARNING/TIP/IMPORTANT/CAUTION] callout, $$ equation, /++ underline, {color:x}{/color}, {bg:x}{/bg}, bookmark, :::columns, @embed/video/audio/file/pdf, [TOC] table of contents. Returns created block IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block or page ID | |
| content | Yes | Content in Markdown | |
| after | No | Insert after this block ID |