I am using Twilio's Verify API for authenticating my users through email and SMS by sending them an OTP.
So here are the observations and current situation.
- SMS OTPs are almost instantly delivered
- Email OTPs are sometimes instantly delivered and sometimes it takes 2 to 3 minutes.
- There is no pattern in the slowness of Email OTPs
- Talked to customer support but they failed to identify the root cause.
Has anyone else faced this type of peculiar issue while using Twilio's Verify API?
Thanks in Advance. Robin