From ae347877293ff7178d071164c6d54c66ca1ce5a8 Mon Sep 17 00:00:00 2001 From: tuck1s Date: Tue, 19 Apr 2022 15:00:31 +0100 Subject: [PATCH 1/3] clarify events reporting --- content/docs/faq/using-sink-server.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/faq/using-sink-server.md b/content/docs/faq/using-sink-server.md index 71c336911..e749bddee 100644 --- a/content/docs/faq/using-sink-server.md +++ b/content/docs/faq/using-sink-server.md @@ -7,12 +7,12 @@ description: "Sink testing allows you to send messages through Spark Post for in Sink testing allows you to send messages through SparkPost for integration testing without the messages being attempted for delivery to actual email addresses. Any messages using the sink server email address format will automatically fail as intended. To use the sink server, you will need to -1. append the email addresses you are injecting into our system with `*.sink.sparkpostmail.com`. Please note, the asterisk (`*`) is a wildcard, where you will place the domain portion of your injected email address. -2. You also need to prefix the campaign_id you are injecting into our system with `sparkpost-performance-test-*`. Please note, the asterisk (`*`) is a wildcard, where you will place anything as part of the campaign_id. +1. append the email addresses you are injecting into our system with `*.sink.sparkpostmail.com`. Please note, the asterisk (`*`) is a wildcard, where you will place the domain portion of your injected email address. +2. To avoid populating your account Events reporting (API and UI) with the sink delivery events, prefix the campaign_id you are injecting into our system with `sparkpost-performance-test-*`. Please note, the asterisk (`*`) is a wildcard, where you will place anything as part of the campaign_id. Webhooks event reporting will still occur. -***Please note, any messages injected into our service, including those to the sink server, count against your plan's message allowance.** +***Please note, any messages injected into our service, including those to the sink server, count against your plan's message allowance.** -**Example**: +**Example**: *Email Address* - john.doe@example.com From fdf69356ae0c344563f6d652c7064c04c2ed4b3a Mon Sep 17 00:00:00 2001 From: tuck1s Date: Tue, 19 Apr 2022 15:02:12 +0100 Subject: [PATCH 2/3] tweak --- content/docs/faq/using-sink-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/faq/using-sink-server.md b/content/docs/faq/using-sink-server.md index e749bddee..023a15fff 100644 --- a/content/docs/faq/using-sink-server.md +++ b/content/docs/faq/using-sink-server.md @@ -8,7 +8,7 @@ Sink testing allows you to send messages through SparkPost for integration testi To use the sink server, you will need to 1. append the email addresses you are injecting into our system with `*.sink.sparkpostmail.com`. Please note, the asterisk (`*`) is a wildcard, where you will place the domain portion of your injected email address. -2. To avoid populating your account Events reporting (API and UI) with the sink delivery events, prefix the campaign_id you are injecting into our system with `sparkpost-performance-test-*`. Please note, the asterisk (`*`) is a wildcard, where you will place anything as part of the campaign_id. Webhooks event reporting will still occur. +2. For high capacity performance testing, we recommend to disable populating your account Events reporting (API and UI) with the sink delivery events. Prefix the campaign_id you are injecting into our system with `sparkpost-performance-test-*`. Please note, the asterisk (`*`) is a wildcard, where you will place anything as part of the campaign_id. Webhooks event reporting will still occur. ***Please note, any messages injected into our service, including those to the sink server, count against your plan's message allowance.** From a83a15f6c7e1483df54975085743da0fb1a7f61c Mon Sep 17 00:00:00 2001 From: tuck1s Date: Tue, 19 Apr 2022 17:29:19 +0100 Subject: [PATCH 3/3] Address review comment --- content/docs/faq/using-sink-server.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/docs/faq/using-sink-server.md b/content/docs/faq/using-sink-server.md index 023a15fff..c3651cf48 100644 --- a/content/docs/faq/using-sink-server.md +++ b/content/docs/faq/using-sink-server.md @@ -8,9 +8,12 @@ Sink testing allows you to send messages through SparkPost for integration testi To use the sink server, you will need to 1. append the email addresses you are injecting into our system with `*.sink.sparkpostmail.com`. Please note, the asterisk (`*`) is a wildcard, where you will place the domain portion of your injected email address. -2. For high capacity performance testing, we recommend to disable populating your account Events reporting (API and UI) with the sink delivery events. Prefix the campaign_id you are injecting into our system with `sparkpost-performance-test-*`. Please note, the asterisk (`*`) is a wildcard, where you will place anything as part of the campaign_id. Webhooks event reporting will still occur. -***Please note, any messages injected into our service, including those to the sink server, count against your plan's message allowance.** +2. For high capacity performance testing, we recommend to disable populating your account Events reporting (API and UI) with the sink delivery events. Prefix the campaign_id you are injecting into our system with `sparkpost-performance-test-*`. Please note, the asterisk (`*`) is a wildcard, where you will place anything as part of the campaign_id. + + Webhooks event reporting will still occur. The Metrics API and Signals Analytics dashboard will continue to report on your sink traffic. + +> Please note, any messages injected into our service, including those to the sink server, count against your plan's message allowance. **Example**: