2016-11-22 17:15:31 +00:00
{% extends "fullwidth_template.html" %}
2020-02-06 13:36:17 +00:00
{% from "components/button/macro.njk" import govukButton %}
2015-11-25 16:21:28 +00:00
2017-11-14 17:25:32 +00:00
{% block meta %}
2018-01-18 16:38:15 +00:00
< meta name = "description" content = "GOV.UK Notify lets you send emails, text messages and letters to your users. Try it now if you work in central government, a local authority, or the NHS." >
2017-11-14 17:25:32 +00:00
{% endblock %}
2019-10-11 16:21:05 +01:00
{% block pageTitle %}
2016-02-08 09:23:51 +00:00
GOV.UK Notify
2015-11-25 16:21:28 +00:00
{% endblock %}
2019-10-11 16:44:17 +01:00
{% block content %}
2015-11-25 16:21:28 +00:00
2017-02-14 11:33:55 +00:00
< div class = "product-page-intro" >
2020-02-19 14:21:22 +00:00
< div class = "product-page-intro-wrapper" >
2017-01-19 14:52:54 +00:00
< nav class = "breadcrumbs breadcrumbs--inverse" aria-label = "Breadcrumbs" >
< ol itemscope itemtype = "http://schema.org/BreadcrumbList" >
< li class = "breadcrumbs__item" itemprop = "itemListElement" itemscope itemtype = "http://schema.org/ListItem" >
2019-12-06 07:53:46 +00:00
< a class = "govuk-link govuk-link--no-visited-state" href = "https://www.gov.uk/service-toolkit#gov-uk-services" itemprop = "item" > < span itemprop = "name" > GOV.UK services< / span > < / a >
2017-01-19 14:52:54 +00:00
< / li >
< li class = "breadcrumbs__item breadcrumbs__item--active" itemprop = "itemListElement" itemscope itemtype = "http://schema.org/ListItem" >
2019-12-06 07:53:46 +00:00
< a class = "govuk-link govuk-link--no-visited-state" href = "#main" itemprop = "item" > < span itemprop = "name" > GOV.UK Notify< / span > < / a >
2017-01-19 14:52:54 +00:00
< / li >
< / ol >
< / nav >
2020-02-19 11:57:15 +00:00
< div class = "govuk-grid-row" >
2020-02-19 12:36:02 +00:00
< div class = "govuk-grid-column-two-thirds" >
2016-11-22 17:53:09 +00:00
< h1 >
2018-01-18 16:38:15 +00:00
Send emails, text messages and letters to your users
2016-11-22 17:53:09 +00:00
< / h1 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2017-10-26 12:58:02 +01:00
Try GOV.UK Notify now if you work in central government, a local authority, or the NHS.
2016-11-22 17:53:09 +00:00
< / p >
< div class = "button-container" >
2020-02-06 13:36:17 +00:00
{{ govukButton({
"element": "a",
"text": "Create an account",
"classes": "product-page-button button-container__button govuk-!-margin-right-3",
"href": url_for('main.register' )
}) }}
2019-12-06 07:53:46 +00:00
or < a class = "govuk-link govuk-link--no-visited-state" href = "{{ url_for('.sign_in' )}}" > sign in< / a > if you’ ve used
2016-11-22 17:53:09 +00:00
it before
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "product-page-section" >
2020-02-19 11:57:15 +00:00
< div class = "govuk-grid-row" >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2016-11-23 10:58:12 +00:00
< h2 >
2016-11-30 13:52:12 +00:00
Control your content
2016-11-23 10:58:12 +00:00
< / h2 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2019-09-13 11:05:24 +01:00
You do not need any technical knowledge to create email,
2018-01-18 16:38:15 +00:00
text message or letter templates.
2016-11-23 10:58:12 +00:00
< / p >
< / div >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2018-11-29 14:28:29 +00:00
< img src = "{{ asset_url('images/product/01-templates.svg') }}" alt = "" >
2016-11-23 10:58:12 +00:00
< / div >
< / div >
2016-11-22 17:53:09 +00:00
< / div >
2016-11-23 10:58:12 +00:00
< div class = "product-page-section" >
2020-02-19 11:57:15 +00:00
< div class = "govuk-grid-row" >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2016-11-30 13:52:12 +00:00
< h2 >
See how your messages perform
< / h2 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2016-11-30 13:52:12 +00:00
Track how many messages you’ ve sent and
2019-09-13 12:45:12 +01:00
find out which ones are not being delivered.
2016-11-30 13:52:12 +00:00
< / p >
2016-11-23 10:58:12 +00:00
< / div >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2016-12-07 17:00:53 +00:00
< img
2018-11-29 14:28:29 +00:00
src="{{ asset_url('images/product/02-reporting.svg') }}"
2016-12-07 17:00:53 +00:00
alt="A screenshot of GOV.UK Notify showing counts of emails and text messages sent"
>
2016-11-23 10:58:12 +00:00
< / div >
< / div >
< / div >
2016-11-28 15:39:44 +00:00
< div class = "product-page-section" >
2016-11-30 13:52:12 +00:00
< h2 class = "with-keyline" >
Send messages manually or automatically
2016-11-23 10:58:12 +00:00
< / h2 >
2020-02-19 11:57:15 +00:00
< div class = "govuk-grid-row" >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2016-11-30 13:52:12 +00:00
Upload a spreadsheet of email addresses or
phone numbers and Notify sends the messages.
2016-11-23 10:58:12 +00:00
< / p >
2016-12-07 17:00:53 +00:00
< img
2018-11-29 14:28:29 +00:00
src="{{ asset_url('images/product/03-spreadsheet.svg') }}"
2016-12-07 17:00:53 +00:00
alt="A screenshot of a spreadsheet with columns for email address, name and colour"
>
2016-11-23 10:58:12 +00:00
< / div >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2016-11-30 13:52:12 +00:00
Integrate the GOV.UK Notify API with your web application or
2016-11-23 10:58:12 +00:00
back office system.
< / p >
2016-12-07 17:00:53 +00:00
< img
2018-11-29 14:28:29 +00:00
src="{{ asset_url('images/product/04-api.svg') }}"
2016-12-07 17:00:53 +00:00
alt="A screenshot of some computer code with a notify.send_email function"
>
2016-11-23 10:58:12 +00:00
< / div >
< / div >
< / div >
2017-01-23 16:25:11 +00:00
< div class = "product-page-section" >
< h2 class = "with-keyline" >
Introducing GOV.UK Notify
< / h2 >
< div class = "responsive-embed responsive-embed--16by9 responsive-embed--bordered bottom-gutter-2" >
< div class = "responsive-embed__wrapper" >
2019-12-19 13:43:44 +00:00
< iframe width = "560" height = "315" src = "https://www.youtube-nocookie.com/embed/_90cv1YgQo4" frameborder = "0" allowfullscreen > < / iframe >
2017-01-23 16:25:11 +00:00
< / div >
< / div >
< / div >
2016-12-19 12:12:55 +00:00
< div class = "product-page-section" >
2019-04-10 17:20:51 +01:00
< div class = "with-keyline bottom-gutter-2" id = "whos-using-notify" >
2016-12-19 12:12:55 +00:00
< h2 > Who’ s using GOV.UK Notify< / h2 >
2020-02-19 11:57:15 +00:00
< div class = "govuk-grid-row bottom-gutter" >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2019-10-21 15:18:25 +01:00
< h3 class = "govuk-visually-hidden" > Services< / h3 >
2019-07-08 12:00:40 +01:00
< div class = "product-page-big-number" > {{ counts.services|format_thousands }}< / div >
2016-12-19 12:12:55 +00:00
services
< / div >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2019-10-21 15:18:25 +01:00
< h3 class = "govuk-visually-hidden" > Organisations< / h3 >
2019-07-08 12:00:40 +01:00
< div class = "product-page-big-number" > {{ counts.organisations|format_thousands }}< / div >
2017-10-03 14:27:13 +01:00
organisations
2016-12-19 12:12:55 +00:00
< / div >
< / div >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2017-03-24 13:36:13 +00:00
See the
2019-12-06 07:53:46 +00:00
< a class = "govuk-link govuk-link--no-visited-state" href = "https://www.gov.uk/performance/govuk-notify/government-services" > list of services and organisations< / a > .
2017-03-24 13:36:13 +00:00
< / p >
2016-12-19 12:12:55 +00:00
< / div >
< / div >
2016-12-14 14:59:41 +00:00
< div class = "product-page-section" >
< div class = "with-keyline bottom-gutter-2" >
< h2 > Pricing< / h2 >
2020-02-19 11:57:15 +00:00
< div class = "govuk-grid-row bottom-gutter" >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2019-10-21 15:18:25 +01:00
< h3 class = "govuk-visually-hidden" > Emails< / h3 >
2016-12-14 14:59:41 +00:00
< div class = "product-page-big-number" > Unlimited< / div >
free emails
< / div >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2019-10-21 15:18:25 +01:00
< h3 class = "govuk-visually-hidden" > Text messages< / h3 >
2019-03-26 10:59:27 +00:00
< div class = "product-page-big-number" > Up to 250,000< / div >
2018-01-18 16:38:15 +00:00
free text messages a year,< br >
then 1.58 pence per message
2016-12-14 14:59:41 +00:00
< / div >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2019-10-21 15:18:25 +01:00
< h3 class = "govuk-visually-hidden" > Letters< / h3 >
2019-11-20 10:53:39 +00:00
< div class = "product-page-big-number" > 35 pence< / div >
2018-01-18 16:38:15 +00:00
to print and post a one page letter
< / div >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2018-01-18 16:38:15 +00:00
< p class = "align-with-big-number-hint" >
There’ s no monthly charge, no setup fee and no procurement process.
2016-12-14 14:59:41 +00:00
< / p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > Find out more about < a class = "govuk-link govuk-link--no-visited-state" href = "https://www.notifications.service.gov.uk/pricing" > pricing< / a > .
2019-03-26 10:59:27 +00:00
< / p >
2016-12-14 14:59:41 +00:00
< / div >
< / div >
< / div >
< / div >
< div class = "product-page-section" >
2020-02-19 11:57:15 +00:00
< div class = "govuk-grid-row" >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2016-11-28 15:39:44 +00:00
< h2 class = "with-keyline" >
The team
< / h2 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2016-11-28 15:39:44 +00:00
GOV.UK Notify is built by the Government Digital Service
and is supported 24 hours a day, 7 days a week.
< / p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2019-12-06 07:53:46 +00:00
< a class = "govuk-link govuk-link--no-visited-state" href = "{{ url_for('main.support') }}" > Contact us< / a > if you have a question or want
2016-11-28 15:39:44 +00:00
to give feedback.
< / p >
< / div >
2020-02-19 14:37:28 +00:00
< div class = "govuk-grid-column-one-half" >
2016-12-07 17:00:53 +00:00
< img
2018-11-29 14:28:29 +00:00
src="{{ asset_url('images/product/team.jpg') }}"
2016-12-07 17:00:53 +00:00
alt="A photo of the GOV.UK Notify team gathered around a big screen. One team member is pointing at a graph on the screen."
>
2016-11-28 15:39:44 +00:00
< / div >
< / div >
< / div >
2016-11-23 10:58:12 +00:00
2015-11-25 16:21:28 +00:00
2015-12-01 09:54:58 +00:00
{% endblock %}