For the complete documentation index, see llms.txt. This page is also available as Markdown.

Auto-Create Incident Channel

Optionally spin up a dedicated Slack channel per incident, scoped by severity, instead of threading updates in the team channel.

By default Pagerly runs an incident as a message and thread in your team (or a custom) channel. For higher-severity incidents you may want a dedicated war-room channel instead. Pagerly can create one automatically when an incident is declared.

How it works

When enabled, on incident creation Pagerly:

  1. Creates a dedicated Slack channel named after the incident (e.g. inc-<title>-<id>).

  2. Sets the channel topic to the severity and title.

  3. Invites the assignee and any responders.

  4. Posts the incident message into that channel (so all updates, roles, reminders and comments live there).

Configuration

Configure this per team under Incident Settings β†’ Channel & Update Reminders:

  • Create a dedicated Slack channel per incident β€” the on/off toggle.

  • Severities β€” choose which severities get their own channel (e.g. only SEV 1). Leaving the list empty means all severities get a channel.

Auto-creating channels requires the Slack app to have permission to create and invite to channels (channels:manage, channels:write.invites). If the toggle is off, no extra permissions are needed and incidents continue to thread in the team channel as before.

This keeps low-severity noise threaded while giving major incidents a focused space β€” without forcing channel sprawl on every alert.

Last updated