{
    "$schema": "https://schema.dawiso.com/package-schema.json",
    "package": {
        "key": "cust_automation_notification_templates",
        "name": "Automation Notification Templates",
        "autoInstall": false,
        "assets": {
            "notificationTemplates": [
                {
                    "key": "web_socket",
                    "notificationTypeKey": "automation",
                    "notificationChannelKey": "web_socket",
                    "titleTemplate": "Document '{{currentObject}.name()}' Requires Update Before SLA Deadline",
                    "descriptionTemplate": "The document {{currentObject}.link()} is approaching its SLA deadline on {{currentObject}.attribute('cust_compliance_documentation_sla_date').format('D')}}. Please update the document as soon as possible. For support, contact the assigned Steward at {{currentObject}.userRelation('core_steward').email()}}.",
                    "enabled": true
                },
                {
                    "key": "email",
                    "notificationTypeKey": "automation",
                    "notificationChannelKey": "email",
                    "titleTemplate": "Document '{{currentObject}.name()}' Requires Update Before SLA Deadline",
                    "descriptionHtmlTemplate": "The document {{currentObject}.link()} is approaching its SLA deadline on {{currentObject}.attribute('cust_compliance_documentation_sla_date').format('D')}}. Please update the document as soon as possible. For support, contact the assigned Steward at {{currentObject}.userRelation('core_steward').email()}}.",
                    "enabled": true
                }
            ]
        }
    }
}