Hi, I am currently working on a project where I need to login to a customer portal and download the report. The flow goes like this:
1. Access Portal
2. Login via email
3. Receive OTP via email (based on login email)
4. Input OTP on portal
5. Download Reports
My current problem is I don't know how to get the OTP sent to email and input it in the portal to be able to login. Any idea how can I do it? Thank you