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

Send text messages

1. Choose text message template

{% for template in message_templates %}
{% endfor %}

Create a new template

2. Add recipients

Add recipients by uploading a CSV

Format the cells as ‘text’ in your spreadsheet app – this stores the mobile numbers correctly

You can also download an example

{% endblock %}