Notion · Arazzo Workflow
Notion Sync a Row into a Database Data Source
Version 1.0.0
Discover a database by title, read its schema, then add a new page row whose properties conform to it.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectT1TaskWikiWorkspaceArazzoWorkflows
Provider
Workflows
data-source-sync
Find a database by title, read its schema, and insert a conforming row.
Searches for a database by title, and when found, retrieves its schema and creates a page inside it with the supplied properties, syncing a new row into the database data source.
1
findDatabase
Search for the target database by title, filtering results to the database object type and returning a single match.
2
readSchema
Retrieve the matched database to read its property schema before inserting a conforming row.
3
insertRow
Create a page (row) inside the database with the supplied property values, which must conform to the database schema.
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.