Send escalation email to the Technician "Reporting to" if SLA is violated (Deluge).
Send escalation email to the Technician "Reporting to" if SLA is violated (Deluge).
From Builds 10600 and above
Follow the below steps and based on the update we need to create a custom trigger based on the action set under the SLA escalation notification and then with the help of that we can execute the custom trigger and the notification will be sent.
1.Goto Admin > Request Custom Functions > Global function > New > Paste the content from the attachment configuration.txt and save it with a name.
2.Update the URL and technician key in the script. You can get the technician key under profile in the top right corner. Refer to the attached screenshot.
3.Go to Admin --> Request Custom Functions --> Custom Actions --> Paste the content from the attachment 3. Send notification reportinto.txt and save it with a name.
4. Modify the global function name and the FROM address in the script. Refer to the attached screenshot.
5. Configure custom trigger as in the attached screenshot.
Use Case: When a SLA is getting breached, the technician's "ReportingTo" Manager has to be notified over email. Prerequisites: 1. Python Installation Steps : ...
This is a sample script written in Deluge to handle Conditional Approvals for Incident \ Service Requests, through Custom Triggers using Field and Form Rules. One of the advantages of using this script that no modification in the script is required ...
We can use the Email feature in the custom triggers to send notifications to different roles configured in SDP-MSP. By default, the SLA notification can be sent to Account Managers, Point of Contact, Technician, Requester. If you would like to send ...
Use Case: Any request raised by a user needs approval from their direct "Reporting To" manager. This is configurable using $reporting_to$ variable in the template workflow. In certain cases, it might require a second level of approval, which would ...