Create a flow

  1. Sign into Microsoft Flow:

  2. Select the My flows tab, and then create a flow from a blank:

    create from blank

  3. Enter "schedule" into the search box to search for all services and triggers that are related to scheduling.

  4. Select the Schedule - Recurrence trigger to indicate that your flow will run on a schedule that you'll provide next:

    schedule recurrence action

  5. Set the schedule to run every 15 minutes:

    schedule runs

  6. Select + New stepAdd an action, and then type outlook into the search box to search for all actions related to Microsoft Outlook.

  7. Select the Office 365 Outlook - Get emails action:

    select get emails action

  8. This will open the Get emails card. Configure the Get emails card to select the top 10 unread emails from the Inbox folder. Don't include attachments because they won't be used in the flow:

    configure email card

     Note

    So far, you've created a simple flow that gets some emails from your inbox. These emails will be returned in an array; the Apply to each action requires an array, so this is exactly what's needed.

Add actions and conditions

  1. Select + New stepMore, and then Add an apply to each action:

    select apply to each

  2. Insert the Body token into the Select an output from previous steps box on the Apply to each card. This pulls in the body of the emails to be used in the Apply to each action:

    add body token

  3. Select Add a condition:

    add condition

  4. Configure the Condition card to search the subject of each email for the words "meet now":

    • Insert the Subject token into the Object Name box.

    • Select contains in the Relationship list.

    • Enter meet now into the Value box.

      configure condition

  5. Select More, and then select Add a condition from the IF YES, DO NOTHING branch. This opens the Condition 2 card; configure that card like this:

    • Insert the Importance token into the Object Name box.

    • Select is equal to in the Relationship list.

    • Enter High into the Value box.

      add condition

  6. Select Add an action under the IF YES, DO NOTHING section. This will open the Choose an action card, where you'll define what should happen if the search condition (the meet now email was sent with high importance) is true:

    add action

  7. Search for notification, and then select the Notifications - Send me a mobile notification action:

    seach and select notification

  8. On the Send me a mobile notification card, provide the details for the push notification that will be sent if the subject of an email contains "meet now", and then select Add an action:

    configure notification

  9. Enter read as the search term, and then select the Office 365 Outlook - Mark as read action. This will mark each email as read after the push notification is sent:

    add mark as read action

  10. Add the Message Id token to the Message Id box of the Mark as read card. You may need to select See more to find the Message Id token. This indicates the Id of the message that will be marked as read:

    add message id

  11. Going back to the Condition 2 card, on the IF NO, DO NOTHING branch:

    • Select Add an action, and then type get manager into the search box.

    • Select the Office 365 Users - Get manager action from the search results list.

    • Enter your full email address into the User box of the Get Manager card.

      add and configure get manager action

  12. Select More, and then select Add a condition from the IF NO branch. This opens the Condition 3 card; configure the card to check if the email sender's email address (the From token) is the same as your boss' email address (the Email token):

    • Insert the From token into the Object Name box.

    • Select contains in the Relationship list.

    • Enter Email token into the Value box.

      configure search condition

  13. Select Add an action under the IF YES, DO NOTHING section of the Condition 3 card. This will open the IF YES card, where you'll define what should happen if the search condition (the email was sent from your boss) is true:

    configure condition

  14. Search for notification, and then select the Notifications - Send me a mobile notification action:

    search for notification action

  15. On the Send me a mobile notification 2 card, provide the details for the push notification that will be sent if the email is from your boss, and then select Add an action:

    configure notification card

  16. Add the Office 365 Outlook - Mark as read action. This will mark each email as read after the push notification is sent:

    add mark as read action

  17. Add the Message Id token to the Mark as read 2 card. You may need to select See more to find the Message Id token. This indicates the Id of the message that will be marked as read:

    configure mark as read action

  18. Name your flow, and then create it:

    give your flow a name and save it

If you followed along, your flow should look similar to this diagram:

overview of the flow created

Run the flow

  1. Send yourself a high-importance email that includes meet now in the subject (or have someone in your organization send you such an email).

  2. Confirm the email is in your inbox and it's unread.

  3. Sign into Microsoft Flow, select My flows, and then select Run now:

    run now

  4. Select Run flow to confirm you really want to run the flow:

    confirm run

  5. After a few moments you should see the results of the successful run:

    run results

View results of the run

Now that you've run the flow successfully, you should receive the push notification on your mobile device.

  1. Open the Microsoft Flow app on your mobile device, and then select the Activity tab. You'll see the push notification about the meeting:

    select the activity tab

  2. To see the full contents of the notification, you may have to select the notification. You'll see the full notification, similar to this:

    notification details

     Note

    If you don't receive the push notification, confirm that your mobile device has a working data connection.

Source: Microsoft