Announcing completed post-mortems in Slack
This is probably the most common workflow people set up, and it takes about a minute to configure. The idea is simple: every time a post-mortem is marked as complete, a message is automatically posted to a Slack channel. Your team sees it, they can click through to read it, and nobody had to remember to hit the share button. To set this up:- Create a new workflow with the A document is created or updated trigger.
- Add a condition that checks if the post-mortem status is Complete.
- Add a Post to Slack channel step, pick the channel you want to announce in, and write the message. You can use variables to include the incident name, severity, and a link to the post-mortem.
Automating exports
This one is really useful for larger organizations. You want to write your post-mortems in incident.io because that’s where the incident data lives, but you also need a copy in Confluence, Notion, Google Docs, or SharePoint because that’s where your org keeps its long-term documentation. You could remember to hit the export button every time, but that’s exactly the kind of thing that gets forgotten on a busy week. Instead, you can set up a workflow to do it for you:- Create a new workflow with the A document is created or updated trigger.
- Add a condition that checks if the post-mortem status is Complete.
- Add an Export post-mortem step and select your export destination.
Other ideas
The trigger and condition system is flexible enough to support plenty of other use cases. A few ideas:- Notify a team lead when a post-mortem for their service is completed, so they can prioritize reading it.
- Create a follow-up automatically when a post-mortem is completed, reminding someone to present the findings at the next team meeting.
- Send a message to Microsoft Teams if that’s where your team communicates, rather than Slack.