> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Database

Creates a database as a subpage in the specified parent page, with the specified properties schema.

<Note>
  External Documentation

  To learn more, visit the [Notion documentation](https://developers.notion.com/reference/create-a-database).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                                                                                                                                                                                                                                 |
  | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Page ID    | The unique identifier of the parent page.                                                                                                                                                                                                                                                                                   |
  | Properties | The property schema of the database. The keys are the names of properties as they appear in Notion and the values are property schema objects.<br /><br />**Note**: For more information about property schema objects, visit [Notion's API documentation](https://developers.notion.com/reference/property-schema-object). |
  | Title      | The title of database as it appears in Notion, as an array of rich text objects.<br /><br />**Note**: For more information about rich text objects, visit [Notion's API documentation](https://developers.notion.com/reference/rich-text).                                                                                  |
</div>

## Workflow Library Example

[Create Database with Notion and Send Results Via Email](https://library.blinkops.com/workflows/create-database-with-notion-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-database-with-notion-and-send-results-via-email/canvas" />
</div>
