Connectors Reference

Power Apps Notification

Send push notifications to apps created with Power Apps. Trigger them from Flows or other apps.

 

Status: Production

Tier: Standard

Version: 1.0.0

 

Actions:

Name

Summary

SendPushNotification (NotificationPayLoad payload)

Send push notification

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

NotificationPayLoad

 

 

Actions:

SendPushNotification

Summary: Send push notification

Description: Send a push notification to the app specified in the Push Notification connection setup.

 

Syntax:

PowerAppsNotification.SendPushNotification (NotificationPayLoad payload)

 

Parameters:

Name

Type

Summary

Required

Related Action

payload

NotificationPayLoad

 

 

True

 

Returns:

 


 

NotificationPayLoad

Summary:

Description:

 

          Properties:

Name

Type

Summary

recipients

array of (string)

Recipients

List of user emails or user principle identifiers.

message

string

Message

Message body for the push notification.

openApp

boolean

Open App

Whether to open or not the app when user taps on the push notification.

params

Params

Parameters

Key value parameters to pass with the notification.

 

Params

Summary: Parameters

Description: Key value parameters to pass with the notification.

 

          Properties:

Name

Type

Summary