Skip to content
GitHub

SMS Configuration

Required when using SMS-based OTP authentication. Configure this to enable passwordless authentication via SMS.

Table name: sms_config

FieldTypeDescription
tenant_idCHAR(10)Tenant identifier (Primary Key)
is_ssl_enabledBOOLEANWhether SSL is enabled for SMS service
hostVARCHAR(256)SMS service host address
portINTSMS service port number
send_sms_pathVARCHAR(256)API path for sending SMS
template_nameVARCHAR(256)Name of the SMS template
template_paramsJSONTemplate parameters in JSON format