2019-06-04 11:20:33 +01:00
{% extends "content_template.html" %}
2018-01-25 15:29:05 +00:00
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
2017-11-28 11:58:15 +00:00
{% from "components/sub-navigation.html" import sub_navigation %}
2023-06-01 12:46:19 -04:00
{% from "components/service-link.html" import service_link %}
2017-06-14 16:41:52 +01:00
{% block per_page_title %}
2017-06-14 17:01:16 +01:00
Features
2017-06-14 16:41:52 +01:00
{% endblock %}
2019-06-04 11:20:33 +01:00
{% block content_column_content %}
2017-06-14 16:41:52 +01:00
2023-06-08 13:12:00 -04:00
< h1 class = "font-body-2xl" > Features</ h1 >
2023-07-28 11:12:46 -04:00
< p class = "govuk-body" > If you work for the government, you can use Notify.gov to keep your users updated.</ p >
2023-08-08 16:19:17 -04:00
< p class = "govuk-body" > Notify makes it easy to create, customize, and send < a class = "usa-link" href = "{{ url_for('main.features_sms') }}" > text messages</ a > .</ p >
2022-11-17 11:27:03 -05:00
<!-- <ul class="list list-bullet">
2023-08-08 16:19:17 -04:00
<li><a class="usa-link" href="{{ url_for('main.features_email') }}">emails</a></li>
<li><a class="usa-link" href="{{ url_for('main.features_sms') }}">text messages</a></li>
2022-11-17 12:08:45 -05:00
</ul> -->
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > You do not need any technical knowledge to use Notify.</ p >
2019-06-04 11:20:33 +01:00
{% if not current_user.is_authenticated %}
2023-08-08 16:19:17 -04:00
< p class = "govuk-body" >< a class = "usa-link" href = "{{ url_for('main.register') }}" > Create an account</ a > for free and try it yourself.</ p >
2019-06-04 11:20:33 +01:00
{% endif %}
2017-11-28 11:58:15 +00:00
2019-10-16 10:19:32 +01:00
< h2 class = "heading-medium" id = "templates" > Reusable message templates</ h2 >
2022-11-17 11:27:03 -05:00
< p class = "govuk-body" > To send a text with Notify, you need to create a reusable message template first.</ p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > Templates let you send the same thing to lots of people, as often as you need to, without writing a new message each time.</ p >
2017-06-14 16:41:52 +01:00
2022-11-17 11:27:03 -05:00
< h2 class = "heading-medium" id = "personalised-messages" > Personalized content</ h2 >
< p class = "govuk-body" > Notify makes it easy to send personalized messages from a single template.</ p >
2023-08-08 16:19:17 -04:00
< p class = "govuk-body" > See < a class = "usa-link" href = "{{ url_for('.guidance_index', _anchor='personalized-content') }}" > how to personalize your content</ a > .</ p >
2023-07-14 09:35:44 -04:00
2019-10-16 10:23:39 +01:00
< h2 class = "heading-medium" id = "bulk-sending" > Bulk sending</ h2 >
2022-11-17 11:27:03 -05:00
< p class = "govuk-body" > To send a batch of messages at once, upload a list of contact details to Notify. You can also schedule the date and time you want them to be sent.</ p >
2019-04-09 15:20:40 +01:00
2022-11-17 11:27:03 -05:00
<!-- <h2 class="heading-medium" id="api">API integration</h2>
2020-05-29 17:11:01 +01:00
<p class="govuk-body">You can integrate the Notify API with your web application or back-office system to send messages automatically.</p>
2023-08-08 16:19:17 -04:00
<p class="govuk-body">Read our <a class="usa-link" href="{{ url_for('.documentation') }}">API documentation</a> for more information.</p> -->
2019-04-09 15:20:40 +01:00
2019-10-16 10:23:39 +01:00
< h2 class = "heading-medium" id = "reporting" > Reporting</ h2 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > Notify’ s real-time dashboard lets you see the number of messages sent. You can also check the current status of any message to see when it was delivered.</ p >
2023-08-08 16:19:17 -04:00
< p class = "govuk-body" > Read more about the < a class = "usa-link" href = "{{ url_for('main.message_status') }}" > delivery status</ a > of your messages.</ p >
2019-04-09 15:20:40 +01:00
2019-10-16 10:20:51 +01:00
< h2 class = "heading-medium" id = "permissions" > Permissions</ h2 >
2023-05-08 10:49:30 -04:00
< p class = "govuk-body" > Control which members of your team can see, create, edit, and send messages.</ p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > Notify lets you:</ p >
2019-06-04 11:20:33 +01:00
< ul class = "list list-bullet" >
< li > set different permission levels for each team member</ li >
2019-09-13 11:07:21 +01:00
< li > invite team members who do not have a government email address</ li >
2019-06-04 11:20:33 +01:00
< li > choose who else can manage team members</ li >
</ ul >
2019-04-09 15:20:40 +01:00
2019-10-16 10:23:39 +01:00
< h2 class = "heading-medium" id = "performance" > Performance</ h2 >
2022-11-17 11:35:07 -05:00
< p class = "govuk-body" > Notify commits to sending 95% of text messages within 10 seconds.</ p >
<!-- <ul class="list list-bullet">
2022-11-17 11:27:03 -05:00
<li>sending 95% of text messages within 10 seconds</li>
2022-11-17 11:35:07 -05:00
</ul> -->
2019-04-09 15:20:40 +01:00
2022-10-18 15:27:13 +00:00
<!-- <p class="govuk-body">We send messages through several different providers. If one provider fails, Notify switches to another so that your messages are not affected.</p> -->
2017-06-14 16:41:52 +01:00
2023-08-08 16:19:17 -04:00
<!-- <p class="govuk-body">Visit our <a class="usa-link" href="{{ url_for('main.performance') }}">performance data</a> page to see how Notify is performing.</p> -->
2019-04-09 15:20:40 +01:00
2019-10-16 10:23:39 +01:00
< h2 class = "heading-medium" id = "security" > Security</ h2 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > Notify protects and manages data to meet the needs of government services.</ p >
2019-04-09 15:20:40 +01:00
2019-06-04 11:20:33 +01:00
< h3 class = "heading-small" > Hide sensitive information</ h3 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > Notify lets you redact personal information from your messages after they have been sent. This means that only the recipient can see that information.</ p >
2019-04-09 15:20:40 +01:00
2019-06-04 11:20:33 +01:00
< h3 class = "heading-small" > Two-factor authentication</ h3 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > Notify uses two-factor authentication (2FA) to keep your account secure. When you sign in, we’ ll send a unique one-time code to your phone and ask you to enter it before we let you use your account.</ p >
2023-08-08 16:19:17 -04:00
< p class = "govuk-body" > Read more about < a class = "usa-link" href = "{{ url_for('main.security') }}" > security</ a > .
2019-04-09 15:20:40 +01:00
2022-11-01 15:27:29 -04:00
<!-- <h2 class="heading-medium" id="support">Support</h2>
2020-05-29 17:11:01 +01:00
<p class="govuk-body">Notify provides 24-hour online support. If you have an emergency outside office hours, we’ ll reply within 30 minutes.</p>
2023-08-08 16:19:17 -04:00
<p class="govuk-body">Find out more about <a class="usa-link" href="{{ url_for('.support') }}">support</a>.</p> -->
2019-04-09 15:20:40 +01:00
2017-06-14 16:41:52 +01:00
{% endblock %}