From 549cb91306a448730dd518f0464a408b347f3fea Mon Sep 17 00:00:00 2001 From: Courtney Garcia <97773072+courtneyga@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:47:08 -0600 Subject: [PATCH 1/2] Update event-delivery.md --- src/connections/event-delivery.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/connections/event-delivery.md b/src/connections/event-delivery.md index da45ced531..70130947eb 100644 --- a/src/connections/event-delivery.md +++ b/src/connections/event-delivery.md @@ -111,3 +111,9 @@ When debugging, it's helpful to see when issues start, stop, and trend over time #### Latency How P95 latency has trended over the time period you selected. + +#### Email Alerts + +You can opt in to receive email alerts regarding failed events/syncs by going to your workspaace Settings > User Preferences > Activity Notifications > Destiantions. Then you can select the option to be alerted by Email and/or In-app. + + From d0be3db4e812e0bf8ad53e24dacc553d8154c252 Mon Sep 17 00:00:00 2001 From: Courtney Garcia <97773072+courtneyga@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:53:04 -0600 Subject: [PATCH 2/2] Update event-delivery.md --- src/connections/event-delivery.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/connections/event-delivery.md b/src/connections/event-delivery.md index 70130947eb..bc61eae3ed 100644 --- a/src/connections/event-delivery.md +++ b/src/connections/event-delivery.md @@ -92,7 +92,11 @@ To help you debug, Segment provides sample payloads from every step of the data' - **Request to Destination** - the request Segment made to the Partner API. This payload will likely be different from what you sent it because Segment is mapping your event to the partner's spec to ensure the message is successfully delivered.  -- **Response from Destination** - the response Segment received from the Partner API. This will have the raw partner error. If you need to troubleshoot an issue with a Partner's Success team, this is usually something they'll want to see.  +- **Response from Destination** - the response Segment received from the Partner API. This will have the raw partner error. If you need to troubleshoot an issue with a Partner's Success team, this is usually something they'll want to see. + +#### Email Alerts + +You can opt in to receive email alerts regarding failed events/syncs by going to your workspaace Settings > User Preferences > Activity Notifications > Destiantions. Then you can select the option to be alerted by Email and/or In-app. ## 4. Trends @@ -112,8 +116,5 @@ When debugging, it's helpful to see when issues start, stop, and trend over time How P95 latency has trended over the time period you selected. -#### Email Alerts - -You can opt in to receive email alerts regarding failed events/syncs by going to your workspaace Settings > User Preferences > Activity Notifications > Destiantions. Then you can select the option to be alerted by Email and/or In-app.