{% extends "withnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/radios.html" import radios %} {% from "components/page-footer.html" import page_footer %} {% from "components/banner.html" import banner_wrapper %} {% block page_title %} Request to go live – GOV.UK Notify {% endblock %} {% block maincolumn_content %}

Request to go live

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

You must accept the GOV.UK Notify data sharing and financial agreement (Memorandum of Understanding) before we can process data for you.

Contact the Notify team to get a copy of the agreement or to find out if your organisation has already accepted it.

{% endcall %}

Before you request to go live, make sure you’ve:

{{ radios(form.channel) }} {{ textbox(form.start_date, width='1-1') }} {{ textbox(form.start_volume, width='1-1', hint='For example, ‘1000 a month’.') }} {{ textbox(form.peak_volume, width='1-1', hint='For example, ‘Messages will increase to 20,000 a month in January’.') }} {{ radios(form.upload_or_api) }}

Once you’ve completed the tasks needed to set up, we’ll make your service live. We’ll do this within one working day.

By requesting to go live you are agreeing to our terms of use.

{{ page_footer('Request to go live') }}
{% endblock %}