I have an application that logs in with mfa which otp to be logged in.
Example : username : abc
Associated email : abc@domainname.com
When trying to login ,otp will come to its respected email box and from otp needs to be fetched and entered in the application.
In my case , i have 30 different credentials for this application and each username is linked to its own email account.
Bot 1 - bot1@domainame.com
Bot2 - bot2@domainname.com
How can this be achieved for fetching otp without using outlook app
mkankatala
(Mahesh Kankatala)
February 23, 2025, 7:36am
2
Hi @Ragavi_Rajasekar
You can use the Get IMAP Mail Messages activity to read mails with out installing Outlook application.
Hope it helps!!
But its requires some input details like client credentials or port …how can i get those details ?
mkankatala
(Mahesh Kankatala)
February 23, 2025, 8:52am
4
It requires Mail Credentials you have to get it from client. IMAP server and Port will be available in online for all… @Ragavi_Rajasekar
Below are the details,
IMAP server and port for Gmail
IMAP server: imap.gmail.com
IMAP Port: 993
IMAP server and port for Outlook
IMAP server: outlook.office365.com
IMAP port: 993
Hope it helps!!
Eventhough i tried with these details with email and password given , it shows invalid login
V_Roboto_V
(V Roboto V)
February 24, 2025, 1:35am
6
Hi @Ragavi_Rajasekar
Could you create an App Password instead of using the login password directly. It might work then.
When you get Invalid credential error, it is most likely that you didn’t use App Password.
Similar thread
Hi @farrukh_hamayoun
Have you generated the APP Password ?
Use that password
Port: 993
Server: "imap.gmail.com"
Email: YourEmailAddress
Password: PasswordGeneratedBy-AppPassword
Matt67
(Matthieu LEVAL)
February 24, 2025, 7:27am
7
Hello,
Maybe you can give a try on Integration Service : Outlook 365 connector and Get Newest mail activity, with good filters and called right after login button should work.
But that means for each e-mail you have setuped a connection, but in all cases you will need to do this even without integration service