Configuring a notification for emails from your manager
Configuring a flow that uses a push notification is very straightforward. You can add push notifications to existing flows or create a new flow that utilizes a push notification.
In this example, we’re going to create a new flow that sends a push notification when the monitored mailbox receives an email from the user’s manager. We’re going to use the following components that we learned about in the previous chapter:
- Connectors: Office 365 Users and Outlook
- Actions: Get my profile (V2) and Get manager
We’re also going to introduce a new connector and new actions:
- Notifications connector: This connector allows you to interact with the notifications service. You can learn more about the notifications connector here: https://docs.microsoft.com/en-us/connectors/flowpush.
- Send me a mobile notification action: This action sends a push notification to a mobile...