LOX

To configure LOX as the SMS sender perform the following steps:

  1. Select Generic from Sender service.

  2. Specify the masked value that you want to display for the SMS in Recipient Mask.

    The SMS OTP of the users is masked when users authenticate with the SMS OTP method.

    NOTE:The SMS OTP of the users is masked by default.

    NOTE:The default value is set and if you do not change the Recipient Mask value, the default value is considered for masking of the SMS OTP.

  3. Specify a Service URL value.

    For example, https://www.lox24.eu/API/httpsms.php?konto=1&password=APIV1Key&service=5\

  4. Specify the Project Key (obtained from LOX) in HTTP Basic Authentication.

  5. Specify the Token (obtained from LOX) in HTTP Basic Authentication.

  6. GET from HTTP request method.

  7. Click Add and create the following parameters in HTTP request body.

    • Parameter name: user

      Parameter value: name of your account

    • Parameter name: to

      Parameter value: {phone}

    • Parameter name: text

      Parameter value: {message}

    • Parameter name: from

      Parameter value: sender’s phone number

  8. Click Save icon after entering Parameter name and Parameter value each time.

  9. Click Add secure and create the following parameters in HTTP request body.

    • Name: password

      Value: current password that is set on the account.

For more information about the additional parameters for LOX, see the LOX documentation.