mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
Merge pull request #203 from GSA/tdlowden-contentPatch
Update features.html
This commit is contained in:
@@ -10,31 +10,31 @@
|
||||
|
||||
<h1 class="heading-large">Features</h1>
|
||||
<p class="govuk-body">If you work for the federal government, you can use US Notify to keep your users updated.</p>
|
||||
<p class="govuk-body">Notify makes it easy to create, customize and send:</p>
|
||||
<ul class="list list-bullet">
|
||||
<p class="govuk-body">Notify makes it easy to create, customize, and send <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.features_sms') }}">text messages</a>.</p>
|
||||
<!-- <ul class="list list-bullet">
|
||||
<li><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.features_email') }}">emails</a></li>
|
||||
<li><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.features_sms') }}">text messages</a></li>
|
||||
<!-- <li><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.features_letters') }}">letters</a></li> -->
|
||||
</ul>
|
||||
<li><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.features_letters') }}">letters</a></li>
|
||||
</ul> -->
|
||||
<p class="govuk-body">You do not need any technical knowledge to use Notify.</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account</a> for free and try it yourself.</p>
|
||||
{% endif %}
|
||||
|
||||
<h2 class="heading-medium" id="templates">Reusable message templates</h2>
|
||||
<p class="govuk-body">To send an email or text with Notify, you need to create a reusable message template first.</p>
|
||||
<p class="govuk-body">To send a text with Notify, you need to create a reusable message template first.</p>
|
||||
<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>
|
||||
|
||||
<h2 class="heading-medium" id="personalised-messages">Personalised content</h2>
|
||||
<p class="govuk-body">Notify makes it easy to send personalised messages from a single template.</p>
|
||||
<p class="govuk-body">See <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.edit_and_format_messages', _anchor='personalised-content') }}">how to personalise your content</a>.</p>
|
||||
<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>
|
||||
<p class="govuk-body">See <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.edit_and_format_messages', _anchor='personalised-content') }}">how to personalize your content</a>.</p>
|
||||
|
||||
<h2 class="heading-medium" id="bulk-sending">Bulk sending</h2>
|
||||
<p class="govuk-body">To send a batch of messages at once, upload a list of contact details to Notify. If you’re sending emails and text messages, you can also schedule the date and time you want them to be sent.</p>
|
||||
<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>
|
||||
|
||||
<h2 class="heading-medium" id="api">API integration</h2>
|
||||
<!-- <h2 class="heading-medium" id="api">API integration</h2>
|
||||
<p class="govuk-body">You can integrate the Notify API with your web application or back-office system to send messages automatically.</p>
|
||||
<p class="govuk-body">Read our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.documentation') }}">API documentation</a> for more information.</p>
|
||||
<p class="govuk-body">Read our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.documentation') }}">API documentation</a> for more information.</p> -->
|
||||
|
||||
<h2 class="heading-medium" id="reporting">Reporting</h2>
|
||||
<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>
|
||||
@@ -50,11 +50,11 @@
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium" id="performance">Performance</h2>
|
||||
<p class="govuk-body">Notify commits to:</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>sending 95% of emails and text messages within 10 seconds</li>
|
||||
<!-- <li>printing and posting letters by 3pm the next working day (if you send them to us before 5:30pm)</li> -->
|
||||
</ul>
|
||||
<p class="govuk-body">Notify commits to sending 95% of text messages within 10 seconds.</p>
|
||||
<!-- <ul class="list list-bullet">
|
||||
<li>sending 95% of text messages within 10 seconds</li>
|
||||
<li>printing and posting letters by 3pm the next working day (if you send them to us before 5:30pm)</li>
|
||||
</ul> -->
|
||||
|
||||
<!-- <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> -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user