2020-01-21 09:25:14 +00:00
{% extends "content_template.html" %}
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% from "components/sub-navigation.html" import sub_navigation %}
{% block per_page_title %}
2020-01-27 08:51:17 +00:00
Send messages
2020-01-21 09:25:14 +00:00
{% endblock %}
{% block content_column_content %}
2020-01-27 08:51:17 +00:00
< h1 class = "heading-large" > Send messages< / h1 >
2020-01-21 09:25:14 +00:00
< p > < a href = "{{ url_for('main.register') }}" > Create an account< / a > to see a short tutorial explaining how to create and send messages.< / p >
< h2 class = "heading-medium" id = "bulk-sending" > Bulk sending< / h2 >
< p > To send a batch of messages at once:< / p >
< ol class = "list list-number" >
2020-01-27 09:05:58 +00:00
< li > < a href = "{{ url_for('.sign_in') }}" > Sign in to Notify< / a > .< / li >
2020-01-24 10:22:33 +00:00
< li > Go to the < b class = "govuk-!-font-weight-bold" > Templates< / b > page and choose an existing template.< / li >
< li > Select < b class = "govuk-!-font-weight-bold" > Send< / b > .< / li >
< li > If you’ re sending emails, select < b class = "govuk-!-font-weight-bold" > Upload a list of email addresses< / b > . If you’ re sending text messages, select < b class = "govuk-!-font-weight-bold" > Upload a list of phone numbers< / b > . If you’ re sending letters, select < b class = "govuk-!-font-weight-bold" > Upload a list of addresses< / b > .< / li >
2020-01-21 09:25:14 +00:00
{% endblock %}