From 87bee4faf1ec1570a10a8359915188ac27333da1 Mon Sep 17 00:00:00 2001 From: Tom D'Roza <83403414+tdroza-nhs@users.noreply.github.com> Date: Mon, 19 May 2025 15:57:23 +0100 Subject: [PATCH 1/2] CCM-10161: Added new global routing config to API docs (#939) --- specification/documentation/APIDescription.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/specification/documentation/APIDescription.md b/specification/documentation/APIDescription.md index 3283e868a..cc54301f7 100644 --- a/specification/documentation/APIDescription.md +++ b/specification/documentation/APIDescription.md @@ -153,11 +153,12 @@ You'll then need to include this personalisation field in your request. ### Making your request to send messages from your software Use the following routing plan IDs and personalisation fields that match the message channel your user will send their message with. -| Message channel | Personalisation field | Routing plan ID | -|-----------------|----------------------------|--------------------------------------| -| NHS App message | body | 00000000-0000-0000-0000-000000000001 | -| Email | email_subject, email_body | 00000000-0000-0000-0000-000000000002 | -| Text message | sms_body | 00000000-0000-0000-0000-000000000003 | +| Message channel | Personalisation field | Routing plan ID | +|------------------------------------------|----------------------------------------|--------------------------------------| +| NHS App message | body | 00000000-0000-0000-0000-000000000001 | +| Email | email_subject, email_body | 00000000-0000-0000-0000-000000000002 | +| Text message | sms_body | 00000000-0000-0000-0000-000000000003 | +| NHS App message with a fallback to email | nhsapp_body, email_subject, email_body | 00000000-0000-0000-0000-000000000004 | For email, use the personalisation field `email_subject` to allow your user to add the email subject line. From dcacb556535ed11376d6aa3aaf23183eb8ecb166 Mon Sep 17 00:00:00 2001 From: ClareJonesBJSS Date: Thu, 22 May 2025 12:22:40 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=C2=A0+minor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit