2019-06-04 11:20:33 +01:00
{% extends "content_template.html" %}
2016-10-24 15:35:51 +01:00
{% from "components/banner.html" import banner_wrapper %}
2016-03-21 14:47:45 +00:00
2017-02-13 10:45:15 +00:00
{% block per_page_title %}
2019-06-04 11:20:33 +01:00
Terms of use
2016-03-21 14:47:45 +00:00
{% endblock %}
2019-06-04 11:20:33 +01:00
{% block content_column_content %}
2016-03-21 14:47:45 +00:00
2019-06-04 11:20:33 +01:00
< h1 class = "heading-large" > Terms of use</ h1 >
2016-03-21 14:47:45 +00:00
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2022-12-06 11:03:47 -05:00
These terms apply to your service’ s use of U.S. Notify. You must be the service manager to accept them.
2019-06-04 11:20:33 +01:00
</ p >
2018-03-08 12:12:18 +00:00
2022-01-14 11:08:33 +00:00
< h2 class = "heading-medium" id = "when-using-notify" > When using Notify</ h2 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > You must:</ p >
2019-06-04 11:20:33 +01:00
< ul class = "list list-bullet" >
2022-12-20 09:44:33 -05:00
< li > complete your organization’ s information assurance process (you do not need to include Notify or our delivery partners, we’ ve already done that)</ li >
2019-06-04 11:20:33 +01:00
< li > tell us immediately if you have any security breaches</ li >
< li > keep your API keys secure</ li >
< li > get the right levels of consent (to send messages and to use data)</ li >
2022-11-21 10:43:38 -05:00
< li > not send unsolicited messages, only ones related to official government services and information</ li >
2019-06-04 11:20:33 +01:00
< li > check that the data you add to Notify is accurate and complies with data protection legislation</ li >
</ ul >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > If you do not keep to these terms, we might have to stop sending your messages.</ p >
2016-03-21 14:47:45 +00:00
2022-12-06 11:03:47 -05:00
< p class = "govuk-body" > U.S. Notify will:</ p >
2019-06-04 11:20:33 +01:00
< ul class = "list list-bullet" >
< li > send all the messages you pass to us, as long as they meet our guidelines</ li >
< li >
2022-11-21 10:43:38 -05:00
show how Notify is performing (through our < a class = "govuk-link govuk-link--no-visited-state" href = "{{ url_for('main.performance') }}" > performance</ a > <!--and <a class="govuk-link govuk-link--no-visited-state" href="https://status.notifications.service.gov.uk/">status</a>--> page)
2019-06-04 11:20:33 +01:00
</ li >
2019-12-06 07:53:46 +00:00
< li > keep your data < a class = "govuk-link govuk-link--no-visited-state" href = "{{ url_for('.security') }}" > secure</ a ></ li >
2019-06-04 11:20:33 +01:00
< li > give you one month’ s notice by email if we change our terms of use or delivery providers</ li >
</ ul >
2018-03-12 15:13:52 +00:00
2022-01-14 11:08:33 +00:00
< h2 class = "heading-medium" id = "leaving-notify" > Leaving Notify</ h2 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > You can leave Notify at any time. Just < a class = "govuk-link govuk-link--no-visited-state" href = "{{url_for('.support')}}" > contact us</ a > and we’ ll close your account.</ p >
< p class = "govuk-body" > When you leave Notify, all your data will be deleted.</ p >
2016-03-21 14:47:45 +00:00
{% endblock %}