Confluence · Arazzo Workflow
Confluence Create a Page in a Space and Read It Back
Version 1.0.0
Resolve a space by its key, create a page inside it, and read the stored page back.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiArazzoWorkflows
Provider
Workflows
create-page-read-back
Create a Confluence page in a space identified by key and confirm it stored.
Looks up the space id for the supplied space key, creates a page with the supplied title and storage-format body, and reads the created page back to confirm it persisted and to capture its version.
1
resolveSpace
getSpaces
Resolve the supplied space key to the numeric space id that the v2 API requires on write, and confirm exactly one space matched.
2
createPage
createPage
Create the page in the resolved space using the storage representation. The parentId is optional; without it the page is created at the space root.
3
readBackPage
getPageById
Read the created page back in storage format to confirm it persisted and to capture the authoritative version number for later optimistic updates.