Help and Documentation
...
Webhooks
Event Payloads
incident_post_mortem.*
1min
JSON
1{
2 "event: : {
3 "id": "9839c4ca-5e7b-416d-ad95-d09ae0c8eead",
4 "type": "incident_post_mortem.created",
5 "issued_at": "2022-11-27T19:36:00.000-08:00",
6 },
7 "data": {
8 "id": "2c7497e5-5d15-4fa4-aeac-cac063aafe19",
9 "incident_id": "b7eed587-50e6-44fe-b010-7a2bb05d737a",
10 "title": "Sparkling Frost",
11 "status": "draft",
12 "url": "http://rootly.com/account/incidents/19-sparkling-frost/postmortem_url",
13 "short_url": null,
14 "content": "<h1>{{incident.created_at | date: \"%Y-%m-%d\"}} - {{incident.title}}</h1>\n<h1><strong>Leadup</strong></h1>\n<br><span style=\"color: #7a869a\">Describe the circumstances that led to this incident</span><br><br>\n<h1><strong>Fault</strong></h1>\n<br><span style=\"color: #7a869a\">Describe what failed to work as expected</span><br><br>\n<h1><strong>Detection</strong></h1>\n<br><span style=\"color: #7a869a\">Describe how the incident was detected</span><br><br>\n<h1><strong>Root causes</strong></h1>\n<br><span style=\"color: #7a869a\">Run a 5-whys analysis to understand the true causes of the incident</span><br><br>\n<h1><strong>Mitigation and resolution</strong></h1>\n<br><span style=\"color: #7a869a\">What steps did you take to resolve this incident?</span><br><br>\n<h1><strong>Lessons learnt</strong></h1>\n<br><span style=\"color: #7a869a\">What went well? What could have gone better? What else did you learn?</span><br><br>",
15 "published_at": null,
16 "started_at": "2022-11-27T19:36:00.000-08:00",
17 "mitigated_at": "2022-11-27T19:44:32.156-08:00",
18 "resolved_at": "2022-11-27T19:44:32.156-08:00",
19 "cancelled_at": null,
20 "show_timeline": true,
21 "show_timeline_starred_only": false,
22 "show_timeline_genius": true,
23 "show_timeline_trail": true,
24 "show_timeline_tasks": true,
25 "show_timeline_action_items": true,
26 "show_functionalities_impacted": true,
27 "show_services_impacted": true,
28 "show_groups_impacted": true,
29 "show_action_items": true,
30 "created_at": "2022-11-27T19:36:49.779-08:00",
31 "updated_at": "2022-11-27T19:44:32.177-08:00"
32 }
33}