From 02d9d1042ba89e81587f55a93f50ff5925e2ca0d Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 20 Nov 2019 14:22:46 +0000 Subject: [PATCH 1/3] Update request to go live content --- app/templates/views/get-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index 3460b5b58..02086d5d2 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -71,7 +71,7 @@
  • Start sending messages

    {% if not current_user.is_authenticated or not current_service %} -

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

    +

    When you’re ready to send messages to people outside your team, go to your Settings page and request to go live. We’ll approve your request within one working day.

    {% else %}

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

    {% endif %} From dfea1295641531519723e9c80daee2a59d13853e Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 21 Nov 2019 09:33:51 +0000 Subject: [PATCH 2/3] Replace your with the --- app/templates/views/get-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index 02086d5d2..8e898a942 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -71,7 +71,7 @@
  • Start sending messages

    {% if not current_user.is_authenticated or not current_service %} -

    When you’re ready to send messages to people outside your team, go to your Settings page and request to go live. We’ll approve your request within one working day.

    +

    When you’re ready to send messages to people outside your team, go to the Settings page and request to go live. We’ll approve your request within one working day.

    {% else %}

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

    {% endif %} From 93dcb7e0b8996c787b81927a3ed1a2fb6806ae81 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 22 Nov 2019 10:13:54 +0000 Subject: [PATCH 3/3] Update API integration information --- app/templates/views/get-started.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index 8e898a942..09e165a8d 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -63,9 +63,8 @@
  • Set up an 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.

    +

    You can use the Notify API to send messages automatically.

    +

    Our documentation explains how to integrate the API with a web application or back office system.