Skip to main content
Create a passwordless flow: generate a WhatsApp link that pre-fills a message with a unique code. When the user taps Send in WhatsApp, you get the verification event via callbacks. Use the Laravel SDK method to keep things concise.

Parameters

Send whatsappLink via email, SMS, or in-app notification. When the user clicks it, WhatsApp opens with the prompt + code. Handle callbacks to finalize the login.
Secure your callback endpoints (HTTPS + auth) and invalidate links after use.
Send OTP Link Code