diff --git a/app/templates/views/guidance/create-and-send-messages.html b/app/templates/views/guidance/create-and-send-messages.html new file mode 100644 index 000000000..4466ea93c --- /dev/null +++ b/app/templates/views/guidance/create-and-send-messages.html @@ -0,0 +1,24 @@ +{% 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 %} + Guidance +{% endblock %} + +{% block content_column_content %} + +

Create and send messages

+ +

Create an account to see a short tutorial explaining how to create and send messages.

+ +

Bulk sending

+ +

To send a batch of messages at once:

+
    +
  1. Sign in to Notify.
  2. +
  3. Go to the Templates page and choose an existing template.
  4. +
  5. Select Send.
  6. +
  7. If you’re sending emails, select Upload a list of email addresses. If you’re sending text messages, select Upload a list of phone numbers. If you’re sending letters, select Upload a list of addresses.
  8. + + {% endblock %}