Skip to main content
notion.createPage create a page with properties and optional initial content.

Example

automations/notion-create-page.automation.ts

Inputs

parent and properties are optional for connection types that may create a private workspace page. Markdown cannot be combined with content or children, and templates cannot be combined with children. Set allow_async with markdown when Notion should create the page as a background task. Every input accepts a compatible signal, and an optional second argument can select a named account.

Output

Returns the created full or partial page object for a synchronous request. An asynchronous markdown request returns an async_task; pass its id to getAsyncTask and respect poll_after_seconds while it is pending.