notion_create_page
Create a new page in Notion as a child of an existing page or database. Define properties, add content blocks, and optionally include icons or cover images.
Instructions
Creates a new page in Notion. Can be a child of a page or database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
children | No | Optional page content as array of block objects | |
cover | No | Optional page cover image | |
icon | No | Optional page icon | |
parent | Yes | Parent page or database | |
properties | Yes | Page properties. Must match parent database schema if parent is a database. |