"For developers", "Server scripts", "Functions description", "Integrations", "TurboSMS", "mIntegrationTurboSMSEnabled".
Check if the integration with TurboSMS is on.
function mIntegrationTurboSMSEnabled: boolean;
"True", if the service is on, "False" if not.
begin
if mIntegrationTurboSMSEnabled then mLogScript('TurboSMS enabled', '')
else mLogScript('TurboSMS disabled', '');
end.
[13:47:19] (Log "TurboSMSEnabled"): TurboSMS enabled
[13:47:19] (Run "TurboSMSEnabled"): Script operation time: 2 ms
[13:47:19] (Run "TurboSMSEnabled"): Script done successfully.
Help page for TurboSMS service via HTTP API, commands, answers, possible errors