From b999378251c0fa1ab11fb0a6a58c20dc7d55b7da Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Wed, 14 Jun 2017 16:41:52 +0100 Subject: [PATCH] New features page --- app/templates/views/features.html | 74 +++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 app/templates/views/features.html diff --git a/app/templates/views/features.html b/app/templates/views/features.html new file mode 100644 index 000000000..0a2e91592 --- /dev/null +++ b/app/templates/views/features.html @@ -0,0 +1,74 @@ +{% from "components/table.html" import mapping_table, row, text_field, edit_field, field %} +{% extends "withoutnav_template.html" %} + +{% block per_page_title %} + Features of GOV.UK Notify +{% endblock %} + +{% block maincolumn_content %} + +
+
+

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. +

+ +
+

+ You can create yourself a trial account now to see all + of these features in action. +

+
+ +

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. +

+ +

Manage 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 %}