Connectors Reference

Power Apps Notification V2

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

 

Status: Production

Tier: Standard

Version: 1.0.0

 

Actions:

Name

Summary

ListPlayers ()

Get the available mobile apps

ListApps (string playerType)

Get apps

ListEntities ()

Get entities

ListEntityPages (string entityLogicalName)

Get entity pages

GetDynamicSchema (string app)

Get dynamic schema

SendPushNotificationV2 (SendPushNotificationV2ParameterPayload payload)

Send push notification V2

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

GetDynamicSchemaResponse

 

ListAppsResponse

 

ListEntitiesResponse

 

ListEntityPagesResponse

 

ListPlayersResponse

 

SendPushNotificationV2ParameterPayload

 

 

Actions:

ListPlayers

Summary: Get the available mobile apps

Description: Returns the list of mobile apps that can receive push notifications.

 

Syntax:

PowerAppsNotificationV2.ListPlayers ()

 

Returns:

          Type:ListPlayersResponse

 

ListApps

Summary: Get apps

Description: Returns a list of apps hosted by the mobile app.

 

Syntax:

PowerAppsNotificationV2.ListApps (string playerType)

 

Parameters:

Name

Type

Summary

Required

Related Action

playerType

string

(Mobile app)

The mobile app to filter by.

True

 

Returns:

          Type:ListAppsResponse

 

ListEntities

Summary: Get entities

Description: Returns a list of CDS entities.

 

Syntax:

PowerAppsNotificationV2.ListEntities ()

 

Returns:

          Type:ListEntitiesResponse

 

ListEntityPages

Summary: Get entity pages

Description: Returns a filtered list of entity forms and views.

 

Syntax:

PowerAppsNotificationV2.ListEntityPages (string entityLogicalName)

 

Parameters:

Name

Type

Summary

Required

Related Action

entityLogicalName

string

(Entity logical name)

The entity logical name to filter by.

True

 

Returns:

          Type:ListEntityPagesResponse

 

GetDynamicSchema

Summary: Get dynamic schema

Description: Returns the dynamic schema for the app.

 

Syntax:

PowerAppsNotificationV2.GetDynamicSchema (string app)

 

Parameters:

Name

Type

Summary

Required

Related Action

app

string

 

 

True

 

Returns:

          Type:GetDynamicSchemaResponse

 

SendPushNotificationV2

Summary: Send push notification V2

Description: Send a push notification to any app created in Power Apps or Field Service.

 

Syntax:

PowerAppsNotificationV2.SendPushNotificationV2 (SendPushNotificationV2ParameterPayload payload)

 

Parameters:

Name

Type

Summary

Required

Related Action

payload

SendPushNotificationV2ParameterPayload

 

 

True

 

Returns:

 


 

GetDynamicSchemaResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary


 

ListAppsResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

items

array of (ItemsItem)

 

 

 

ItemsItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

displayName

string

 

App display name

type

string

 

CanvasApp, ModelApp, or AppModule

logicalName

string

 

App logical name

appIdentifier

string

 

Generic app identifier

 


 

ListEntitiesResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

items

array of (ItemsItem)

 

 

 

ItemsItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

displayName

string

 

Entity display name

logicalName

string

 

Entity logical name

 


 

ListEntityPagesResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

items

array of (ItemsItem)

 

 

 

ItemsItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

displayName

string

 

Entity page name

id

string

 

Entity page ID

type

string

 

Entity page type  Values: [entitylist, entityrecord]

 


 

ListPlayersResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

items

array of (ItemsItem)

 

 

 

ItemsItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

displayName

string

 

The mobile app display name

type

string

 

The mobile app type (PowerApps or FieldService)

 


 

SendPushNotificationV2ParameterPayload

Summary:

Description:

 

          Properties:

Name

Type

Summary

playerType

string

Mobile app

The mobile app hosting your app.

app

string

Your app

Your app receiving the push notification.

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.

dynamicParams

DynamicParams

 

The dynamic parameters.

 

DynamicParams

Summary:

Description: The dynamic parameters.

 

          Properties:

Name

Type

Summary