multi-factor authentication with RPA

Hi everyone,

I’m currently dealing with multi-factor authentication (MFA) during the login process on a website. I’m unsure how to handle these scenarios in akaBot.
I currently have the bot waiting for the user to complete MFA before proceeding, but this doesn’t seem to be the optimal approach as user intervention can interfere with the bot’s execution.

Thank you all for your assistance.

Hi,
If the MFA method involves something like receiving a text message or email with a code, you can automate the process of retrieving and entering this code. You would need to configure the bot to read emails or text messages, extract the code, and then enter it into the appropriate field