Skip to content
GitHub

Contact Verification Configuration

For verifying phone numbers or email addresses (e.g., during account setup or password reset).

Table name: contact_verify_config

FieldTypeDescription
tenant_idCHAR(10)Tenant identifier (Primary Key)
otpLengthINTLength of the OTP code to be generated
tryLimitINTMaximum number of verification attempts allowed
isOtpMockedBOOLEANWhether to use mock OTPs for testing purposes
resendLimitINTMaximum number of times OTP can be resent
otpResendIntervalINTMinimum time (in seconds) that must elapse before requesting another OTP
otpValidityINTDuration (in seconds) for which the OTP remains valid
whitelistedInputsJSONMap of allowed input patterns for different channels

Contact verification also requires:

See SMS/Email Service Integration for detailed integration information.