{
    "$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_completed_attributes",
                    "notificationTypeKey": "automation",
                    "notificationChannelKey": "web_socket",
                    "titleTemplate": "Document '{{currentObject}.name()}' ready for review",
                    "descriptionTemplate": "The document {{currentObject}.link()} has been completed and is ready for review. Please validate its content and classification."
                }
            ]
        }
    }
}