Skip to main content
Smart Defaults let you configure automatic Slack behaviors without building custom workflows. Enable channel creation, set up announcements, configure reminders, and manage archiving from a single settings panel.
New vs Existing Customers:
  • New customers have Smart Defaults enabled by default and can manage incidents immediately
  • Existing customers have Smart Defaults disabled to avoid disrupting existing workflow configurations

How to Access

  1. Go to Configuration β†’ Integrations β†’ Slack
  2. Click Configure
  3. You’ll see the Smart Defaults panel

Workspace Setup

Workspace selection dropdown Select the Slack workspace where incident channels will be created.
Most users see one workspace. Enterprise Grid customers may see multiple workspaces.
The selected workspace determines which users, groups, and channels appear in Rootly dropdowns.

Notifications

Configure what messages Rootly sends to Slack.

Team Notifications

Team notifications settings
Announces every new incident in a specified channel.Default announcement channel configuration
Rootly refreshes channels daily. Click Refresh channels if a channel doesn’t appear.
For private channels, the Rootly bot must be added first. Send @Rootly in the channel to invite the bot.Private channel bot invitation
Notify specific users, groups, or channels when high-severity incidents are declared.
See Severities to configure severity levels.
Announces new alerts in a specified channel. Messages auto-update as alerts are acknowledged, escalated, or resolved.
For conditional routing (e.g., different channels per team), use a Custom Workflow.

Smart Reminders

Smart reminder settings
What counts as β€œactivity”?
  • Updating the incident summary βœ“
  • Using πŸ“Œ emoji to log timeline events βœ“
  • Regular messages in the channel βœ— (does not count)

Updates

Incident update notification settings

Advanced

Advanced notification settings

Incident Channel

Configure how incident channels are created and managed.

Channel Settings

Incident channel settings
Slack doesn’t allow duplicate channel names. Predefined options ensure uniqueness. For custom names, include unique identifiers like {{ incident.sequential_id }}.
Example custom channel names:
  • inc-{{ incident.sequential_id }}-{{ incident.title | slugify }}
  • {{ incident.severity | downcase }}-{{ incident.created_at | date: '%Y%m%d' }}-{{ incident.title | truncate: 20 }}

Bypass Slack Permissions

Bypass Slack permissions setting Some workspaces restrict channel creation to admins. Enable this to let Rootly create channels on behalf of admin users.
Check with your Slack admin before enabling. This requires additional user scopes.

Emoji Shortcuts

Emoji shortcut interactions Configure emoji reactions to trigger actions:
Choose uncommon emojis to avoid accidental triggers. Avoid πŸ‘, πŸ˜„, or other frequently used reactions.

Archive Channels

Channel archiving settings

Member Tracking

Member tracking settings

When to Use Custom Workflows Instead

Smart Defaults cover common scenarios, but use Custom Workflows when you need:
  • Conditional logic β€” Different channels for different teams or severities
  • Multi-step automations β€” Invite users, then send a message, then add a bookmark
  • Integration actions β€” Create Jira tickets, page PagerDuty, update status pages
  • Scheduled/delayed actions β€” Send reminders at specific intervals
  • Custom message formatting β€” Use Block Kit for rich interactive messages