Push notifications look similar to SMS text messages but are a better way to directly alert a user because the messages don’t get caught in spam filters or lie forgotten in an inbox. Just like SMS, Push messages can be sent to individual users or groups but very importantly the Power Apps connector is standard and the messages are free to send
Add a push notification to your app if:
- Your users need to know information immediately, particularly if they are often not at their desk and an email may be missed
- Your app is used to distribute important tasks, for example to alert an engineer that a support ticket has been raised
- You want to regularly engage your users with useful information
- You need users to provide an important updates
Enhancing your app with Push messaging is really easy to do
Firstly, in the Apps section using make.powerapps.com, copy the App ID of your app. Now add the Power Apps Notification connector to your app and paste the App ID into the dialogue box
To generate the actual Push messages, create the SendPushNotification method in the following format by using a button, timer or other control