Making a notification and sending it to the recipient’s e-mail list can be done using both the “code” and the “design” method, which is given below the related description.

bpmAppService.BPMSServices.NotificationService. Send (input1, input2, input3, input4, input5, input6);
input1: string (notification title)
input2: string (notification text)
input3: NotificationAgent (notification type)
input4: Boolean (True or False)
input5: list (recipient email)
input6: SortedList (Attached and Optional)
Output: No