Escalation Policies
An escalation policy decides who gets paged when an incident opens, and what happens if no one acknowledges. A service points at one policy as its default; when an incident opens, the policy runs until someone acknowledges, the steps run out, or the policy finishes repeating.

The policies list shows each policy’s name, description, initial wait time, and number of steps.
How a policy is built
Section titled “How a policy is built”A policy has two levels: the policy itself, and an ordered list of steps.
Policy
- Name and description.
- Wait time — minutes to wait before the first step fires.
0pages immediately. - Repeat count — how many extra times to run the whole policy from step 1 if nobody acknowledges.
0means run once;2means three passes in total.
Step
- Recipients — one or more targets (see below).
- Escalate after — minutes to wait for an acknowledgement before the next step fires.
- Retries (optional) — re-page this step’s recipients on a timer until someone acknowledges (covered below).
Step recipients
Section titled “Step recipients”A single step can mix three kinds of recipient:
- Users — each notified by email, SMS, or voice. Pick at least one method per user. SMS and voice need a paid plan and a verified phone number; the editor disables them with a tooltip when either is missing.
- On-call schedules — the step notifies whoever is on call on the schedule at the moment it fires. A schedule can resolve to several people at once, and each is notified through their own methods. On-call schedules need the Pro plan.
- Slack channels — posted to a shared channel. A channel’s fallback order lets you tier channels:
0is primary, higher numbers are fallbacks. Per-user Slack DMs aren’t supported — only shared channels.
How the timing plays out
Section titled “How the timing plays out”Picture a two-step policy with a repeat:
- Wait 0 min — the incident opens and step 1 fires immediately.
- Step 1 pages the on-call schedule and a backup user. Escalate after 5 min.
- No acknowledgement in 5 minutes → Step 2 pages a Slack channel and the team manager. Escalate after 10 min.
- Still no acknowledgement → with repeat count 1, the policy loops back to step 1 and runs the whole thing once more.
The moment someone acknowledges, the policy stops — no more steps, no more repeats.
Re-page a step until someone acknowledges
Section titled “Re-page a step until someone acknowledges”Within a step you can re-notify the same recipients on a timer instead of waiting for the next step. Set:
- Retry interval (ack timeout) — minutes between re-pages.
- Max retries — how many times to re-page.
Retries run only during that step’s escalate-after window. Once the policy advances, any remaining retries are skipped.

- Create an escalation policy — the step-by-step build.
- On-Call Schedules — what a step pages when it targets a schedule.
- Slack Integration — connect Slack before adding channel recipients.