2016-04-04 15:22:30 +01:00
|
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
|
|
2017-02-13 10:45:15 +00:00
|
|
|
|
{% block per_page_title %}
|
|
|
|
|
|
Pricing
|
2016-04-04 15:22:30 +01:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
|
<h1 class="heading-large">Pricing</h1>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="heading-medium">Emails</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Sending email through GOV.UK Notify is completely free.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="heading-medium">Text messages</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<ul class="list list-bullet">
|
2016-04-20 15:39:07 +01:00
|
|
|
|
<li>Free allowance: 250,000 text messages per service, per financial year</li>
|
2016-04-26 13:57:07 +01:00
|
|
|
|
<li>If your messages are long, they will count as 2 or 3 text messages, depending on length:
|
2016-04-20 15:39:07 +01:00
|
|
|
|
<ul class="list list-bullet">
|
2016-04-26 13:57:07 +01:00
|
|
|
|
<li>Up to 160 characters = 1 text message</li>
|
|
|
|
|
|
<li>Up to 306 characters = 2 text messages</li>
|
|
|
|
|
|
<li>Up to 459 characters = 3 text messages</li>
|
2016-04-20 15:42:11 +01:00
|
|
|
|
</ul></li>
|
2016-12-19 11:42:39 +00:00
|
|
|
|
<li>Standard text message rate: 1.65 pence + VAT</li>
|
2016-04-04 15:22:30 +01:00
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
We simply charge you the costs we pay to our delivery partners.
|
|
|
|
|
|
We don’t mark these costs up in any way.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="heading-medium">No monthly charge or setup fee</h2>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
There are no other charges for using Notify. There’s no monthly charge
|
|
|
|
|
|
or setup fee.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
The Government Digital Service is funding the development and running
|
|
|
|
|
|
of Notify. We’re also covering the cost of the free emails and text messages.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|