2

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

rbrayb
  • 46,440
  • 34
  • 114
  • 174
  • Logic app is a seperate resource and we don't want to add it to our subscription. Is there anyway where I can use office 365 connector to retrieve the email data in ADF. Thanks – prakrathi shetty Nov 16 '20 at 18:31
  • Maybe you can refer to this [post](https://stackoverflow.com/questions/57489799/how-to-pull-email-attachments-using-azure-data-factory-copy-activity). – Frank Borzage Nov 17 '20 at 08:17

1 Answers1

0

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

Frank Borzage
  • 6,292
  • 1
  • 6
  • 19