Skip to content
Recued
Menu
← Back to recipes

Create a Confluence page draft

by recued-core v1

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 13 steps

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 7 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Atlassian connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

confluence confluenceknowledge-basepagedraftcreateapprovaldocumentationpack:confluence

Details

13 steps 7 configurable settings recipe_id: create-confluence-page-draft