Execution steps:
1. Download and copy the script file into the \Manageengine\ServiceDesk\integration directory.
2. Update the protocol , servername and portnumber used to access ServiceDesk and the technician api key in the script file.
3. Configure the script under the Admin -> Custom Triggers . Provide the path of the request json file as the input to the script.
1. This script requires that Python be installed on the Server that is running ServiceDesk Plus.It was tested on python v3.5.1 - 32 Bit.
2. You can use this script in any version of ServiceDesk Plus above 9306.
3. A Python Library called 'Requests' which is not bundled by default with Python installation. More information on this Package and the instructions on installing it on the Application Server are available here.