{% extends 'layout/base.twig' %} {% set title = 'Create Notification Group' %} {% set pageTitle = 'Create Notification Group' %} {% set pageDescription = 'Set up a new notification group for your domains' %} {% set pageIcon = 'fas fa-plus-circle' %} {% block content %} {# Main Form #}

Group Information

{{ csrf_field() }} {# Group Name #}

Choose a descriptive name for this notification group

{# Description #}

Optional: Add notes to help identify this group's purpose

{# Action Buttons #}
Cancel
{# Info Section #}

Next Steps

  • After creating the group, you'll be able to add notification channels (Email, Telegram, Discord, Slack, Mattermost, Pushover, Webhook)
  • Configure each channel with the necessary credentials and settings
  • Assign domains to this group to start receiving notifications
{% endblock %}