Skip to content

Commit 7098e48

Browse files
author
Avin Pattath
committed
Add recipient property to EmailEngagementTrackingReportReceived event doc
1 parent 350ece8 commit 7098e48

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

articles/communication-services/quickstarts/email/handle-email-events.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,16 @@ Check out the full list of [events that Communication Services supports](../../.
9797

9898
After you generate an event, you'll notice that `Email Delivery Report Received` and `Email Engagement Tracking Report Received` events are sent to your endpoint. These events show up in the [Event Grid viewer](/samples/azure-samples/azure-event-grid-viewer/azure-event-grid-viewer/) that we set up at the beginning of this quickstart. Select the eye icon next to the event to see the entire payload. Events should look similar to the following data:
9999

100+
#### Microsoft.Communication.EmailDeliveryReportReceived event
100101
:::image type="content" source="./media/handle-email-events/email-delivery-report-received.png" alt-text="Screenshot of the Azure Event Grid viewer that shows the Event Grid schema for an EMAIL delivery report received event.":::
101102

103+
#### Microsoft.Communication.EmailEngagementTrackingReportReceived event
102104
:::image type="content" source="./media/handle-email-events/email-engagementtracking-report-received.png" alt-text="Screenshot of the Azure Event Grid viewer that shows the Event Grid schema for an EMAIL engagement tracking report event.":::
103105

104106
- `EngagementContext` refers to the link clicked when the engagementType is `Click`.
105107
- `UserAgent` refers to the User-Agent from which this email engagement event originated. Eg. If the user interacted on Edge using a Win10 machine: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246
106108
- `EngagementType` refers to the type of engagement, possible values are 'View' or 'Click'.
109+
- `Recipient` refers to the recipient who engaged with the email. Note that this field is empty when the original email was sent to multiple recipients at a time.
107110

108111
Learn more about the [event schemas and other eventing concepts](../../../event-grid/event-schema-communication-services.md).
109112

58.4 KB
Loading
Loading

0 commit comments

Comments
 (0)