Business case:
Automatically post the alert message when it hits the criteria by using the store procedure in MS SQL Azure
Solution:
Assumption that we already had the data as following by writing it in the store procedure.
Business case:
Automatically post the alert message when it hits the criteria by using the store procedure in MS SQL Azure
Solution:
Assumption that we already had the data as following by writing it in the store procedure.
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):
Result: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...