notion_create_page
Create new Notion pages under a specified parent database or page. Convert Markdown content into Notion blocks for structured page creation.
Instructions
Create a new Notion page in the given parent (database or page).
Args: parent_id (required): Parent page or database ID. title (required): content_markdown: Page content in Markdown (will be converted to Notion blocks). project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| effect | No | ||
| parent_id | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| content_markdown | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |