{% extends "base.html" %} {% block title %}Notifications{% endblock %} {% block heading %}🔔 Notifications · WhatsApp / Slack / Email{% endblock %} {% block breadcrumb %}

Einstellungen / Notifications

{% endblock %} {% block content %}

Outbound-Notifications bei Events wie order.created, invoice.overdue, maintenance.due. Kann an Slack/Discord-Webhook, Telegram-Bot, WhatsApp (via Twilio/360dialog) oder Email gesendet werden.

Neuer Channel

Aktive Channels ({{ channels|length }})

{% for c in channels %} {% else %} {% endfor %}
TypNameZielFilterAktiv
{{ c.kind }} {{ c.name }} {{ c.target }} {{ c.event_filter or '— alle —' }} {% if c.active %}✓{% else %}—{% endif %}
Noch keine Channels eingerichtet.

Verfügbare Events: order.created · order.released · order.completed · invoice.created · invoice.overdue · po.approval · maintenance.due · incident.reported

{% endblock %}