Notion: Create Page logo

Catalog action Integrations pipedream:notion

Create a new page in a Notion database or under a parent page. Use this to create documentation, notes, or structured records. Supports markdown content and custom titles. Ideal for: documentation, notes, task creation, knowledge base entries.

At a Glance

FieldValue
Action IDnotion-create-page
CategoryIntegrations
Connectorpipedream:notion
Requires gasNo
Funds movementNone declared
Tagspipedream, integration, oauth, notion, productivity, write, documentation, notes, database, knowledge-base

Payload Schema

FieldTypeRequiredDescription
parentIdstringYesThe ID of the parent page or database where the new page will be created
titlestringYesThe title of the new page
contentstringNoThe content to add to the page (as paragraph blocks)

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the page was created successfully
dataobjectNoNotion API response data
exportsobjectNoExported values from the action

Examples

json
{ "type": "notion-create-page", "payload": { "parentId": "example-parentId", "title": "example-title" }, "children": [], "connector": { "type": "pipedream:notion", "id": "conn_pipedream_notion" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I