diff --git a/processes-webapp/src/main/resources/locale/notification/ProcessesNotification_en.properties b/processes-webapp/src/main/resources/locale/notification/ProcessesNotification_en.properties
index 5374d84c2..22d4a4879 100644
--- a/processes-webapp/src/main/resources/locale/notification/ProcessesNotification_en.properties
+++ b/processes-webapp/src/main/resources/locale/notification/ProcessesNotification_en.properties
@@ -28,3 +28,6 @@ Notification.label.openRequest=Open Request
Notification.label.SayHello=Hi
Notification.label.footer=This email was sent to you as eXo Platform member. Click here to change your notification settings.
Notification.label.CompanyName=eXo Platform
+
+# Digest mail notifications: label of the category this addon owns
+digest.category.process=Process
diff --git a/processes-webapp/src/main/webapp/WEB-INF/conf/processes/notification-configuration.xml b/processes-webapp/src/main/webapp/WEB-INF/conf/processes/notification-configuration.xml
index b3a234d3d..197328298 100644
--- a/processes-webapp/src/main/webapp/WEB-INF/conf/processes/notification-configuration.xml
+++ b/processes-webapp/src/main/webapp/WEB-INF/conf/processes/notification-configuration.xml
@@ -207,4 +207,33 @@
-
\ No newline at end of file
+
+
+ io.meeds.commons.digest.DigestCategoryRegistry
+
+ process
+ addCategoryProvider
+ io.meeds.commons.digest.plugin.DigestCategoryPlugin
+ The process notifications: requests and their follow up
+
+
+ id
+ process
+
+
+ labelKey
+ digest.category.process
+
+
+ order
+ 60
+
+
+ pluginIds
+ CreateRequestPlugin
+ RequestCommentPlugin
+
+
+
+
+