Good morning,
I want to refer to users or groups within a current space, and send an email notifying all of them. I don't use a rule that sends email because I need the document's name in subject.
I created a rule and executed a script. But I can't find out how to send the mail to the groups without naming the group specifically. I've tried
var siteGroup = "GROUP_MP_Admin";
mail.parameters.to_many=siteGroup;
But I need the group to be variable.
Regards,
Marcela