Need help on Email to Web automation

Dear All
I need support how to automate data provided via email to any browser portal by automation using UI path , Which activities i have to use to automate
BR

Hi @Fahad_Baig_Service_Operat

To get the data from the Mail you can use the Mail Activities and you can use the Ui activities to enter the data into the web browser.

Use Get IMAP Mail Message activity to get the mails by filtering the subject store the body of the mail in a variable. Then you can use the Type into activity to enter the data into web browser.

Hope it helps!!