handlers.fact_sheet_deletion_mail_handler
Whenever somebody archives a fact sheet, inform the admin team (or whoever you like), so they can
double-check. It either sends an e-mail to the e-mail address configured in the global configuration
(Company level) of your instance, or it creates a to-do in the to-do fact specified in the configuration.
If you are unsure how to configure your instance, please contact Aronis support.
exceptions: List of e-mail addresses of users whose actions should not trigger a notification, e.g. admin users.
todo_fact_sheet: id of the fact sheet where the notification will be attached.
todo_recipient: e-mail address of the recipient of the to-do notification.
title: Title of the to-do, or subject of the notification e-mail.
body: Body of the to-do or the e-mail. Supported placeholders: $DISPLAY_NAME, $USER_EMAIL, $FS_URL, $COMMENT.
If todo_fact_sheet / todo_recipient are not set, the notification will be sent as e-mail.