2016-11-23 10:58:12 +00:00
|
|
|
|
{% from 'components/big-number.html' import big_number %}
|
2016-06-03 16:55:59 +01:00
|
|
|
|
{% from "components/banner.html" import banner_wrapper %}
|
|
|
|
|
|
{% from "components/phone.html" import phone %}
|
|
|
|
|
|
|
2016-11-22 17:15:31 +00:00
|
|
|
|
{% extends "fullwidth_template.html" %}
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
|
|
|
|
|
{% block page_title %}
|
2016-02-08 09:23:51 +00:00
|
|
|
|
GOV.UK Notify
|
2015-11-25 16:21:28 +00:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
2016-02-01 12:15:38 +00:00
|
|
|
|
{% block maincolumn_content %}
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
2016-11-22 17:53:09 +00:00
|
|
|
|
<div class="product-page-intro">
|
|
|
|
|
|
<div class="product-page-intro-wrapper">
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
|
<h1>
|
2016-11-28 14:55:05 +00:00
|
|
|
|
Send emails and text messages to your users
|
2016-11-22 17:53:09 +00:00
|
|
|
|
</h1>
|
|
|
|
|
|
<p>
|
2016-11-30 13:52:12 +00:00
|
|
|
|
Try GOV.UK Notify now if you work for a UK government
|
|
|
|
|
|
department or agency.
|
2016-11-22 17:53:09 +00:00
|
|
|
|
</p>
|
|
|
|
|
|
<div class="button-container">
|
|
|
|
|
|
<a class="button button-start" href='{{ url_for('.register' )}}'>
|
|
|
|
|
|
Create an account
|
|
|
|
|
|
</a>
|
|
|
|
|
|
or <a href="{{ url_for('.sign_in' )}}">sign in</a> if you’ve used
|
|
|
|
|
|
it before
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="product-page-section">
|
2016-11-23 10:58:12 +00:00
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<h2>
|
2016-11-30 13:52:12 +00:00
|
|
|
|
Control your content
|
2016-11-23 10:58:12 +00:00
|
|
|
|
</h2>
|
|
|
|
|
|
<p>
|
2016-11-30 13:52:12 +00:00
|
|
|
|
You don’t need any technical knowledge to create email and
|
|
|
|
|
|
text message templates.
|
2016-11-23 10:58:12 +00:00
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="column-half">
|
2016-12-07 17:00:53 +00:00
|
|
|
|
<img src="/static/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">
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-half">
|
2016-11-30 13:52:12 +00:00
|
|
|
|
<h2>
|
|
|
|
|
|
See how your messages perform
|
|
|
|
|
|
</h2>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Track how many messages you’ve sent and
|
|
|
|
|
|
find out which ones aren’t getting delivered.
|
|
|
|
|
|
</p>
|
2016-11-23 10:58:12 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
<div class="column-half">
|
2016-12-07 17:00:53 +00:00
|
|
|
|
<img
|
|
|
|
|
|
src="/static/images/product/02-reporting.svg"
|
|
|
|
|
|
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>
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<p>
|
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
|
|
|
|
|
|
src="/static/images/product/03-spreadsheet.svg"
|
|
|
|
|
|
alt="A screenshot of a spreadsheet with columns for email address, name and colour"
|
|
|
|
|
|
>
|
2016-11-23 10:58:12 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<p>
|
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
|
|
|
|
|
|
src="/static/images/product/04-api.svg"
|
|
|
|
|
|
alt="A screenshot of some computer code with a notify.send_email function"
|
|
|
|
|
|
>
|
2016-11-23 10:58:12 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
2016-12-19 12:12:55 +00:00
|
|
|
|
<div class="product-page-section">
|
|
|
|
|
|
<div class="with-keyline bottom-gutter-2">
|
|
|
|
|
|
<h2>Who’s using GOV.UK Notify</h2>
|
|
|
|
|
|
<div class="grid-row bottom-gutter">
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<h3 class="visually-hidden">Services</h3>
|
2017-01-17 12:27:34 +00:00
|
|
|
|
<div class="product-page-big-number">27</div>
|
2016-12-19 12:12:55 +00:00
|
|
|
|
services
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<h3 class="visually-hidden">Departments</h3>
|
2016-12-21 09:55:35 +00:00
|
|
|
|
<div class="product-page-big-number">16</div>
|
2016-12-19 12:12:55 +00:00
|
|
|
|
departments
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</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>
|
|
|
|
|
|
<div class="grid-row bottom-gutter">
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<h3 class="visually-hidden">Emails</h3>
|
|
|
|
|
|
<div class="product-page-big-number">Unlimited</div>
|
|
|
|
|
|
free emails
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<h3 class="visually-hidden">Text messages</h3>
|
|
|
|
|
|
<div class="product-page-big-number">250,000</div>
|
|
|
|
|
|
free text messages a year, then
|
|
|
|
|
|
1.65 pence per message
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="grid-row bottom-gutter">
|
|
|
|
|
|
<div class="column-three-quarters">
|
|
|
|
|
|
<p>
|
|
|
|
|
|
There’s no monthly charge, no setup fee and no procurement process.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="product-page-section">
|
2016-11-28 15:39:44 +00:00
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-half">
|
|
|
|
|
|
<h2 class="with-keyline">
|
|
|
|
|
|
The team
|
|
|
|
|
|
</h2>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
GOV.UK Notify is built by the Government Digital Service
|
|
|
|
|
|
and is supported 24 hours a day, 7 days a week.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
<a href="{{ url_for('main.feedback') }}">Contact the team</a> if you have a question or want
|
|
|
|
|
|
to give feedback.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="column-half">
|
2016-12-07 17:00:53 +00:00
|
|
|
|
<img
|
|
|
|
|
|
src="/static/images/product/team.jpg"
|
|
|
|
|
|
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 %}
|