{% from "components/banner.html" import banner_wrapper %} {% from "components/phone.html" import phone %} {% extends "withoutnav_template.html" %} {% block page_title %} GOV.UK Notify {% endblock %} {% block maincolumn_content %}

BETA This is a new service – your feedback will help us to improve it.

{% call banner_wrapper(type='intro') %}

GOV.UK Notify makes it easy to send text messages and emails to your users.

If you work for a UK government department or agency you can try it now.

Create an account or sign in if you’ve used it before

{{ phone( "07900911111", """ Joshua, we’ve started processing your application. Your reference number is 300312. """ ) }}
{{ phone( "07900922222", """ Amala, we’ve started processing your application. Your reference number is 444250. """ ) }}
{{ phone( "07900933333", """ Roman, we’ve started processing your application. Your reference number is 568821. """ ) }}
{% endcall %} {% endblock %}