{% extends "fullwidth_template.html" %} {% from "components/uk_components/button/macro.njk" import govukButton %} {% block meta %} {% endblock %} {% block pageTitle %} U.S. Notify {% endblock %} {% block content %}

Send text messages to your users

Try U.S. Notify now if you work in federal, state, or local government.

{{ govukButton({ "element": "a", "text": "Create an account", "classes": "product-page-button button-container__button govuk-!-margin-right-3", "href": url_for('main.register' ) }) }} or sign in if you’ve used it before
An illustration of notifications to a phone, a laptop, and a letter.

Control your content

You do not need any technical knowledge to create messages.

Example screenshot of adding a new text message template

See how your messages perform

Track how many messages you’ve sent and find out which ones are not being delivered.

A screenshot of U.S. Notify showing counts of emails and text messages sent

Send messages manually or automatically

Upload a spreadsheet of phone numbers and Notify sends the messages.

A screenshot of a spreadsheet with columns for email address, name and color

Integrate the U.S. Notify API with your web application or back office system.

A screenshot of some computer code with a notify.send_email function

Who’s using U.S. Notify

There are
{{ counts.organisations|format_thousands }}
organizations
and
{{ counts.services|format_thousands }}
services using Notify.

The team

U.S. Notify is built and maintained by the Public Benefits Studio, within the General Services Administration's Technology Transformation Services.

Contact us if you have a question or want to give feedback.

{% endblock %}