2020-01-21 09:25:14 +00:00
{% extends "content_template.html" %}
2020-02-20 15:11:10 +00:00
{% from "components/service-link.html" import service_link %}
2020-01-21 09:25:14 +00:00
{% 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 %}
2023-06-06 15:28:24 -04:00
< h1 class = "font-body-2xl margin-bottom-3" > Send messages</ h1 >
2020-02-19 08:20:38 +00:00
2023-08-08 16:19:17 -04:00
< p >< a class = "usa-link" href = "{{ url_for('main.register') }}" > Create an account</ a > to see a short tutorial explaining how to create and send messages.</ p >
2020-02-19 08:20:38 +00:00
2023-06-06 15:28:24 -04:00
< h2 class = "font-body-lg" id = "bulk-sending" > Bulk sending</ h2 >
2020-01-21 09:25:14 +00:00
2023-06-06 15:28:24 -04:00
< p > To send a batch of messages at once:</ p >
2020-01-21 09:25:14 +00:00
< ol class = "list list-number" >
2020-02-20 15:11:10 +00:00
< li > Go to the {{ service_link(current_service, 'main.choose_template', 'templates') }} page and choose an existing template.</ li >
2023-08-25 10:40:56 -04:00
< li > Select < b class = "bold" > Send</ b > .</ li >
< li > If you’ re sending emails, select < b class = "bold" > Upload a list of email addresses</ b > . If you’ re sending text messages, select < b class = "bold" > Upload a list of phone numbers</ b > .</ li >
2020-02-19 08:20:38 +00:00
2020-01-21 09:25:14 +00:00
{% endblock %}