Create a Confluence page draft
Approval-gated page creation for one Confluence Space. It creates exactly one page from storage-format body content through recued-core.confluence.page.create, optionally under a parent page. It does not upload files, alter permissions, purge/delete content, or use arbitrary Atlassian endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (13 steps)
title
trim
Trim whitespace from setting title
parent_id
trim
Trim whitespace from setting parent id
body_storage
trim
Trim whitespace from setting body storage
has_title
compare
Check if title has data
has_body
compare
Check if body storage has data
has_parent
compare
Check if parent id has data
missing_required
any
Check if any of the conditions are true
skip_child_create
any
Check if any of the conditions are true
skip_root_create
any
Check if any of the conditions are true
child_page
?
skip: step.skip_child_create equal true
root_page
?
skip: step.skip_root_create equal true
created_page
ternary
Apply ternary
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
title
setting
=
status
setting
=
current
cloud id
setting
=
space id
setting
=
atlassian
setting
=
parent id
setting
=
body storage
setting
=
<p>Draft the page content here.</p>
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.