Overview
Workflows let you automate Confluence page creation and control exactly what information Rootly publishes during an incident. You can trigger a page creation when an incident resolves, when a retrospective begins, or on any other workflow event — and use Liquid variables to populate pages with live incident data.Step 1: Create a Workflow
Open workflow creation


Choose a workflow type
- Incident — trigger actions during active incidents
- Retrospective — trigger actions when a retrospective begins or changes status
- Pulse — trigger actions on a schedule

Step 2: Configure Triggers
Triggers define when the workflow runs.
Step 3: Add Conditions
Conditions let you refine when the workflow executes after a trigger fires.
- Severity filter — only create a page for SEV-1 or SEV-2 incidents
- Team or service filter — scope page creation to incidents affecting specific teams or services
- Incident type — ensure the workflow only runs when Kind is set to Incident
- Environment — only generate pages for production or customer-impacting issues
Step 4: Add the Create Confluence Page Action
Add an action

Select Create Confluence Page


Configure the action
Save the workflow
Action Fields
Update an Existing Confluence Page
In addition to creating pages, Rootly can update pages that already exist. Add an Update Confluence Page action and configure the following fields:Creating a Confluence Template
Rootly fetches page templates directly from your Confluence space via the API. Templates you create in Confluence appear automatically in the Confluence Template dropdown within the workflow action.Open your Confluence space

Access template settings

Create the template


Save the template
Template Examples
Use the Liquid Variable Explorer to test variables before deploying templates in production.- Standard Retrospective
- Executive Summary
- Technical RCA
Frequently Asked Questions
My Confluence template is not appearing in the dropdown
My Confluence template is not appearing in the dropdown
The workflow ran but no Confluence page was created
The workflow ran but no Confluence page was created
Liquid variables are rendering as blank on the page
Liquid variables are rendering as blank on the page
incident.resolved_at will be empty if the incident has not yet resolved. Add a fallback using Liquid filters (e.g., {{ incident.resolved_at | default: "TBD" }}).Can I create a page in multiple spaces from one workflow?
Can I create a page in multiple spaces from one workflow?
How do I reference a page created earlier in the same workflow?
How do I reference a page created earlier in the same workflow?