Confluence Create Multiple Pages From Template Page
1. Executive Summary Core Problem: Atlassian Confluence (Data Center & Cloud) does not provide a native, one-click button to create multiple pages from a single template simultaneously. The standard UI only supports creating one page at a time.
# Step 2: Replace variables in body (Confluence storage format) body = draft["body"]["storage"]["value"] for key, value in variables.items(): body = body.replace(f"key", value) # replaces client with Nike confluence create multiple pages from template
Purchase Better Content Archiving or ScriptRunner – the no-code UI and built-in scheduling justify cost. value in variables.items(): body = body.replace(f"key"
draft = requests.post(f"BASE_URL/rest/api/content/blueprint/instance/draft", headers=HEADERS, json=payload).json() confluence create multiple pages from template