create_page
Create a new Notion page by providing a title, optional content, and parent page or database ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the new page | |
| parent_id | Yes | ID of the parent page or database | |
| parent_type | No | Type of parent entity | page_id |
| content_body | No | Initial paragraph content body for the new page |