![]() v11.1.3476 (build: Jan 12 2026) |
|
Notifications generator - Sending by SMSIt is possible to setup sending events notifications via SMS to the managers' mobile phones and/or 2FA OTP-codes.For sending events notifications the manager should allow it in his or her personal cabinet and specify phone number. The path to external program with two obligatory parameters is indicated in the start command: %PHONE% - mobile phone to sent SMS on it (UTF8 URL-encoded); %MESSAGE% - SMS message text is sent (UTF8 URL-encoded). The program must implement the sending. The sending itself may be processed in any way. For example, via public paid SMS gateways by using of various http requests. Below is an example of the command line for sending SMS through the popular gateway and the curl.exe utility, which is included in the complex: curl.exe -k --silent "https://smsc.ru/sys/send.php?login=<LOGIN>&psw=<PASSWORD>&charset=utf-8&phones=%PHONE%&mes=%MESSAGE%" |
|
| © KICKIDLER DLP | |