+
Features
+
+
+ Here’s a list of what you can do with GOV.UK Notify. We’re adding new features all the time,
+ so keep an eye on our roadmap to see what’s coming up.
+
+
+
+
+
What you can do with Notify
+
+ - Send emails
+ - Send text messages – UK and internationally
+ - Receive text messages
+ - Send letters
+
+
+
What Notify costs
+
+ - Free for email
+ - 250,000 free text messages – then 1.58p + VAT
+ - Letters from 29p + VAT
+
+
+ See our pricing page for more details.
+
+
+
Managing your message content
+
+ - Personalise your messages
+ - Format emails and letters
+ - Choose email and letter branding
+ - Specify an email account for replies
+ - Specify text message sender name
+
+
+
Using Notify
+
+ - Create and update message templates in real time
+ - Preview messages before sending them
+ - Schedule when your messages are sent
+ - Send individual emails or text messages
+ - See the delivery status of emails and text messages
+ - Manually upload batch files of recipient data
+ - Automate sending with our API
+ - Integrate using supported client libraries
+ - Use different types of API key for your
+ integration testing
+
+
+
Managing your Notify account
+
+ - Real-time dashboard of activity
+ - View usage and reports
+ - Manage your team members’ permissions
+
+
+{% endblock %}
diff --git a/app/templates/views/roadmap.html b/app/templates/views/roadmap.html
index b730ca2eb..532bffedc 100644
--- a/app/templates/views/roadmap.html
+++ b/app/templates/views/roadmap.html
@@ -2,14 +2,14 @@
{% extends "withoutnav_template.html" %}
{% block per_page_title %}
- Roadmap for GOV.UK Notify
+ Roadmap
{% endblock %}
{% block maincolumn_content %}
-
Roadmap for GOV.UK Notify
+
Roadmap
Here’s a list of the new functionality we’re planning to offer through GOV.UK Notify over the next 6 to 9 months.
@@ -43,7 +43,7 @@
Publishing design patterns for integration
-
August - October 2017
+
August to October 2017
- Sending letters (available for everyone)
- Sending of pre-compiled letters
diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py
index 31315e836..8c1a78c0d 100644
--- a/tests/app/main/views/test_index.py
+++ b/tests/app/main/views/test_index.py
@@ -17,7 +17,7 @@ def test_logged_in_user_redirects_to_choose_service(
@pytest.mark.parametrize('view', [
- 'cookies', 'trial_mode', 'pricing', 'terms', 'delivery_and_failure', 'integration_testing', 'roadmap'
+ 'cookies', 'trial_mode', 'pricing', 'terms', 'delivery_and_failure', 'integration_testing', 'roadmap', 'features'
])
def test_static_pages(
client,