Skip to content

Commit fd81bb0

Browse files
authored
Stakeholder feedback changes
1 parent de7f7bd commit fd81bb0

File tree

5 files changed

+65
-30
lines changed

5 files changed

+65
-30
lines changed

docs/_includes/custom-components/campaign-feature-list.html

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ <h3 class="nhsuk-heading-s">Message channels</h3>
9494
</tbody>
9595
</table>
9696

97-
<!-- Additional message formats -->
98-
<h3 class="nhsuk-heading-s">Additional message formats</h3>
97+
<!-- Additional letter formats -->
98+
<h3 class="nhsuk-heading-s">Additional letter formats</h3>
9999
<table class="nhsuk-table">
100100
<thead class="nhsuk-table__head nhsuk-u-visually-hidden">
101101
<tr>
@@ -246,10 +246,26 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
246246
</tr>
247247
</thead>
248248
<tbody class="nhsuk-table__body">
249+
<tr class="nhsuk-table__row">
250+
<td class="nhsuk-table__cell">Automatic contact look up (mandatory)
251+
<div class="nhsuk-hint">
252+
NHS Notify automatically finds and uses your recipients contact details from their NHS number
253+
</div>
254+
</td>
255+
<td class="nhsuk-table__cell">
256+
<abbr title="Yes">
257+
<svg class="nhsuk-icon nhsuk-icon__tick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
258+
aria-hidden="true" width="34" height="34">
259+
<path stroke-width="4" stroke-linecap="round" d="M18.4 7.8l-8.5 8.4L5.6 12" stroke="#007f3b"></path>
260+
</svg>
261+
</abbr>
262+
</td>
263+
</tr>
249264
<tr class="nhsuk-table__row">
250265
<td class="nhsuk-table__cell">Rate limiting
251266
<div class="nhsuk-hint">
252-
Set how many messages are sent per second to control how often recipients access your service
267+
Set how many messages are sent per second to control how often recipients access your service, also known as
268+
transactions per second (TPS)
253269
</div>
254270
</td>
255271
<td class="nhsuk-table__cell">Up to 5TPS</td>
@@ -283,19 +299,21 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
283299
<tr class="nhsuk-table__row">
284300
<td class="nhsuk-table__cell">Fallback rules
285301
<div class="nhsuk-hint">
286-
The following fallback rules will apply to message channels used in your routing plans:
302+
The rules that trigger when a fallback is used for each message channel in a routing plan
287303
</div>
288-
<p>
304+
<p class="nhsuk-body">
289305
All digital message channels will immediately fallback to the next channel if its rejected or an 'unnotified'
290306
status is received.
291307
</p>
292-
<p>NHS App messages will fallback to the next channel when:</p>
308+
<p class="nhsuk-body">NHS App messages will fallback to the next channel when:</p>
293309
<ul class="nhsuk-list nhsuk-list--bullet">
294310
<li>a 'notified' status is not received within 1 hour</li>
295311
<li>the message is not read by the recipient within 24 hours</li>
296312
</ul>
297-
<p>Emails and text messages will fallback to the next channel if they are XYZ after 72 hours </p>
298-
<p>Letters do not have any fallback rules as they’re always sent last in routing plans for transactional
313+
<p class="nhsuk-body">Emails and text messages will fallback to the next channel if they are not delivered after
314+
72 hours </p>
315+
<p class="nhsuk-body">Letters do not have any fallback rules as they’re always sent last in routing plans for
316+
transactional
299317
messages.</p>
300318
</td>
301319
<td class="nhsuk-table__cell">
@@ -332,10 +350,10 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
332350
<div class="nhsuk-hint">
333351
NHS Notify prevents you from sending messages to specific recipients to make your messaging more effective
334352
</div>
335-
<p>You cannot send transactional messages to recipients with:</p>
353+
<p>You cannot send campaign messages to recipients with:</p>
336354
<ul class="nhsuk-list nhsuk-list--bullet">
337355
<li>flagged records</li>
338-
<li>exit codes (also known as reason for removal codes)</li>
356+
<li>reason for removal codes (also known as exit codes)</li>
339357
<li>international addresses</li>
340358
<li>invalid postcodes</li>
341359
<li>invalid email addresses</li>

