Files
notifications-admin/app/templates/views/pricing.html

58 lines
1.6 KiB
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% block page_title %}
Pricing GOV.UK Notify
{% 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&nbsp;Notify is completely free.
</p>
<h2 class="heading-medium">Text messages</h2>
<ul class="list list-bullet">
<li>Free allowance: 250,000 text messages per service, per financial year</li>
2016-04-20 15:42:11 +01:00
<li>If your text messages are long, it will count as 2 or 3 messages depening on length:
<ul class="list list-bullet">
<li>Up to 160 characters = 1 message</li>
<li>Up to 306 characters = 2 messages</li>
<li>Up to 459 characters = 3 messages</li>
2016-04-20 15:42:11 +01:00
</ul></li>
<li>Standard text message rate: 1.8p + VAT</li>
<li>Fail-over text message rate: 2.5p + VAT</li>
</ul>
<p>
You only pay the fail-over rate if we cant deliver your text message
through our primary text message provider.
</p>
<p>
We simply charge you the costs we pay to our delivery partners.
We dont 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. Theres no monthly charge
or setup fee.
</p>
<p>
The Government Digital Service is funding the development and running
of Notify. Were also covering the cost of the free emails and text messages.
</p>
</div>
</div>
{% endblock %}