You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know there are two options for sending notifications from within the system:
implement a dedicated email handler, read the templates from the file system and send the emails
use status actions and setup the templates + events that will trigger email notifications
Both approaches require pre-defined templates stored on the file-system and if a template changes the backend needs to be restarted. Also, it is not possible (i didn' find) a way to setup the templates themselves from the frontend. That is, the User Officers do not have full control on managing the templates.
At ELI we would occasionally need to send 'ad-hoc' notifications to the PI-s for a given subset of proposals with a custom/temporary template. For such notifications we don't want the notification flag to be set. The idea is as follows:
user selects one or two proposals on the proposals page
user clicks on 'Send email' button
a dialog with a text area/listbox pops up
user selects the template to be used from a pre-defined set of available templates (listbox) OR enters a new template in the text area
user clicks on 'Send' and all the PI-s will be notified with the message according to the selected template
The recipients can also be configurable just like it is for the status actions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I know there are two options for sending notifications from within the system:
Both approaches require pre-defined templates stored on the file-system and if a template changes the backend needs to be restarted. Also, it is not possible (i didn' find) a way to setup the templates themselves from the frontend. That is, the User Officers do not have full control on managing the templates.
At ELI we would occasionally need to send 'ad-hoc' notifications to the PI-s for a given subset of proposals with a custom/temporary template. For such notifications we don't want the notification flag to be set. The idea is as follows:
The recipients can also be configurable just like it is for the status actions.
Beta Was this translation helpful? Give feedback.
All reactions