Hy community , i am working on a application which reads mail from outlook and do some processing on mail data like attachment and body . i have used Microsoft outlook trigger node where on clicking on “Connection” button it basically lands me on microsoft login page which asks mail id , password and then permission for mail read etc. , and after that it sucessfully makes connection . in this process the limitation is we needs to provide mail id and password in hard code manner but my requirement is to process mail and attchments of diffrent outlook mail id so i cannot just use a single mail id and password . in my application there is a UI(user interface) where user enters his/her mail credential and i wants to get it using http node from UI, but i have not found any way to use this mail id and password dynamically to fetch mail. please help out me how i can do this , also i wants to inform you that my outlook mail is work mail .
Yeah, so when you click the button to log in, that’s oauth 2,
So honestly, there not no easy way to achieve this, using the built-in node, as you will need to auth each account.
POP3/IMAP/SMTP with Basic Auth (Microsoft has disabled this for most tenants as of 2023 unless re-enabled for legacy apps via security policies).
But you may find some way but I dont think you can see link below regarding “http request node”
Only thing I can think is adding the credentials somehow via oauth for each new user, but frankly probably more headache than worth.
If anyone knows of any methods be nice to know too. watching thread hope this helps.
Now n8n do offer whitelabeling, called embed, which is found here Embedded iPaaS | Native automation workflows - n8n