<aside> 💬
Use this setting to control how Vibe names new Slack or Microsoft Teams war room channels. Existing channels are not renamed.
</aside>
All members can view the current setting. Only organization admins can change it.
Default ID-prefix view
This is the default. Vibe names the channel with the standard incident prefix and incident number.
Example: Slack shows #inc-vibe-123.
Choose Custom to build your own channel name template. Type normal text and insert any of these variables:
| Variable | Value | Example |
|---|---|---|
{{id}} |
Incident number. This variable is required. | 123 |
{{name}} |
Short version of the incident title. | api-outage |
{{date}} |
Date the incident started. | 2026-07-14 |
Insert a variable by clicking it below the editor, or type / in the editor and select it from the menu. When you insert two variables next to each other, the editor adds a dash between them.
Example template: inc-{{id}}-{{date}}-{{name}}
Slack preview: #inc-123-2026-07-14-api-outage
Custom template editor