append_to_page
Append content to an existing OneNote page. Supports HTML formatting to add formatted text, lists, and breaks at the bottom of the page.
Instructions
Append content to an existing OneNote page.
The content is added as a new outline block at the bottom of the page.
Supports HTML formatting (<b>, <i>, <br>, <ul>, <li>, etc.).
Args:
page_id: The page ID (from list_live_pages).
content: The content to append (plain text or HTML).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |