How to flag a request and receive email email notification on every updates of the request.

How to flag a request and receive email email notification on every updates of the request.

Requirement :

To flag a request and receive email notification on every update of the request.

Solution :

Add an additional field as 'Flag' with options Yes and No 

I have split the solution 2 ways 

1. Receive notifications when there is an update in the fields
2. Receive a notification when a new reply is received in the request. 

1. Receive notifications when there is an update in the fields

This can be done using business rule. Please refer to my previous email. Using business rule we can send a notification to a specified technician whenever there is an update in the request fields. However, this does not send notifications when there is a new reply received. Hence, we are going for another feature. 

 2. Receive notification when a new reply is received in the request. 

We can achieve this using a python script 

1. Under Admin>Custom Trigger>>> Set the below configurations 



The above trigger will launch where ever there is a New reply to a request where the flag is Yes, running the script which will send an email notification. 

In the server, under ManageEngine\ServiceDeskPlus-MSP\integration\custom_scripts you will have to paste the below file and perform modifications. 

1. configuration.json - Configure the Mail Server Details 
2. functions.py          - No edit required
3. send_mail.py        - Configure the email template and the recipients.  

Scripts are available in the attachment



                  New to ADSelfService Plus?

                    • Related Articles

                    • To send an acknowledgement email notifications to change owner for every reply conversation in change.

                      Overview The below document explains the steps that need to be configured for sending notifications to change owner for every reply conversation in changes. (i.e) When a reply is sent and a conversation is added to a change then the acknowledgment ...
                    • Script to send notifications when a unknown request is raised

                      Use case The script will send email notifications to the address configured inside the script whenever a request is created under unknown requests.  This notification will be sent to Admin Email Pre-requisite - Python should be installed in the ...
                    • How to send custom email notifications for a request_NOT IN USE

                      This sample python script is used for sending custom notifications from ServiceDesk Plus MSP when a criteria is met.  You all know that ServiceDesk Plus MSP has notification rules and customisable templates to notify requesters, technicians, and ...
                    • Request recipient email

                      This report is used to find the recipient email address.  Some requests are forward to others through the mail, this report helps to find the statistics how many requests are forward to others using the email address filter.  To make any changes to a ...
                    • Mail fetching - deleted flag issue

                      This message will be thrown, when you have provided a shared mailbox. The concept here is, SDP MSP reads the mail from the configured mailbox and adds it as a request. During the time, if some other application fetches the mail from the same mailbox ...