Clickatell SMS Integration - Automate SMS notifications to users using Custom Triggers

Clickatell SMS Integration - Automate SMS notifications to users using Custom Triggers

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 Account.This can be used in the application either under Request Custom Triggers , Request Custom Menu or Change Custom Triggers.The link below will provide more information on Request Custom Triggers.


Use Case : We have considered a scenario where this script is triggered when a High Priority Request is created and a sms message is send to specific Technicians.The message will have the Priority of the Request , the Time of Creation and the Requester's Name.

Clickatell SMS API:


 1.Copy the script into the custom scripts folder in    the Manageengine\ServiceDesk\integration  directory on the server.
 2.Configure the phone numbers, the sender name and the message content in the script  by following the comments that are provided inline.
 3.Configure the script under the Admin -> Custom Triggers. Provide    $COMPLETE_JSON_FILE as the parameter to the script.

Below is a screenshot showing a sample configuration.




The phone numbers and messages have to be configured in the script.Please keep an eye on the comments in the script which will help you make necessary changes to it.A short guide on setting up python on the application server is available here.

                  New to ADSelfService Plus?

                    • Related Articles

                    • WhatsApp Integration via Twilio (Notification only)

                      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 ...
                    • Slack Integration

                      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 ...
                    • Notification script using Custom function in custom trigger

                      This is applicable from 10600 builds. From 10600 , Business rules dont have Email notification feature. The same use case be achieved through Custom triggers feature as mentioned below. Script to enable notification of request creation using custom ...
                    • How to send custom email notifications from a request with a configurable XML file.

                      This sample python script is used for sending custom notifications from ServiceDesk Plus when a criteria  is met.You all know that ServiceDesk Plus has notification rules and customizable templates to notify requesters, technicians, and other stake ...
                    • ADMP Integration - How to automate unlocking of user accounts in Active Directory

                      This post described the use of a python script to automate unlocking of user accounts from request. This script can be configured under Request custom triggers and you will find more information about this here. Integrating ServiceDesk Plus with ...