Create Confluence Page from Template
detail.loadingPreview
Creates a new Confluence page from a specified space template, populating it with data from a webhook trigger.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the creation of Confluence pages by leveraging existing templates. When triggered by a webhook, it fetches template content, replaces placeholders with data from the webhook payload, and then creates a new page in a designated Confluence space and parent page.
Key Features
- Fetches Confluence template content (title and body).
- Replaces placeholders in the template title and body using data from the webhook payload.
- Creates a new Confluence page with the processed content.
- Supports basic authentication for Confluence API access.
How To Use
- Configure the
Set parametersnode with your Confluence base URL, target space key, target parent page ID, and the template ID you wish to use. - Ensure your Confluence credentials are set up correctly in n8n.
- The
Webhooknode will provide the endpoint to trigger the workflow. The data sent to this webhook will be used to replace placeholders in the template. - The
Replace placeholders in template body and titlenode contains JavaScript code that performs the placeholder replacement. Ensure your webhook payload structure matches the expected keys (e.g.,user.name). - The workflow will then create a new Confluence page using the
Confluence: Create page from templatenode.
Apps Used
Workflow JSON
{
"id": "1236faca-2b04-49ed-b7d9-367d8df1c622",
"name": "Create Confluence Page from Template",
"nodes": 0,
"category": "Http",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 1236faca-2b04...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
HTTP Request Template
Generates metadata for a community-contributed (unverified) template using HTTP requests.
Generate Voice from Text
Generates speech audio from provided text using an external API.
Public Webhook Relay
Relays public webhook requests from webhook.site to your local n8n workflow.
HTTP Request to AWS SQS Metadata Generator
Fetches data via HTTP and sends it to AWS SQS, generating metadata.
YouTube Search and Transcripts Tool
This workflow allows you to search YouTube for videos and fetch their transcripts.
HTTP Request and HTML Processing
Fetches data from a URL and processes the HTML content.