You can now configure all notifications in the admin_settings.yaml file using the admin settings in the following table. 

Admin setting

Description

notify_new_workspace_synced

Specify whether users get a notification when iManage Drive starts syncing and finishes syncing a new workspace. When set to true, the Notifications > Matters notifications > New Matters synced check box is selected.

notify_new_workspace_synced_popup

Specify whether an iManage Drive will popup displaying sync progress when a new workspace is synced. When set to true, the Notifications > Panel popup notifications > Matters notifications check box is selected.

notify_on_files_changes

Specifies if notifications are displayed in iManage Drive whenever users modify files. When set to true, the Notifications > Documents changed check box is selected.

notify_on_emails_changed

Specify if notifications are displayed in iManage Drive whenever users modify emails. When set to true, the Notifications > Document notifications > Emails changed check box is selected.

notify_workspace_removed

Specify if notifications are displayed when a workspace is unsynced and when iManage Drive finishes unsyncing. When set to true, the Notifications > Matters notifications > Matters unsynced check box is selected.

notify_workspace_removed_popup

Specify when an iManage Drive will popup displaying unsync progress when a workspace is unsynced. When set to true, the Notifications > Panel popup notifications > Matters unsynced check box is selected.

These settings can be marked as admin controlled such that the user won't be able to change the value of them. For example,

admin_setting_controlled_values:
- notify_new_workspace_synced
- notify_new_workspace_synced_popup
- notify_on_files_changed
- notify_on_emails_changed
- notify_workspace_removed_popup
- notify_workspace_removed
- notify_of_long_paths
notify_new_workspace_synced: true
notify_new_workspace_synced_popup: true
notify_on_files_changed: true
notify_on_emails_changed: true
notify_workspace_removed: true
notify_workspace_removed_popup: true
notify_of_long_paths: true