Script to send notifications when a unknown request is raised

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 server and configured. You can review the instructions here
- Requests module should be installed with the python

Steps

1. Download the zip file from the attachment and extract it under ManageEngine\ServiceDeskPlus-MSP\integration\custom_scripts 

2. Modify the below 

configuration.json - Configure outgoing mail server settings, IP address, and technician API key.
send_mail.py - Configure the email address to which the notification should be sent and also the message.



3. Under Admin >> Business Rules >> Create the below rules under Default Settings only




                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • 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 ...
                      • How to stop requests from a domain and send notification to the user for a specific account

                        Use Case   When a particular account can only raise requests using Self Service Portal and not via email, the script will allow you to send a notification that the request is not raised and to create a request using Self Service Portal. Pre-requisite ...
                      • Script to send notification to users on upcoming contracts

                        Please follow the below link to setup python on the server https://pitstop.manageengine.com/portal/en/kb/articles/how-to-setup-python-on-the-server-11-11-2019 Steps to configure 1.  Extract the attached zip file in <Home>/integration/custom_scripts ...
                      • Unknown user and technicians permission

                        The requests that are not having a Site set means (Not associated to any site),, those requests are raised by Unknown users or Unregistered users or these users are NOT created in the application. These requests will be viewed only by certain ...
                      • Script to send notifications when an Emergency change is raised.

                        Use case The script will send email notifications to the address configured inside the script whenever an Emergency change is raised. Pre-requisite - Python should be installed in the server and configured. You can review the instructions here Steps ...