docs/_includes/custom-components/direct-message-feature-list.html

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ <h3 class="nhsuk-heading-s">Message channels</h3>
9999
</tbody>
100100
</table>
101101

102-
<!-- Additional message formats -->
103-
<h3 class="nhsuk-heading-s">Additional message formats</h3>
102+
<!-- Additional letter formats -->
103+
<h3 class="nhsuk-heading-s">Additional letter formats</h3>
104104
<table class="nhsuk-table">
105105
<thead class="nhsuk-table__head nhsuk-u-visually-hidden">
106106
<tr>
@@ -276,10 +276,26 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
276276
</tr>
277277
</thead>
278278
<tbody class="nhsuk-table__body">
279+
<tr class="nhsuk-table__row">
280+
<td class="nhsuk-table__cell">Automatic contact look up (mandatory)
281+
<div class="nhsuk-hint">
282+
NHS Notify automatically finds and uses your recipients contact details from their NHS number
283+
</div>
284+
</td>
285+
<td class="nhsuk-table__cell">
286+
<abbr title="Yes">
287+
<svg class="nhsuk-icon nhsuk-icon__tick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
288+
aria-hidden="true" width="34" height="34">
289+
<path stroke-width="4" stroke-linecap="round" d="M18.4 7.8l-8.5 8.4L5.6 12" stroke="#007f3b"></path>
290+
</svg>
291+
</abbr>
292+
</td>
293+
</tr>
279294
<tr class="nhsuk-table__row">
280295
<td class="nhsuk-table__cell">Rate limiting
281296
<div class="nhsuk-hint">
282-
Set how many messages are sent per second to control how often recipients access your service
297+
Set how many messages are sent per second to control how often recipients access your service, also known as
298+
transactions per second (TPS)
283299
</div>
284300
</td>
285301
<td class="nhsuk-table__cell">Up to 5TPS</td>
@@ -307,7 +323,7 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
307323
<tr class="nhsuk-table__row">
308324
<td class="nhsuk-table__cell">Fallback rules
309325
<div class="nhsuk-hint">
310-
These are rules that trigger when a fallback is used for each message channel in a routing plan
326+
The rules that trigger when a fallback is used for each message channel in a routing plan
311327
</div>
312328
<p>
313329
If you send direct messages with the NHS App you must create your own fallback functionality and adhere to the
@@ -366,10 +382,10 @@ <h4 class="nhsuk-heading-xs">3. Acute secondary care appointment NHS App message
366382
<div class="nhsuk-hint">
367383
NHS Notify prevents you from sending messages to specific recipients to make your messaging more effective
368384
</div>
369-
<p>You cannot send transactional messages to recipients with:</p>
385+
<p>You cannot send direct messages to recipients with:</p>
370386
<ul class="nhsuk-list nhsuk-list--bullet">
371387
<li>flagged records</li>
372-
<li>exit codes (also known as reason for removal codes)</li>
388+
<li>reason for removal codes (also known as exit codes)</li>
373389
<li>international addresses</li>
374390
<li>invalid postcodes</li>
375391
<li>invalid email addresses</li>

docs/_includes/custom-components/transactional-feature-list.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ <h3 class="nhsuk-heading-s">Message channels</h3>
9898
</tbody>
9999
</table>
100100

