Search code examples
azureoutlookazure-data-factoryemail-body

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


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


Solution

  • 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