Notion · Arazzo Workflow
Notion Create a Page and Read Back Its Content
Version 1.0.0
Create a standalone page with content blocks, then retrieve that page's block children.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
create-page-read-children
Create a page with content and read back its block children.
Creates a page as a child of an existing page with a title and a paragraph block, then retrieves the page's child blocks to verify the content.
1
createPage
createPage
Create a page under the parent page with a title property and an initial paragraph block of content.
2
readChildren
retrieveBlockChildren
Retrieve the child blocks of the new page by passing the page ID as the block ID, confirming the appended content is present.