duplicate_page
Copy a Notion page and its content to create a new page with the same blocks, allowing you to reuse templates or content structures.
Instructions
Duplicate a page. Reads all blocks from the source and creates a new page with the same content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Source page ID to duplicate | |
| title | No | Title for the new page. Defaults to source title + ' (Copy)' | |
| parent_page_id | No | Parent page ID for the new page. Falls back to source page's parent, then follows the same resolution as create_page. |