Wednesday, 14 July 2021

Business case: Monitor mailbox and auto-save the attachment to a SharePoint

Business Case:

- Monitors a shared mailbox for messages that contain the words "expense report"

- Saves the attachment to a SharePoint Library called ExpenseReports

- Marks the email as Read

- Marks the email as Complete 


Solution:

Enter a value for Flow name, and then search the triggers for When a new email arrives in a shared mailbox (V2):

Select SharePoint site

Mark as read
Flag email






Result:







No comments:

Post a Comment

Implemented a Service to receive real time message from an API Webhook

 What is the webhook?  Ask Google :) 😅  This is my experience to build a Azure Function HTTP trigger to receive an event from SkyBox API W...