cancel
Showing results for 
Search instead for 
Did you mean: 

Configure the "Send to.." on Notification Send Email

nicoespinoza_
Champ in-the-making
Champ in-the-making

Hi , I need to create a Email Notification, its working with a harcoded email adress but i need to know if it is possible to choose the mail recipients such a users or groups when the notification is triggered. Thanks

3 REPLIES 3

Vladimir_Pasqui
Star Collaborator
Star Collaborator

Hi,

Yes you can put as recipient a MVEL expression to fetch email users or groups:

@{Fn.getEmail(user)}

As user is the user id. Same for the group.

May be be i dind not extlain well,

To fetch selected document/user/object in a Nuxeo listing, the platform provides seam components to access to them with EL Expression (#{parameter}) you can put as recipient into your operation parameter.