Book Image

Workflow Automation with Microsoft Power Automate

By : Aaron Guilmette
Book Image

Workflow Automation with Microsoft Power Automate

By: Aaron Guilmette

Overview of this book

Microsoft Power Automate is a workflow automation solution included in Microsoft 365. This book explores the core concepts of workflow automation, such as working with connectors, triggers, and actions, along with their practical implementation in automating business tasks and simplifying digital processes to boost enterprise productivity.
Table of Contents (22 chapters)
1
Section 1 - What is Power Automate?
3
Section 2 - Basic Flow Concepts
10
Section 3 - Intermediate Flow Concepts
18
Section 4 - Administering the Power Automate Environment
Generating Push Notifications

Push notifications are a type of communication mechanism used to deliver a message (popup, banner, or other types of notification message) to an end user's device. Push notifications are a handy way to keep users connected to data and activities, drive engagement scenarios, or prompt users to perform an action or related app task.

Microsoft Power Automate enables users to configure their own push notifications as part of a flow. For example, in addition to processing an email attachment, you may wish for a flow to send a notification to your device when an email attachment is processed.

In this chapter, we'll look at how push notifications work and how to integrate notifications into your flows. The topics we'll cover are as follows:

  • Learning about push notifications
  • Configuring a notification for emails from your manager
  • Reviewing...