2024-04-24 12:31:00 -07:00
|
|
|
|
{% extends "base.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 %}
|
|
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<h1 class="font-body-2xl margin-bottom-3">Terms of use</h1>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<p>
|
2023-07-28 11:12:46 -04:00
|
|
|
|
These terms apply to your service’s use of Notify.gov. You must be the service manager to accept them.
|
2019-06-04 11:20:33 +01:00
|
|
|
|
</p>
|
|
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<h2 class="font-body-lg" id="when-using-notify">When using Notify</h2>
|
|
|
|
|
|
<p>You must:</p>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<ul class="list list-bullet">
|
2023-05-08 10:49:30 -04:00
|
|
|
|
<li>ensure your organization has reviewed and approved any messages you will send</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>
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<p>If you do not keep to these terms, we might have to stop sending your messages.</p>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
|
2023-07-28 11:12:46 -04:00
|
|
|
|
<p> Notify.gov 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>
|
2023-08-08 16:19:17 -04:00
|
|
|
|
<li>keep your data <a class="usa-link" 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>
|
|
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<h2 class="font-body-lg" id="leaving-notify">Leaving Notify</h2>
|
2023-08-08 16:19:17 -04:00
|
|
|
|
<p>You can leave Notify at any time. Just <a class="usa-link" href="{{url_for('.support')}}">contact us</a> and we’ll close your account.</p>
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<p>When you leave Notify, all your data will be deleted.</p>
|
2016-03-21 14:47:45 +00:00
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|