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

Send emails, text messages and letters 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

Control your content

You do not need any technical knowledge to create email, text message or letter templates.

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

Introducing US Notify

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.

Pricing

Emails

Unlimited
free emails

Text messages

Up to 40,000
free text messages a year,
then {{ sms_rate }} pence per message

Letters

41 pence
to print and post a one page letter

There’s no monthly charge, no setup fee and no procurement process.

Find out more about pricing.

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 %}