Hi all,
I got a requirement where I need to keep an mining in outlook mails and if I see that there is a specific mail coming from xyz@outlook.com then that mail content and body must be stored in outsystems database.
Not all mail must be stored in database but specific mail content must be only stored in database.
Any suggestions on how to fulfill this requirement.
Regards,
Vin J.
First You need to understand the Microsoft Outlook API:Outlook API Documentation
After, you can implement this API in outsystems using this FORGE Component:
Forge Outlook Component
Hi Thibaut G,
Thank you for replying.
I will look into it.
Hi @Vin J with the help of Microsoft graph API you can get list of email into your outsystems application please refer related docs and API Link.
Also check Microsoft graph explorer here
And forge connector for api here
Regards
Apoorv Choubey