Do you want to receive a notification on your phone when a new form is submitted or a task is assigned to you? With the help of Power Automate, we can easily send mobile notifications.
In this Power Automate tutorial, I will show you two flows: sending a mobile notification using a manually triggered trigger and sending an email notification when an item is created in the SharePoint list.
Send Me a Mobile Notification Action
Here, I am using Send me a mobile notification, Power Automate’s built-in action. It does exactly what it sounds like: it sends a push notification to your phone using the Power Automate mobile app.

You can customize the message that appears in the notification and even include dynamic content like names, dates, or values from a form or SharePoint list. It’s a quick and easy way to stay informed without constantly checking your email or app.

Note:
To receive these notifications, you need to install the Power Automate app on your mobile device and sign in with the same account you use in your flow.
Send a Mobile Notification (Manually Triggered Flow)
In this example, we will create a simple flow that sends a mobile notification when you manually trigger it.
- Go to Power Automate, click on Create, choose Instant cloud flow, select Manually trigger a flow, give your flow a name, and click Create.

- Add the Send me a mobile notification action and in the Text field, enter a message like:
You have manually triggered a flow!

- Click Save, then click Test -> Manually Run the flow. Your mobile device should receive a push notification.

Ensure the Power Automate app is installed and you are signed in with the same account.
Send a Mobile Notification When a SharePoint Item is Created
In this example, we will send a mobile notification automatically when a new item is added to a SharePoint list (Task Tracker).

Now follow the steps below:
- Go to Power Automate and click Create, choose Automated cloud flow. Give your flow a name like “Notify on New SharePoint Item.” Choose the trigger: When an item is created, select your SharePoint Site Address and List Name.

- Add the Send me a mobile notification action and in the Text field, enter a message like:
A new item has been created in the SharePoint list.
Task Name: @{triggerBody()?['TaskName']}
Created By: @{triggerBody()?['Author/DisplayName']}

- Save your flow. Go to your SharePoint list and add a new item.

- After the flow runs successfully, you should receive a mobile notification with the item details.

In this tutorial, we looked at two examples: sending a notification manually and sending one automatically when a SharePoint item is created.
You can also create a scheduled cloud flow that sends notifications at specific times using Power Automate.
You may also like:
- IF Expression in Power Automate
- Send Email Using REST API in Power Automate
- Check If an Input String Is an Integer Using Power Automate
- Delete Files From SharePoint Document Library Using Rest API in Power Automate

Hey! I’m Bijay Kumar, founder of SPGuides.com and a Microsoft Business Applications MVP (Power Automate, Power Apps). I launched this site in 2020 because I truly enjoy working with SharePoint, Power Platform, and SharePoint Framework (SPFx), and wanted to share that passion through step-by-step tutorials, guides, and training videos. My mission is to help you learn these technologies so you can utilize SharePoint, enhance productivity, and potentially build business solutions along the way.