Azure Logic Apps

Logic App is a cloud-based service that allows us to react to an event in one service (such as SharePoint online) and do something with the data from that event into another service (such as Twitter). It makes it practical and simple for business processes. The users build workflows that automatically perform some business tasks and processes across applications and services. We can connect our business-critical apps and services with Azure Logic Apps, automating our workflows without writing a single line of code.

Before reading this article, please go through some important article links mentioned below,

Prerequisites

Here, we are going to see how to move the specific email to specific Excel File using Azure Logic App

Follow the below steps to build a Workflow using a template.

Step 1

Crete a resource

Step 2

Step 3

Now, click on the Blank Logic App.

Templates

Step 4

Configure the Email by signing into the Outlook

Step 5

Configure the values.

Step 6

Configure Blob Storage

Step 7

Configure Email for reply mail.

Step 8

The final workflow will be like this.

Final workflow

Now, let us save and run the workflow.

Output

Run the Logic App

Run trigger

Its successfully run

Successfully run

Just sent the demo mail with specific keyword and refresh it to see the result.

Send email

Finally, it successfully runs and moves the attachment-specific email to the blob storage container folder.

Outlook

After that, notification mail sent to given mail ID.

Inbox

Finally, it successfully runs and open the reply email to outlook.

Mail

Summary

I hope you understood how to notify when specific email attachment moved to Blob Storage using Azure Logic App. Stay tuned for more Logic App articles.