I have an application that needs to validate an OTP through an IVR call. Does Twilio support this, and how can I do it in Java?
The application won’t send an OTP via call. Instead, I’ll have the OTP displayed to the user screen and verify it through a call initiated from my app to the user’s phone number. The IVR voice will ask for the OTP input followed by a hash for verification.