Notify activity sends a notification e-mail to GN4 user(s) and/or group(s) of users.
The subject and the body of the e-mail to be sent should be set using respectively the properties Subject and Body. The user(s) and/or group(s) of users to be notified should be specified using the DestIds property.
Properties
•DestIds (of type IList<int>): Ids of the user, group and notifyDest objects to be considered to determine the e-mail addresses to which the notification message must be sent.
Notes:
•When DestIds is an id of a GN4 user, then the message is sent to the e-mail address specified by the eMail attribute of that user.
•When DestIds is an id of a GN4 group, then the message is sent to the e-mail address specified by the eMail attribute of that group, or, if and only if it is not set, to the e-mail addresses specified by the eMail attribute of the users that belong to that group.
•When DestIds is an id of a notifyDest object, then the message is sent to the e-mail addresses specified by the eMail attribute of the users that subscribe to that notification destination.
•Subject (of type string): Subject of the notification message to be sent
•Body (of type string): Body of the notification message to be sent