Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Project Forum Project Forum
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 116
    • Issues 116
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 14
    • Merge requests 14
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
    • Model experiments
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • EIPEIP
  • Project ForumProject Forum
  • Project ForumProject Forum
  • Wiki
  • Notifications

Notifications · Changes

Page history
Add message_html and sender authored Dec 13, 2019 by Taico Aerts's avatar Taico Aerts
Show whitespace changes
Inline Side-by-side
Notifications.md
View page @ c60661f4
......@@ -9,7 +9,9 @@ notifications:
action:
as:
subject: 'Subject of email/notification (Plain)'
message: 'Message of notification (HTML)'
message: 'Message of notification (Plain)'
message_html: 'Message of notification (HTML)'
sender: 'Sender of the email (optional)'
setting_group: 'Group the setting belongs to in the notification preferences (Plain)'
setting: 'Textual description of the notification for the notification preferences (Plain)'
```
......@@ -20,7 +22,9 @@ notifications:
| action | the (HTTP) action executed on the item | create, destroy, update, import |
| as | the name of the notification itself/the person the notification is for | default, thesis_contact, student |
| subject | the subject of the email/notification. Can contain variables (Plaintext) | '%{user} joined your group' |
| message | the message in the email/notification. Can contain variables (HTML) | '%{coach} accepted your invitation <br> Congratulations!' |
| sender | the email address to send the message from. Can contain variables (Plaintext) | '%{student_email}' |
| message | the message in the email/notification. Can contain variables. Specify either `message` or `message_html`, not both (Plaintext) | '%{coach} accepted your invitation' |
| message_html | the message in the email/notification. Can contain variables. Specify either `message` or `message_html`, not both (HTML) | '%{coach} accepted your invitation <br> Congratulations!' |
| setting_group | the group under which the notification will be listed in the notification preferences (Plaintext) | Project, Group, Coordinator |
| setting | short text describing the notification as shown in the notification preferences (Plaintext) | Coach accepted invitation |
......
Clone repository
  • Cleanup after approval
  • Code Quality
  • Database Setup
  • Deployment
  • Elasticsearch Setup
  • Events
  • Home
  • Installation on Windows
  • Interesting features
  • Notifications
  • Overview of notifications
  • SAML
  • Thesis Workflow