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

External Documentation

To learn more, visit the Notion documentation.

Parameters

ParameterDescription
Page IDThe unique identifier of the parent page.
PropertiesThe property schema of the database. The keys are the names of properties as they appear in Notion and the values are property schema objects.Note: For more information about property schema objects, visit Notion’s API documentation.
TitleThe title of database as it appears in Notion, as an array of rich text objects.Note: For more information about rich text objects, visit Notion’s API documentation.

Workflow Library Example

Create Database with Notion and Send Results Via Email

Preview this Workflow on desktop