user86907
user86907

Reputation: 837

Extract the body of email using Logic Apps

I know that Azure Logic App enables us to extract email attachments. However, I also want to save the body of the email to perform information extraction in Azure. Is there any way to save emails in Azure Blob Storage?

Upvotes: 3

Views: 4355

Answers (1)

Haris Abdulkareem
Haris Abdulkareem

Reputation: 211

Yes, you can fetch the email body in the create blob action like this. enter image description here

Let me know if you are looking for something else.

Upvotes: 3

Related Questions