How to retrieve the body of an email from outlook using ADF

732 Views Asked by At

I am trying the retrieve the body of an email from outlook. if there is any connector in ADF from where I can directly retrieve the data and store in ADLS will be helpful

1

There are 1 best solutions below

0
On BEST ANSWER

After my research, ADF does not have a mail connector:

https://learn.microsoft.com/en-us/azure/data-factory/connector-overview

You can use Azure logic app to get the body of the email and save it in ADLS.

You can use When a new email arrives and Create blob connector in the azure logic app:

enter image description here

You can click Add dynamic content to add the email body.

enter image description here