This sample script is used to post instant alerts in a HipChat chatroom whenever a ticket is created in ServiceDesk Plus.HipChat is a hosted group chat platform built for teams that collaborate through persistent chat rooms, file and screen shares.An API call is used to post the request details into HipChat.
The Request details are stored as a JSON Object in a file and its path is provided as input to the Script.This can be used in the application either under Request Custom Triggers , Request Custom Menu or Change Custom Triggers.The link here will provide more information on Request Custom Triggers.
Use Case:When a user from executive management raises a request citing issue with the wifi network, the IT manager can coordinate in real time with the technicians in the group through a chat room.This helps in formulating a plan that ensures speedy recover from the crisis.The message will have the Priority of the Request , the Time of Creation and the Requester's Name along with a link to the request in ServiceDesk Plus.
Execution Steps:
1. Copy the script file into the \Manageengine\ServiceDesk\integration directory.
2. Update the authorization token and the name of the respective chat room in the script. Also, you can customize the text posted in the chat room.
3. Configure the script under Admin -> Custom Triggers . Provide the path of the request json file as the input to the script.
Attached below is a screenshot showing a sample implementation below.
If the action fails with a HipChat specific error code, please take a look at the link here.This will help you in changing the input parameters , in the script, to overcome the issue.
This is a sample python script that is used to post request details from ServiceDesk Plus into Slack.Slack is a cloud-based team collaboration tool that allows team members to communicate without the use of emails or group SMS. Use Case: Lets assume ...
This Sample script is used to send a sms notification from ServiceDesk Plus using the Clickatell SMS messaging Gateway.The sms is sent using the Clickatell SMS API and a Authorization Token is used to authenticate with the Gateway, against a Existing ...
This script is applicable only for builds prior to 11138. This post describes the use of a sample python script you to create a Project automatically from a Change request and create a association between them.This script can be configured under ...
This is a sample script written in Python to handle Conditional Approvals for Incident \ Service Requests, through Custom Triggers.More information about Conditional Approvals can be found in the link here One of the advantages of using this script ...
WhatsApp Integration via Twilio You can now integrate ServiceDesk Plus MSP with WhatsApp to trigger WhatsApp notifications to ServiceDesk Plus MSP technicians/users on the latest events that happen in the application. This can be done through Twilio ...