> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Notion append blocks

> Append plain-text paragraphs to the end of a Notion page. Existing content is never touched — this only adds.

`notion_append_blocks`

Append plain-text paragraphs to the end of a Notion page. Existing content is never touched — this only adds.

## Parameters

<ParamField path="pageId" type="string" required>
  Notion page id (from notion\_search or notion\_get\_page).
</ParamField>

<ParamField path="paragraphs" type="array<string>" required>
  Paragraphs to append, plain text.
</ParamField>
