How can I handle 2-factor authentication

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.

@Mozammil

  1. Access user email via activities
  2. If 1 is not allowed per policy setup auto forward in user email and send to bot id and read the mail

Cheers