notion_move_page
Move a Notion page to a new parent page or database using its page ID and target parent ID.
Instructions
Move a Notion page to a new parent page or database.
page_id: the page to move. new_parent_page_id: move under this page. new_parent_database_id: move into this database (as a new row). Only one of the two parent args should be set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| new_parent_page_id | No | ||
| new_parent_database_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |