Pre-requisites:
1. Python should be configured in the server. If it's not already installed, click here for instructions.
2. Also We need a dependency called requests. To install dependency run the file 'easy_install.exe' which is under <Drive>:\Python34\Scripts
Example :
C:\Python34\Scripts>easy_install.exe requests
Instructions:
1. Download
the script "sendmail_withdiffcontent_v1.py" and place it under ManageEngine\ServiceDeskPlus-MSP\integration\custom_scripts.
2. Also, place functions.py and configuration.json (edit this file set values as per yours) under ManageEngine\ServiceDeskPlus-MSP\integration\custom_scripts.
3. Edit the file "sendmail_withdiffcontent_v1.py" and configure the Subject & Email Address that you would like to notify:
4. Set the Custom Trigger Action as per your requirement.
5. Under "Perform Action". Set the Action as "Execute Script" with "py sendmail_withdiffcontent_v1.py $COMPLETE_JSON_FILE" as show