Actions
Create Database
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
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.Note: For more information about property schema objects, visit Notion’s API documentation. |
Title | The 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