mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 03:10:16 -04:00
Add ids to remaining H2s
These are not needed for the first iteration of the Get started page, but we'll start using them as we add and iterate guidance and features content.
This commit is contained in:
@@ -25,18 +25,18 @@
|
||||
<p>To send an email, text or letter with Notify, you need to create a reusable message template first.</p>
|
||||
<p>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">Personalised content</h2>
|
||||
<h2 class="heading-medium" id="personalised-messages">Personalised content</h2>
|
||||
<p>Notify makes it easy to send personalised messages from a single template.</p>
|
||||
<p>If you want to include personalised content in your message, you can add a placeholder. Placeholders are filled in with details, like a name or reference number, each time you send a message. You can do this manually or upload a list of personal details and let Notify do it for you.</p>
|
||||
|
||||
<h2 class="heading-medium">Bulk sending</h2>
|
||||
<h2 class="heading-medium" id="bulk-sending">Bulk sending</h2>
|
||||
<p>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>
|
||||
|
||||
<h2 class="heading-medium">API integration</h2>
|
||||
<h2 class="heading-medium" id="api">API integration</h2>
|
||||
<p>You can integrate the Notify API with your web application or back-office system to send messages automatically.</p>
|
||||
<p>Read our <a href="{{ url_for('.documentation') }}">API documentation</a> for more information.</p>
|
||||
|
||||
<h2 class="heading-medium">Reporting</h2>
|
||||
<h2 class="heading-medium" id="reporting">Reporting</h2>
|
||||
<p>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>
|
||||
<p>Read more about how <a href="{{ url_for('main.message_status') }}">message status</a> works.</p>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<li>choose who else can manage team members</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium">Performance</h2>
|
||||
<h2 class="heading-medium" id="performance">Performance</h2>
|
||||
<p>Notify commits to:</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>sending 95% of emails and text messages within 10 seconds</li>
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
<p>Visit GOV.UK Performance to <a href="https://www.gov.uk/performance/govuk-notify">see how Notify is performing</a>.</p>
|
||||
|
||||
<h2 class="heading-medium">Security</h2>
|
||||
<h2 class="heading-medium" id="security">Security</h2>
|
||||
<p>Notify protects and manages data to meet the needs of government services.</p>
|
||||
|
||||
<h3 class="heading-small">Hide sensitive information</h3>
|
||||
@@ -70,7 +70,7 @@
|
||||
<p>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>
|
||||
<p>Read more about <a href="{{ url_for('main.security') }}">security</a>.
|
||||
|
||||
<h2 class="heading-medium">Support</h2>
|
||||
<h2 class="heading-medium" id="support">Support</h2>
|
||||
<p>Notify provides 24-hour online support. If you have an emergency outside office hours, we’ll reply within 30 minutes.</p>
|
||||
<p>Find out more about <a href="{{ url_for('.support') }}">support</a>.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user