Skip to content

Commit 11c5169

Browse files
authored
Update send-in-app-notifications.md
Clarify that ownerid/recipient only work with a user and not a team.
1 parent a3041d9 commit 11c5169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/send-in-app-notifications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ contributors:
2020

2121
Developers of model-driven apps can configure notifications to be displayed to app users as a toast or within the notification center. Your model-driven app automatically polls the system for new notifications and displays them to the user. The notification sender or your system administrator can configure how the notification is shown and how it can be dismissed. Notifications appear in the notification center until the recipient dismisses them or they expire. By default, a notification expires after 14 days but your administrator can override this setting.
2222

23-
Notifications are user-specific. Each notification is intended for a single user, identified as the recipient when the notification is sent. If a notification needs to be sent to multiple users, individual notifications must be created and sent for each recipient.
23+
Notifications are user-specific. Each notification is intended for a single user, identified as the recipient when the notification is sent. Sending a notification to a team is not supported. If a notification needs to be sent to multiple users, individual notifications must be created and sent for each recipient.
2424

2525
This article outlines the steps for how to send in-app notifications to a specific user. To see how these notifications appear in applications, see [In-app notifications in model-driven apps](/powerapps/user/notifications).
2626

@@ -162,7 +162,7 @@ Notifications sent using the `SendAppNotification` message are stored in the [No
162162
|Display Name|Schema Name|Description|
163163
|---|---|---|
164164
|**Title**|`Title`|The title of the notification.|
165-
|**Owner**|`OwnerId`|The user who receives the notification.|
165+
|**Owner**|`OwnerId`|The user who receives the notification. This must be a user and not a team because notifications are only read for a user. |
166166
|**Body**|`Body`|Details about the notification.|
167167
|IconType|`IconType`|The list of predefined icons. The default value is `Info`. For more information, go to [Changing the notification icon](#changing-the-notification-icon) later in this article.|
168168
|**Toast Type**|`ToastType`|The list of notification behaviors. The default value is `Timed`. For more information, go to [Changing the notification behavior](#changing-the-notification-behavior) later in this article.|
@@ -1143,4 +1143,4 @@ The Power Apps Notification connector is for push notifications, which are separ
11431143
[createRecord (Client API reference)](reference/xrm-webapi/createrecord.md)<br />
11441144
[In-app notifications in model-driven apps](/powerapps/user/notifications)<br />
11451145
[appnotification EntityType](/power-apps/developer/data-platform/webapi/reference/appnotification)<br />
1146-
[Notification (appnotification) table/entity reference](../../data-platform/reference/entities/appnotification.md)
1146+
[Notification (appnotification) table/entity reference](../../data-platform/reference/entities/appnotification.md)

0 commit comments

Comments
 (0)