createNotionPage
Create a Notion page with a specified title and optional content under a parent page or database, enabling quick documentation from your tools.
Instructions
Creates a new page in Notion with specified content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the new page | |
| content | No | Optional text content for the page | |
| parentId | Yes | ID of the parent page or database | |
| parentType | Yes | Type of parent (page or database) |