Confirmation Code Required for Authentication When Signing on to a Website

Recommendations on how to fetch and ingest the confirmation code published for a website I am looking to scrape once I input my User ID data?

So far basic Selenium nodes work to input User ID information but this particular website has a secondary authentication that then emails a one-time code to the user at every login. Recommendations on how to pull this code either from the email back into the workflow OR another out-of-the-box solution.
Thanks

Hi BMilovich,

the solution of pulling it from the email sounds right.

I did something similar to a client a while back, where we pulled the verification code directly from the email inbox via IMAP. This was done via custom Java coding.

–Philipp

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.