Skip to content

Commit 27f4582

Browse files
authored
Merge pull request #8382 from MicrosoftDocs/adrianorth-inapp-1
Update send-in-app-notifications.md
2 parents 385fefa + 08a97b9 commit 27f4582

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Send in-app notifications within model-driven apps"
33
description: Learn how to configure notifications in model-driven apps by using a client API.
4-
ms.date: 05/22/2023
4+
ms.date: 06/23/2023
55
ms.reviewer: jdaly
66
ms.service: powerapps
77
ms.subservice: mda-developer
@@ -20,13 +20,13 @@ 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 isn't supported. If you need to send notifications to multiple users, you must create notifications for each individual user.
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

2727
## Enable the in-app notification feature
2828

29-
To use the in-app notification feature, you need to enable the **In-app notifications** setting. This setting is stored within the model-driven app.
29+
To use the in-app notification feature, you need to enable the **In-app notifications** setting. This setting is stored within the model-driven app.
3030

3131
1. Sign in to [Power Apps](https://make.powerapps.com).
3232

@@ -36,7 +36,7 @@ To use the in-app notification feature, you need to enable the **In-app notifica
3636

3737
1. Open **Settings** and switch to **Features**.
3838

39-
1. Enable "In-app notifications".
39+
1. Enable **In-app notifications**.
4040

4141
> [!div class="mx-imgBorder"]
4242
> ![Custom page as main page](media/send-in-app-notifications/app-designer-settings-enable-in-app-notifications.png "Custom page as main page")
@@ -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. While this column can be set to either a user or team, you must only set this to a user. The notification can't be set to a team.|
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)