OTPByNetsizeValve

Valve for delivering one-time passwords by SMS via Netsize.

Properties

Name Description Default value Mandatory Supports property expansion
generated_otp_name Item property containing the generated otp. generated_otp No No
recipient_param_name Property containing the recipient mobile number. mobile No Yes
userid_param_name Property containing the username. User-Name No Yes
gateway_username The gateway username for the Netsize account. Yes No
gateway_password The gateway password for the Netsize account. Yes No
alpha_originating_address The originating address. Note: only 11 characters allowed. Example: 'PhenixID' No No
msisdn_originating_address The originating msisdn address. (Not necessary if alpha_originating_address is used). No No
use_flash If the SMS message should be sent as flash. true No No
wash_recipient_number If the mobile number should be washed (i.e. removal of whitespaces, - and other non-number characters). true No No
remove_leading_plus If the leading + character should be removed from the mobile number. false No No
recipient_prefix If the mobile number should be prepended with a country prefix. (example: +46) No No
message_key Locale key for the sms message. Found in lang/*/strings.xml valves.otp.netsize.message No No
message Static, non localizeable message. Overrides message_key parameter. No No

Example Configuration

{
        "name": "OTPByNetsizeValve",
        "config": { 
              "alpha_originating_address":"PhenixID",
              "gateway_username":"phenixid",
              "gateway_password":"{enc}Lsd28p9AMU1oAjwHgHprVdWmGteLZ6XYxY/AxkBusXg=",
              "use_flash":"false"
        }
}

Requirements

Item set must have at least one entry.