Notion · Arazzo Workflow
Notion Create a Database, Seed a Page, and Add Content
Version 1.0.0
Stand up a new Notion database under a page, add a first entry, then fill that entry with content blocks.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
create-database-page-content
Create a database, add a page to it, and append content blocks to that page.
Creates a database under a parent page, creates a page inside that database using a Title property, and appends a heading and paragraph of content to the new page.
1
createDatabase
createDatabase
Create a database as a subpage of the parent page with a single title property in its schema.
2
createPage
createPage
Create a page whose parent is the new database, setting the title property so the page conforms to the database schema.
3
appendContent
appendBlockChildren
Append a heading and a paragraph block to the newly created page using the page ID as the block to append children to.