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