101-
<!-- Additional message formats -->
102-
<h3 class="nhsuk-heading-s">Additional message formats</h3>
101+
<!-- Additional letter formats -->
102+
<h3 class="nhsuk-heading-s">Additional letter formats</h3>
103103
<table class="nhsuk-table">
104104
<thead class="nhsuk-table__head nhsuk-u-visually-hidden">
105105
<tr>
@@ -246,14 +246,14 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
246246
<thead class="nhsuk-table__head nhsuk-u-visually-hidden">
247247
<tr>
248248
<th scope="col" class="nhsuk-table__header">Feature</th>
249-
<th scope="col" class="nhsuk-table__header">Included for transactional messages</th>
249+
<th scope="col" class="nhsuk-table__header">Included</th>
250250
</tr>
251251
</thead>
252252
<tbody class="nhsuk-table__body">
253253
<tr class="nhsuk-table__row">
254-
<td class="nhsuk-table__cell">Personalisation
254+
<td class="nhsuk-table__cell">Automatic contact look up (mandatory)
255255
<div class="nhsuk-hint">
256-
Add details like your recipients name, appointment times or reference numbers to your messages
256+
NHS Notify automatically finds and uses your recipients contact details from their NHS number
257257
</div>
258258
</td>
259259
<td class="nhsuk-table__cell">
@@ -268,7 +268,8 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
268268
<tr class="nhsuk-table__row">
269269
<td class="nhsuk-table__cell">Rate limiting
270270
<div class="nhsuk-hint">
271-
Set how many messages are sent per second to control how often recipients access your service
271+
Set how many messages are sent per second to control how often recipients access your service, also known as
272+
transactions per second (TPS)
272273
</div>
273274
</td>
274275
<td class="nhsuk-table__cell">Up to 5TPS</td>
@@ -278,7 +279,7 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
278279
<div class="nhsuk-hint">
279280
Use routing plans to decide how messages will be sent to your recipients and in what orders.
280281
</div>
281-
<p class="nhsuk-body">You can send transactional messages in the following ways:</p>
282+
<p class="nhsuk-body">You can send event based messages in the following ways:</p>
282283
<ul class="nhsuk-list nhsuk-list--bullet">
283284
<li>NHS App message only</li>
284285
<li>NHS App message, Email</li>
@@ -301,9 +302,9 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
301302
<tr class="nhsuk-table__row">
302303
<td class="nhsuk-table__cell">Fallback rules
303304
<div class="nhsuk-hint">
304-
The following fallback rules will apply to message channels used in your routing plans:
305+
The rules that trigger when a fallback is used for each message channel in a routing plan
305306
</div>
306-
<p>
307+
<p class="nhsuk-body">
307308
All digital message channels will immediately fallback to the next channel if its rejected or an 'unnotified'
308309
status is received.
309310
</p>
@@ -313,7 +314,7 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
313314
<li>a 'notified' status is not received within 1 hour</li>
314315
<li>the message is not read by the recipient within 24 hours</li>
315316
</ul>
316-
<p>Emails and text messages will fallback to the next channel if they are XYZ after 72 hours </p>
317+
<p>Emails and text messages will fallback to the next channel if they are not delivered after 72 hours </p>
317318
<p>Letters do not have any fallback rules as they’re always sent last in routing plans for transactional
318319
messages.</p>
319320
</td>
@@ -351,10 +352,10 @@ <h3 class="nhsuk-heading-s">Sending messages</h3>
351352
<div class="nhsuk-hint">
352353
NHS Notify prevents you from sending messages to specific recipients to make your messaging more effective
353354
</div>
354-
<p>You cannot send transactional messages to recipients with:</p>
355+
<p>You cannot send event based messages to recipients with:</p>
355356
<ul class="nhsuk-list nhsuk-list--bullet">
356357
<li>flagged records</li>
357-
<li>exit codes (also known as reason for removal codes)</li>
358+
<li>reason for removal codes (also known as exit codes)</li>
358359
<li>international addresses</li>
359360
<li>invalid postcodes</li>
360361
<li>invalid email addresses</li>

docs/pages/using-nhs-notify/campaigns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permalink: /using-nhs-notify/campaigns
1010
section: By use case
1111
---
1212

13-
Use NHS Notify to set up national or local campaigns to send messages in bulk to patients and the public.
13+
Use NHS Notify to set up national or targeted campaigns to send messages in bulk to patients and the public.
1414

1515
## Examples of campaign messaging
1616

docs/pages/using-nhs-notify/event-based-messaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permalink: /using-nhs-notify/event-based-messaging
1010
section: By use case
1111
---
1212

13-
Use NHS Notify to send messages to your recipients when a specific event is triggered in your organisation or service.
13+
Use NHS Notify to send messages to patients and the public when a specific event is triggered in your organisation or service.
1414

1515
## Examples of event based messaging
1616

0 commit comments

Comments
 (0)