I have to log in to a website but It asks me for otp.
and otp sends to the user email I am trying to log in to.
Use the email activities to get the email, parse it to get the code, then enter the code.
- Access user email via activities
- If 1 is not allowed per policy setup auto forward in user email and send to bot id and read the mail
Cheers