{% extends 'layout/base.twig' %} {% set title = 'Notification Groups' %} {% set pageTitle = 'Notification Groups' %} {% set pageDescription = 'Manage notification channels and assignments' %} {% set pageIcon = 'fas fa-bell' %} {% block content %} {# Quick Actions #}
Notification groups allow you to organize your notification channels. You can create multiple channels (Email, Telegram, Discord, Slack, Mattermost, Pushover, Webhook) within each group, then assign domains to the group. When a domain is about to expire, all active channels in its group will receive notifications.
| Group Name | Description | Channels | Domains | Actions | |
|---|---|---|---|---|---|
|
{{ group.name }}
|
{{ group.description|default('No description') }}
|
{{ group.channel_count }} channel{{ group.channel_count != 1 ? 's' : '' }} | {{ group.domain_count }} domain{{ group.domain_count != 1 ? 's' : '' }} |
{{ group.description|default('No description') }}
Create your first notification group to start receiving alerts
Create Your First Group