Whatsapps OTP verification implemented in .net core API
Loading
Whatsapps OTP verification implemented in .net core API
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sarthak VarshneyPosted Mar 19, 2024, 6:46 PM
WhatsApp's OTP verification in a .NET Core API, you'll need to use the Twilio API for WhatsApp, as WhatsApp does not provide a direct API for OTP verification. Twilio provides a way to send messages to WhatsApp numbers, which can be used for OTP verification.
SendOtpViaWhatsAppmethod with the recipient's phone number and the OTP to send the OTP message.