From a6e50772c8e9c5a165899852fd5bd2d6bdebe479 Mon Sep 17 00:00:00 2001 From: saimaghafoor <110100286+saimaghafoor@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:01:13 +0100 Subject: [PATCH 01/10] Send files guidance for UI Content for sending files in the UI added in readiness for the feature release. --- .../using-notify/send-files-by-email.html | 34 +++++++++---------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/app/templates/views/guidance/using-notify/send-files-by-email.html b/app/templates/views/guidance/using-notify/send-files-by-email.html index c86a6a446b..698b197b86 100644 --- a/app/templates/views/guidance/using-notify/send-files-by-email.html +++ b/app/templates/views/guidance/using-notify/send-files-by-email.html @@ -15,27 +15,25 @@
Upload a file using our API, then send users an email with a link to download it.
-Notify uses encrypted links instead of email attachments because:
- -When the recipient clicks the link in the email, they will need to enter their email address. Only someone who knows the recipient’s email address can download the file. This security feature is optional.
-You can also choose the length of time that a file is available to download. When deciding this, you should consider:
- +For added security:
This is currently an API-only feature. You’ll need a developer on your team to set it up for you.
+To send a file by email:
+- To send a file by email, follow the instructions in our - API documentation. -
+ Follow the instructions in our + API documentation. +You’ll need a developer on your team to set it up for you.
+ {% endblock %} From db0628950cf6249d17fdab0e32b71a584b0779a6 Mon Sep 17 00:00:00 2001 From: saimaghafoor <110100286+saimaghafoor@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:22:13 +0100 Subject: [PATCH 02/10] service link component added at the top Service link added at the top of the page to make service link work correctly --- .../views/guidance/using-notify/send-files-by-email.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/views/guidance/using-notify/send-files-by-email.html b/app/templates/views/guidance/using-notify/send-files-by-email.html index 698b197b86..dd92309a8e 100644 --- a/app/templates/views/guidance/using-notify/send-files-by-email.html +++ b/app/templates/views/guidance/using-notify/send-files-by-email.html @@ -1,4 +1,5 @@ {% extends "content_template.html" %} +{% from "components/service-link.html" import service_link %} {# Used by the content_template.html layout, prefixes the "navigation" accessible name #} {% set navigation_label_prefix = 'Using Notify' %} From 06daa28b1f2866c667ae66a59088ede34cfd7c99 Mon Sep 17 00:00:00 2001 From: saimaghafoor <110100286+saimaghafoor@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:38:29 +0100 Subject: [PATCH 03/10] Remove bulleted list replaced bulleted list re security with a sentence instead as 2 lists close together may make it difficult to scan read/miss the short lead in sentence --- .../views/guidance/using-notify/send-files-by-email.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/templates/views/guidance/using-notify/send-files-by-email.html b/app/templates/views/guidance/using-notify/send-files-by-email.html index dd92309a8e..c4bdef92a1 100644 --- a/app/templates/views/guidance/using-notify/send-files-by-email.html +++ b/app/templates/views/guidance/using-notify/send-files-by-email.html @@ -16,11 +16,8 @@Upload a file using our API, then send users an email with a link to download it.
-For added security:
-For security, choose how long the file is available for and ask recipients for their email address to download it.
+To send a file by email:
Notify offers a safe and reliable way to send files by email.
-Upload a file using our API, then send users an email with a link to download it.
+Upload a file, then send users an email with a link to download it.
+Notify uses encrypted links instead of email attachments because:
+ +For security, choose how long the file is available for and ask recipients for their email address to download it.
From 4251aed09e6f8dbb4d87e84e09e7e32454dafeea Mon Sep 17 00:00:00 2001 From: saimaghafoor <110100286+saimaghafoor@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:17:16 +0000 Subject: [PATCH 06/10] Update guidance-send-files-by-email.html sned files guidance for UI --- .../partials/templates/guidance-send-files-by-email.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/templates/partials/templates/guidance-send-files-by-email.html b/app/templates/partials/templates/guidance-send-files-by-email.html index 89de814e43..63966da203 100644 --- a/app/templates/partials/templates/guidance-send-files-by-email.html +++ b/app/templates/partials/templates/guidance-send-files-by-email.html @@ -2,9 +2,8 @@- Use double brackets to add a placeholder field to your template. This will contain a secure link to download the file. -
-Download your file at: ((link_to_file))
-
+ Send recipients an email with a secure link to download the file.
+
+Select ‘Attach files’ when you edit a template. Then follow the instructions to upload a file.
+If you use the Notify API to send emails, follow the ‘Send a file by email’ instructions in the API documentation.
-Next, use the API to upload your file. Follow the instructions to send a file by email in the API documentation. From 864b9a614823dccc792a934d51098c42a6c56ce7 Mon Sep 17 00:00:00 2001 From: saimaghafoor <110100286+saimaghafoor@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:44:40 +0000 Subject: [PATCH 07/10] Update send-files-by-email.html Small wording changes: - security of file - bullet points --- .../views/guidance/using-notify/send-files-by-email.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/templates/views/guidance/using-notify/send-files-by-email.html b/app/templates/views/guidance/using-notify/send-files-by-email.html index ce86fb8353..4054a724a0 100644 --- a/app/templates/views/guidance/using-notify/send-files-by-email.html +++ b/app/templates/views/guidance/using-notify/send-files-by-email.html @@ -21,16 +21,15 @@For security, choose how long the file is available for and ask recipients for their email address to download it.
+For security, choose how long the file is available for and ask recipients to confirm their email address before they can download it.
To send a file by email:
- Send recipients an email with a secure link to download the file. + Upload a file, then send your recipients a link to download it.
-Select ‘Attach files’ when you edit a template. Then follow the instructions to upload a file.
+Select ‘Attach files’ when you edit a template and follow the instructions.
If you use the Notify API to send emails, follow the ‘Send a file by email’ instructions in the API documentation.
From 26c0d3e8452beb40c4fccfa3c1f6774693d2b67b Mon Sep 17 00:00:00 2001 From: Chris Hill-ScottNotify uses encrypted links instead of email attachments because:
For security, choose how long the file is available for and ask recipients to confirm their email address before they can download it.
- +To send a file by email:
Follow the instructions in our
From 1267acc4ea886945f2c14acdfc765b3875916f9d Mon Sep 17 00:00:00 2001
From: Chris Hill-Scott For security, choose how long the file is available for and ask recipients to confirm their email address before they can download it. To send a file by email: For security, choose how long the file is available for and ask recipients to confirm their email address before they can download it.
Follow the instructions in our
Send files by email
@@ -32,6 +30,8 @@
+ Send files by email
If you use the Notify API