From 78f44e2433fa0bbea645820c7acbc2a6d1893603 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 15 Oct 2019 17:09:12 +0100 Subject: [PATCH] Update content --- app/templates/views/get-started | 46 ++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/app/templates/views/get-started b/app/templates/views/get-started index 4772fdf56..c842f5589 100644 --- a/app/templates/views/get-started +++ b/app/templates/views/get-started @@ -26,55 +26,55 @@

Notify is not currently available to charities.

-

To find out whether Notify meets your needs, read about our: -

-

You can read about our features and roadmap to find out whether Notify meets your needs.

-

If you plan to integrate with our API, you can share our documentation with your developers.

+ +

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

  • Create an account

    {% if not current_user.is_authenticated %} -

    Create an account for free and set up your first Notify service.

    +

    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.

    {% else %} -

    Create an account for free and set up your first Notify service.

    +

    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.

    {% endif %} -

    When you set up a new service, it will start in trial mode. This will let you send messages to yourself and other members of your team.

  • -

    Add message templates

    -

    While your service is still in trial mode, add templates with examples of the content you plan to send.

    -

    GOV.UK has written guidance on:

    +

    Write some messages

    +

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

    +

    The GOV.UK Service Manual has advice on:

    -

    We recommend testing your messages and changing your settings until everything is working the way you want it to.

    + +

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

  • -

    Share Notify with your team

    +

    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.

    +
  • + +
  • +

    Manage your team members and settings

    {% if not current_user.is_authenticated %} -

    You can invite colleagues from the team members page.

    +

    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 %} -

    You can invite colleagues from the team members page.

    +

    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 %} -

    Notify lets you control which members of your team can see, create, edit and send messages.

    -

    If you're using our API to automate your messages, share our documentation with your developers.

  • Start sending messages

    {% if not current_user.is_authenticated %} -

    When you're ready to start sending messages to people outside your team, you can send us a request to go live.

    +

    Request to go live when you're ready to start sending messages to people outside your team.

    {% else %}

    When you're ready to start sending messages to people outside your team, you can send us a request to go live.

    {% endif %} -

    By requesting to go live you’re agreeing to our terms of use, data sharing and financial agreements.

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

    {% endblock %}