diff --git a/app/templates/views/features.html b/app/templates/views/features.html index 91495f9eb..0c1d8254d 100644 --- a/app/templates/views/features.html +++ b/app/templates/views/features.html @@ -23,27 +23,29 @@
  • letters
  • You don’t need any technical knowledge to use Notify.

    -

    Create an account for free and try it yourself.

    + {% if not current_user.is_authenticated %} +

    Create an account for free and try it yourself.

    + {% endif %}

    Reusable message templates

    To send an email, text or letter with Notify, first create a reusable message template.

    Templates let you send the same thing to lots of people, as often as you need to, without writing a new message each time.

    - +

    Personalised content

    Notify makes it easy to send personalised messages from a single template.

    If you want to include the recipient's name or a reference number in your message, you can add a placeholder. Placeholders get filled in 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.

    - +

    Bulk sending

    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.

    - +

    API integration

    You can integrate the GOV.UK Notify API with your web application or back-office system to send messages automatically.

    Read our API documentation for more information.

    - +

    Reporting

    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.

    Read more about message statuses.

    - +

    Permissions

    Control which members of your team can see, create, edit and send messages.

    Notify lets you:

    @@ -52,7 +54,7 @@
  • invite team members who don’t have a government email address
  • choose who else can manage team members
  • - +

    Performance

    GOV.UK Notify commits to:

    We send messages through several different providers. If one provider fails, Notify switches to another so that your messages are not affected.

    - +

    Visit GOV.UK Performance to see how Notify is performing.

    - +

    Security

    Notify protects and manages data to meet the needs of government services.

    - +

    Hide sensitive information

    Notify lets you redact personal information from your messages after they've been sent. This means that only the recipient can see that information.

    - +

    Two-factor authentication

    Notify uses 2FA to keep your account secure. Every time you sign in, we'll send a unique one-time code to your phone and ask you to enter it first.

    -

    Read more about security. - +

    Read more about security. +

    Support

    Notify provides 24-hour online support. If you have an emergency outside office hours, we’ll reply within 30 minutes.

    -

    Find out more about support.

    - +

    Find out more about support.

    + - + {% endblock %} diff --git a/app/templates/views/features/emails.html b/app/templates/views/features/emails.html index dba9543be..2b3a4f1b1 100644 --- a/app/templates/views/features/emails.html +++ b/app/templates/views/features/emails.html @@ -13,11 +13,13 @@ {{ sub_navigation(navigation_links) }}
    - +

    Emails

    -

    Send an unlimited number of emails for free with GOV.UK Notify.

    -

    Create an account and try Notify for yourself.

    - +

    Send an unlimited number of emails for free with GOV.UK Notify.

    + {% if not current_user.is_authenticated %} +

    Create an account and try Notify for yourself.

    + {% endif %} +

    Features

    Notify makes it easy to:

    Contact the team and ask us to turn this feature on for your service.

    Read the API documentation for more information.

    - +

    Add a reply-to address

    Notify lets you choose the email address that users reply to.

    Emails with a reply-to address seem more trustworthy and are less likely to be labelled as spam.

    You can add reply-to addresses in your service settings.

    - +

    Pricing

    It’s free to send emails through GOV.UK Notify.

    See pricing for more details.

    - +
    - + {% endblock %} diff --git a/app/templates/views/features/letters.html b/app/templates/views/features/letters.html index 5ebbecd17..5dcd9606e 100644 --- a/app/templates/views/features/letters.html +++ b/app/templates/views/features/letters.html @@ -16,7 +16,9 @@

    Letters

    GOV.UK Notify will print, pack and post your letters for you.

    -

    Create an account and try Notify for yourself.

    + {% if not current_user.is_authenticated %} +

    Create an account and try Notify for yourself.

    + {% endif %}

    Features

    Notify makes it easy to:

    diff --git a/app/templates/views/features/text-messages.html b/app/templates/views/features/text-messages.html index a0a1deb91..47223e127 100644 --- a/app/templates/views/features/text-messages.html +++ b/app/templates/views/features/text-messages.html @@ -13,10 +13,12 @@ {{ sub_navigation(navigation_links) }}
    - +

    Text messages

    With GOV.UK Notify you can send thousands of free text messages to UK and international numbers.

    + {% if not current_user.is_authenticated %}

    Create an account and try Notify for yourself.

    + {% endif %}

    Features

    Notify makes it easy to:

    @@ -28,15 +30,15 @@

    Receive text messages

    Let people send messages to your service or reply to your texts.

    -

    You can see and reply to the messages you receive, or set up your own automated processes to manage replies.

    +

    You can see and reply to the messages you receive, or set up your own automated processes to manage replies.

    Contact the team to request a unique number for text message replies.

    - +

    Show people who your texts are from

    When you send a text message with Notify, the sender name tells people who it's from.

    You can change the text message sender name from the default of 'GOVUK' in your service settings.

    Pricing

    -

    Each service you set up has a free annual allowance. After that it costs 1.58 pence (plus VAT) to send a text to a UK number.

    +

    Each service you set up has a free annual allowance. After that it costs 1.58 pence (plus VAT) to send a text to a UK number.

    The free allowance is:

    - + {% endblock %}