plane-page-append-content
Add content to the end of a page without overwriting existing content. Accepts markdown or HTML.
Instructions
Append content to the end of an existing page without replacing existing content. Accepts markdown (default) or HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Content format | markdown |
| content | Yes | Content to append | |
| page_id | Yes | Page UUID | |
| project_id | Yes | Project UUID |