diff --git a/src/NotificationConfiguration/Actions.json b/src/NotificationConfiguration/Actions.json
index 15cdc2d9c98489066039386798771a72b3004097..500c6b63ae46932437f9180f5cd04176190580d1 100644
--- a/src/NotificationConfiguration/Actions.json
+++ b/src/NotificationConfiguration/Actions.json
@@ -306,5 +306,33 @@
"en": "You will be informed when the quota of a project is changed."
},
"group": []
+ },
+ "user_invitation": {
+ "channels": {
+ "available": [ "email" ],
+ "always": [],
+ "only": []
+ },
+ "template": {
+ "email": {
+ "de": {
+ "subject": "[Coscine] Einladung zu Projekt {{_projectName}}",
+ "body": "{{> header}}Sie wurden zu dem Coscine-Projekt {{_projectName}} eingeladen. Um die Einladung anzunehmen, folgen Sie dem Link und loggen sich in Coscine ein. Einladung annehmen.
Der Link ist für 7 Tage gültig. Falls der Link nicht funktioniert, können Sie die URL direkt aufrufen:
{{confirmation_link}}{{> footer}}"
+ },
+ "en": {
+ "subject": "[Coscine] Invitation to project {{_projectName}}",
+ "body": "{{> header}}You have been invited to the Coscine project {{_projectName}}. To accept the invitation, follow the link and log in to Coscine. Accept invitation.
The link is valid for 7 days. If the link does not work, you can access the URL directly:
{{confirmation_link}}{{> footer}}"
+ }
+ }
+ },
+ "name": {
+ "de": "User zu Projekt eingeladen",
+ "en": "User invited to project"
+ },
+ "description": {
+ "de": "Sie werden informiert, wenn ein User zum Projekt eingeladen wird.",
+ "en": "You will be informed when a user is invited to a project."
+ },
+ "group": []
}
}