System-Benachrichtigungen

Bemerkung

System notifications can only be customized on self-hosted installations.

System-Benachrichtigungen sind automatisierte Emails, die Zammad für kritische Systemereignisse wie z.B. Accountänderungen oder SLA-Verletzungen versendet.

Unlike the automated emails you can set up using Triggers or the Scheduler, these notifications are built into Zammad itself: if you need to customize them, you will have to modify some of the files on your server.

Wann werden sie gesendet?

Alle Benutzer werden über folgendes benachrichtigt:

  • Anfragen zum Ändern des Passworts

Staff (admins & agents) are notified of:

  • Logins von neuen Geräten

  • Logins von neuen Ländern

Agents are notified of:

  • neue Tickets

  • aktualisierte Tickets

  • “ticket pending” reminders

  • SLA violations (before and after the deadline)

Daily reminder emails are sent at midnight (UTC) for all unresolved “ticket pending” reminders and SLA violations.

How can I customize them?

Inside your Zammad directory (usually /opt/zammad), email templates for various events are stored inside the /app/views/mailer directory, named according to the language they’re written in. Thus,

/opt/zammad/app/views/mailer/ticket_create/de.html.erb

is the German-language template used to notify agents whenever a new ticket is created. To modify this template, create another file with the same name and add a .custom suffix:

/opt/zammad/app/views/mailer/ticket_create/de.html.erb.custom

Now, this file will be used instead of the original when sending notification emails in German.