To start off with, you can only send messages to yourself.
diff --git a/app/templates/views/tour/2.html b/app/templates/views/tour/2.html index ecad22e6a..d3bfe1b2f 100644 --- a/app/templates/views/tour/2.html +++ b/app/templates/views/tour/2.html @@ -10,16 +10,24 @@ {% block maincolumn_content %} {% call banner_wrapper(type='tour') %} -Set up a template like this:
-
+
+ alt="A screenshot of a spreadsheet containing data about three people"
+ >
+
Add recipients by uploading a .csv spreadsheet:
-
+
+ >
+
Developers, you can add data automatically using an API diff --git a/app/templates/views/tour/4.html b/app/templates/views/tour/4.html index f1284d3ef..f1d5b0145 100644 --- a/app/templates/views/tour/4.html +++ b/app/templates/views/tour/4.html @@ -4,25 +4,33 @@ {% from "components/banner.html" import banner_wrapper %} {% block page_title %} - {{heading}} – GOV.UK Notify + {{ heading }} – GOV.UK Notify {% endblock %} {% block maincolumn_content %} {% call banner_wrapper(type='tour') %} -
Notify merges your data with the template and sends the messages
Next -
+ >
+
{% endcall %}
{% endblock %}