Clickatell

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

  1. Select Generic in Sender service.

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

    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://platform.clickatell.com/messages/http/send?apiKey=szkSkap_SqumXVb4vUfU0Q==&to=359884194544&content=Test message text\

  4. Specify HTTP Basic Authentication Username and HTTP Basic Authentication Password obtained from Clickatell.

  5. Select POST from HTTP request method.

  6. 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: apiKey, this is a parameter that is issued after addition of an HTTP sub-product to your Clickatell account. A single account may have multiple API IDs associated with it.

    • Parameter name: from

      Parameter value: sender’s phone number

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

    Name: Specify a term to identify the parameter. For example, password

    Value: current password that is set on the Clickatell account

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

    NOTE:The parameters may differ for different SMS service providers. But the {phone} and {message} variables are mandatory.