OTPByHTTPGetValve
Valve for delivering one-time passwords by HTTP GET.
Legacy valve, use OTPGetHTTPValve.
Properties
Example Configuration
{
        "name": "OTPByHTTPGetValve",
        "config": { 
              "url_list":"https://www.messageservice.dd,https://www.messageservice.ff",
              "url_params":"mobile=$$RECIPIENT&otp=$$OTP",
              "success_string":"message_ok"
        }
}
  Requirements
Item set must have at least one entry.