---
title: "Notion Create Page"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/notion/notioncreatepage
markdown: https://docs.nodetool.ai/nodes/lib/notion/notioncreatepage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/notion/notioncreatepage.md
---

# Notion Create Page

**Type:** `lib.notion.CreatePage`

**Namespace:** `lib.notion`

## Description

Create a new page in a Notion database or as a child of another page.
    notion, page, create, add, api

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| parent_id | `str` | The ID of the parent database or page | `` |
| parent_type | `str` | Type of parent: "database_id" or "page_id" | `database_id` |
| title | `str` | Title of the new page | `` |
| title_property | `str` | Name of the database title column (default: Name). Only used for database parents. | `Name` |
| properties_json | `str` | Optional extra properties as a JSON object (merged with title) | `` |
| content_json | `str` | Optional children blocks as a JSON array | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict` |  |

## Related Nodes

Browse other nodes in the [lib.notion](./) namespace.
