{% extends "withnav_template.html" %} {% from "components/sms-message.html" import sms_message %} {% block page_title %} GOV.UK Notify | Send text messages {% endblock %} {% block maincolumn_content %}

Send text messages

1. Choose text message template

{% for template in message_templates %}
{{ sms_message(template.body) }}
{% endfor %}

or create a new template

2. Add recipients

Upload a CSV file to add your recipients’ details.

You can also download an example CSV.

{% endblock %}