Authentication delivery
Send login and signup codes through the same SMS API used for other transactional events.
A transactional messaging capability inside WhySMS SMS API.
Use WhySMS SMS API for signup verification, login codes, password resets, and sensitive confirmation flows without treating OTP as a separate product.
Send login and signup codes through the same SMS API used for other transactional events.
Watch delivery status and timing for each verification workflow.
Embed verification requests inside apps, account systems, and customer flows quickly.
Keep OTP next to alerts, confirmations, and service notifications in one product model.
await verifyUser({
channel: 'sms',
destination: '+201234567890',
template: 'otp_login',
code_length: 6
});