From cd34e1860411c9997fe4a6498b5dfc892cbca725 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 17 Oct 2019 15:22:49 +0100 Subject: [PATCH] Update content --- app/templates/views/get-started | 47 ++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/app/templates/views/get-started b/app/templates/views/get-started index d05dab3ab..b5c60ee7b 100644 --- a/app/templates/views/get-started +++ b/app/templates/views/get-started @@ -12,7 +12,8 @@
  1. -

    Check if you can use GOV.UK Notify

    +

    Check if GOV.UK Notify is right for you

    +

    Read about our features, pricing and roadmap.

    Organisations that can use Notify

    Notify is available to:

    @@ -26,55 +27,57 @@

    Notify is not currently available to charities.

    - -

    Read about our features and roadmap to find out whether Notify meets your needs.

  2. Create an account

    {% if not current_user.is_authenticated %} -

    Create an account for free and set up your first Notify service. When you set up a new service, it will start in trial mode.

    +

    Create an account for free and add your first Notify service. When you set up a new service, it will start in trial mode.

    {% else %} -

    Create an account for free and set up your first Notify service. When you set up a new service, it will start in trial mode.

    +

    Create an account for free and add your first Notify service. When you set up a new service, it will start in trial mode.

    {% endif %}
  3. Write some messages

    -

    Add reusable message templates with examples of the content you plan to send.

    +

    Add message templates with examples of the content you plan to send. You do not need to add letter templates if you’re planning to upload your own letters.

    The GOV.UK Service Manual has advice on:

    -

    If you’re planning to upload your own letters, you do not need to add letter templates.

  4. -

    API integration (optional)

    +

    Set up your service

    + {% if not current_user.is_authenticated %} +

    Review your service settings to make sure your messages have the right branding.

    +

    Add team members and check their permissions.

    + {% else %} +

    Review your service settings to make sure you have the right branding.

    +

    Add team members and check their permissions.

    + {% endif %} +
  5. + +
  6. +

    API integration (optional)

    Share our documentation with your developers to help them set up an API integration.

    You only need to do this if you’re using the API to send messages automatically, rather than signing in to Notify.

  7. - -
  8. -

    Manage your team members and settings

    - {% if not current_user.is_authenticated %} -

    Check that each of your team members has the right permissions.

    -

    Review your settings to make sure you have the right branding and sender information.

    - {% else %} -

    Check that each of your team members has the right permissions.

    -

    Review your settings to make sure you have the right branding and sender information.

    - {% endif %} -
  9. Start sending messages

    {% if not current_user.is_authenticated %} -

    You should request to go live when you’re ready to start sending messages to people outside your team.

    +

    You should request to go live when you’re ready to send messages to people outside your team. We’ll get back to you within one working day.

    {% else %} -

    You should request to go live when you’re ready to start sending messages to people outside your team.

    +

    You should request to go live when you’re ready to send messages to people outside your team. We’ll get back to you within one working day.

    {% endif %} -

    When we receive your request we’ll get back to you within one working day.

    +

    Once your service is live, we’ll send you an invoice if you:

    + +

    See how to pay.

    {% endblock %}