Execution steps:
1. Copy the script file into the \Manageengine\ServiceDesk\integration directory.
2. Update the script with the help of the comments that are provided within the script.
3. Configure the script under the Admin -> Change Custom Triggers. Provide the path of the change json file as the input to the script.
Below is a screenshot showing a sample configuration.
Note:
1. This script was tested on python v3.4.1 - 32 bit.
2. A python library called 'Requests' is necessary to run this script on the application server.
To make the best use of this, take a look at the comments in the script and the related post in our resources section.