{% extends "base.html" %} {% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %} {% from "components/service-link.html" import service_link %} {% block per_page_title %} Text messages {% endblock %} {% block content_column_content %}

Text messages

Send thousands of free text messages to US phone numbers with Notify.

{% if not current_user.is_authenticated %}

Create an account and try Notify for yourself.

{% endif %}

Features

Notify makes it easy to:

Show people who your texts are from

When you send a text message with Notify, the sender name tells people who it’s from.

To change the text message sender from the default of ‘Notify.gov’:

  1. Go to the Text message settings section of the {{ service_link(current_service, 'main.service_settings', 'settings') }} page.
  2. Select Manage on the Text message senders row.
  3. Select Change or Add text message sender.

Pricing

Each service you add has an annual allowance of free text messages.

See pricing for more details.

{% endblock %}