Automating Playbooks
Set up Playbooks to run automatically when an incident matches conditions you define.
Last updated
Set up Playbooks to run automatically when an incident matches conditions you define.
Automated Playbooks run on every incident that matches the conditions you define. No manual trigger needed.
The trigger is an incoming incident.
Choose whether the automation applies to all integrations and services or only specific ones.
Incident title — match by keyword or regex
Incident details — match by payload key/value pairs or regex
Incident occurrences — trigger based on how many times an incident has occurred within a timeframe
Priority or severity — match by P1–P5 or SEV1–SEV3
Combine multiple conditions using AND/OR logic. For example: run the Playbook if the incident is P1 priority OR contains "Down" in its title.
Run on any incident: Runs for every incident matching your conditions, on any status change — triggered, acknowledged, or resolved.
Run when all incidents: Runs when all incidents in a set reach a specific status. Useful for coordinated actions across multiple incidents.
Automatic service recovery: Trigger an outbound webhook to restart servers, run diagnostics, or scale resources.
Keyword detection: Detect severity from keywords in the incident title, alert teams, and update your status page.
Critical integration incident: For SEV1 incidents on a specific integration, set priority to P1, launch a War room, and run external scripts via outbound webhook.
Customer-facing outage: Acknowledge the incident, create a Zendesk ticket, and prepare customer support for communication.
Service self-recovery: Auto-acknowledge or resolve incidents triggered by service restart attempts.
Performance degradation: Trigger diagnostics via outbound webhook when performance metrics fall below thresholds.
Post-incident review: Trigger an outbound webhook to schedule a review once all incidents are resolved.
System health recheck: After acknowledging connectivity issues, run an automated health check via outbound webhook.
Customer communication: Update the status page and send resolution summaries when incidents are resolved.
Resource scaling: Initiate resource optimization after high-usage incidents are resolved.
Infrastructure restoration: Automate service restoration and backup checks following database incidents.
Last updated