How To Transfer The Particular Electronic mail To Particular Folder Utilizing Azure Logic App
Azure Logic Apps
Logic App is a cloud-based service that permits us to react to an occasion in a single service (equivalent to SharePoint on-line) and do one thing with the information from that occasion into one other service (equivalent to Twitter). It makes it sensible and easy for enterprise processes. The customers construct workflows that robotically carry out some enterprise duties and processes throughout purposes and companies. We will join our business-critical apps and companies with Azure Logic Apps, automating our workflows with out writing a single line of code.
Earlier than studying this text, please undergo some necessary article hyperlinks talked about beneath,
Conditions
Right here, we’re going to see the best way to transfer the particular electronic mail to particular folder utilizing Azure Logic App
Comply with the beneath steps to construct a Workflow utilizing a template.
Step 1
- Log into https://portal.azure.com/.
- Within the dashboard, select to create a useful resource and click on on Integration. Now, choose “Logic App”.
Step 2
- Enter the identify you need to assign to the logic. Choose the subscription and useful resource group the place you arrange the associated assets and site the place your logic app is saved. Then, click on on “Create”.
- Right here is the dashboard. Click on “Logic App Designer”.
Step 3
Now, click on on the Clean Logic App.
Step 4
Configure the Electronic mail by signing into the Outlook
- Seek for Outlook within the search bar.
- Select the Triggers.
- Signal into Outlook.
Step 5
Configure the values.
- Select the Folder.
- Then, Add parameter Topic Filter as particular key phrase (Eg. Gross sales).
- Lastly,
Step 6
Transfer the Electronic mail
- Add the brand new step as outlook and select the motion as Transfer electronic mail
- Now, select the Message ID and Folder.
- Then select gross sales as folder.
Step 7
The ultimate workflow shall be like this.
Now, allow us to save and run the workflow.
Output
Run the Logic App
Its efficiently run
Simply despatched the demo mail with particular key phrase and refresh it to see the end result.
Now, it efficiently runs and transfer the particular electronic mail to gross sales folder.
Abstract
I hope you understood the best way to transfer the particular electronic mail to particular folder utilizing Azure Logic App. Keep tuned for extra Logic App articles.