Skip to content

Commit 611e5ca

Browse files
authored
Updates from feedback
1 parent c9565ed commit 611e5ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/event-grid/communication-services-email-events.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This section contains an example of what that data would look like for each even
4848
```
4949

5050
> [!NOTE]
51-
> Possible values for `DeliveryStatus` are `Delivered` and `Failed`.
51+
> Possible values for `Status` are `Delivered`, `Expanded` and `Failed`.
5252
5353
### Microsoft.Communication.EmailEngagementTrackingReportReceived event
5454

@@ -71,3 +71,6 @@ This section contains an example of what that data would look like for each even
7171
"eventTime": "2022-09-06T22:34:52.1303612Z"
7272
}]
7373
```
74+
75+
> [!NOTE]
76+
> Possible values for `engagementType` are `View`, and `Click`. When the `engagementType` is `Click`, `engagementContext` is the link in the Email sent which was clicked.

0 commit comments

Comments
 (0)