Skip to content

Commit ed6e500

Browse files
authored
Update personalisation.md
1 parent e3b58e1 commit ed6e500

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ To personalise a message, use double brackets to add a placeholder to your conte
1818
text='Hello ((firstName)), your NHS Number is ((nhsNumber))'
1919
%}
2020

21-
## Personal Demographics Service (PDS) personalisation fields
2221
## Personal Demographics Service (PDS) personalisation fields
2322

24-
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.
2523
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.
2624

27-
You can use the following PDS personalisation fields in your templates:
2825
You can use the following PDS personalisation fields in your templates:
2926

3027
- fullName
@@ -36,7 +33,6 @@ You can use the following PDS personalisation fields in your templates:
3633
- nhsNumber
3734
- date
3835

39-
Any placeholders in your content need to match the PDS personalisation fields.
4036
Any placeholders in your content need to match the PDS personalisation fields.
4137

4238
## Providing your own personalisation data
@@ -45,7 +41,6 @@ You can provide your own personalisation data.
4541

4642
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.
4743

48-
### If you're using NHS Notify API
4944
### If you're using NHS Notify API
5045

5146
Include a personalisation block in your API request.
@@ -58,17 +53,14 @@ text='"practice": "PRACTICE_NAME",'
5853

5954
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.
6055

61-
### If you're using NHS Notify MESH
6256
### If you're using NHS Notify MESH
6357

6458
Include the personalisation fields as columns in your CSV file.
6559

66-
The column names should start with 'personalisation\_', followed by the same wording as the placeholders in your template.
6760
The column names should start with 'personalisation\_', followed by the same wording as the placeholders in your template.
6861

6962
For example, if you wanted to include 'practice' as a personalisation field, the column name would be:
7063

7164
{% include components/inset-text.html
7265
text='nhsNumber,requestItemRefId,personalisation_practice'
73-
text='nhsNumber,requestItemRefId,personalisation_practice'
7466
%}

0 commit comments

Comments
 (0)