Append to page
append_to_pageAppend Markdown to the end of an existing page to add logs, reports, or running notes. Creates a new version of the page.
Instructions
Append Markdown to the end of an existing page (read-modify-write; creates a new version). Ideal for logs, reports, and running notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page UUID or "workspaceSlug/spaceSlug/pageSlug" path | |
| content | Yes | Markdown to append | |
| separator | No | Separator inserted before the appended text (default: blank line "\n\n") |