... | ... | @@ -19,7 +19,7 @@ notifications: |
|
|
| **Item** | **Explanation** | **Example** |
|
|
|
| -------- | --------------- | ----------- |
|
|
|
| resource | the resource for which the notification is sent, plural | projects, groups, thesis_projects |
|
|
|
| action | the (HTTP) action executed on the item | create, destroy, update, import |
|
|
|
| action | the 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' |
|
|
|
| sender | the email address to send the message from. Can contain variables (Plaintext) | '%{student_email}' |
|
... | ... | |