Notion

notion_append_blocks

Append content blocks to a page or block. Max 100 blocks, 2 levels of nesting. Common types: paragraph, heading_1/2/3, bulleted_list_item, numbered_list_item, to_do, code, quote, callout, divider, table.

Remote node2flow/notion

Other tools also called notion_append_blocks? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "block_id": {
      "type": "string",
      "description": "Page or block ID to append to"
    },
    "children": {
      "type": "array",
      "description": "Block objects. Example: { \"type\": \"paragraph\", \"paragraph\": { \"rich_text\": [{ \"type\": \"text\", \"text\": { \"content\": \"Hello\" } }] } }"
    }
  }
}
          

Provider

Notion →