Stop writing wiki pages by hand. Generate clean Confluence pages from a template whenever a form, script, or app sends data to your webhook. Great for status reports, meeting notes, SOPs, and launch checklists.
A webhook receives a POST and passes inputs forward. A Set node holds your site URL and the template ID so changes are easy. The workflow pulls the template content from Confluence using your API token. A Code node finds tokens like $project.name$ in the title and body and replaces them with values from the payload. It then calls the Confluence REST API to create a new page. A time stamp is added to the title so names stay unique.
You need an Atlassian account, a Confluence API token, your base URL, and the template ID. Send a small JSON test to the webhook and confirm a new page appears in your space. Teams usually cut page creation from about 10 minutes to under a minute and get the same format every time. Common uses include weekly updates, onboarding checklists, and release notes. After testing, turn it on and point any tool that can send HTTP requests to the webhook.