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

Send text messages and email to your users

Try US 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 email, text message or letter templates.

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 US Notify showing counts of emails and text messages sent

Send messages manually or automatically

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

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

Integrate the US 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 US Notify

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

See the list of services and organisations.

The team

US Notify is built by the Government Digital Service and is supported 24 hours a day, 7 days a week.

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

A photo of the US Notify team gathered around a big screen. One team member is pointing at a graph on the screen.
{% endblock %}