You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/using-nhs-notify/personalisation.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To personalise a message, use double brackets to add a placeholder to your conte
18
18
text='<code>Hello ((firstName)), your NHS Number is ((nhsNumber))'
19
19
%}
20
20
21
-
###Personal Demographics Service (PDS) personalisation fields
21
+
## Personal Demographics Service (PDS) personalisation fields
22
22
23
23
NHS Notify uses the [Personal Demographics Service (PDS)](https://digital.nhs.uk/services/personal-demographics-service) to find and populate certain personalisation fields for each recipient. This happens automatically when you [tell us who you want to message]({% link pages/using-nhs-notify/tell-us-who-you-want-to-message.md %}) using recipients' NHS numbers.
24
24
@@ -41,7 +41,7 @@ You can provide your own personalisation data.
41
41
42
42
Do not send us personalisation data that's already available in PDS. We'll use the PDS data over your own data in this case.
43
43
44
-
### If you're using the API
44
+
### If you're using NHS Notify API
45
45
46
46
Include a personalisation block in your API request.
47
47
@@ -57,7 +57,7 @@ text='{
57
57
58
58
Read the [API documentation](https://digital.nhs.uk/developer/api-catalogue/nhs-notify#post-/v1/message-batches) to find out where to put this in your request.
59
59
60
-
### If you're using the Message Exchange for Social Care and Health (MESH)
60
+
### If you're using NHS Notify MESH
61
61
62
62
Include the personalisation fields as columns in your CSV file.
63
63
@@ -66,8 +66,5 @@ The column names should start with 'personalisation\_', followed by the same wor
66
66
For example, if you wanted to include 'practice' as a personalisation field, the column name would be:
0 commit comments