appendToPage
Add content to an existing OneNote page with optional timestamps and separators for organized note-taking.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The ID of the page to append content to. | |
| content | Yes | Content to append (HTML or markdown-style). | |
| addTimestamp | No | Add a timestamp (default: true). | |
| addSeparator | No | Add a visual separator (default: true). |