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
CollaborationDatabaseIdeasNotesProductivityProjectT1TaskWikiWorkspaceArazzoWorkflows
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
Create a database as a subpage of the parent page with a single title property in its schema.
2
createPage
Create a page whose parent is the new database, setting the title property so the page conforms to the database schema.
3
appendContent
Append a heading and a paragraph block to the newly created page using the page ID as the block to append children to.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.