2016-11-22 17:15:31 +00:00
{% extends "fullwidth_template.html" %}
2023-08-30 11:07:38 -04:00
{% from "components/components/button/macro.njk" import usaButton %}
2015-11-25 16:21:28 +00:00
2017-11-14 17:25:32 +00:00
{% block meta %}
2023-06-08 13:12:00 -04:00
< meta name = "description"
2023-07-27 09:32:45 -04:00
content="Notify.gov lets you send text messages to your users. Try it now if you work in federal, state, or local government.">
2017-11-14 17:25:32 +00:00
{% endblock %}
2019-10-11 16:21:05 +01:00
{% block pageTitle %}
2023-07-27 09:32:45 -04:00
Notify.gov
2015-11-25 16:21:28 +00:00
{% endblock %}
2019-10-11 16:44:17 +01:00
{% block content %}
2015-11-25 16:21:28 +00:00
2023-08-08 16:19:17 -04:00
< section class = "usa-section--dark usa-hero" aria-label = "Introduction" >
2023-07-28 11:10:02 -04:00
< div class = "grid-container padding-y-4" >
2023-06-06 15:28:24 -04:00
< div class = "grid-row grid-gap display-flex flex-align-center" >
2023-07-28 11:10:02 -04:00
< div class = "desktop:grid-col-7 tablet:grid-col-12" >
2023-12-12 10:02:26 -08:00
< h1 class = "font-serif-2xl usa-hero__heading" > Reach people where they are with government-powered text messages< / h1 >
< p class = "font-sans-lg" > Notify.gov is a text message service that helps federal, state, local, tribal and territorial goverments more effectively communicate with the people who use their services.< / p >
2023-07-06 10:33:27 -04:00
< div class = "usa-button-group margin-bottom-5" >
< a class = "usa-button usa-button--big margin-right-2" href = "{{ url_for('main.sign_in' )}}" > Sign in< / a >
if you are an existing pilot partner
2023-06-06 15:28:24 -04:00
< / div >
2023-07-27 09:32:45 -04:00
< p class = "font-sans-md" > Currently we are only working with select pilot partners. If you are interested in using Notify.gov in the future, please contact < br > < a href = "mailto:tts-benefits-studio@gsa.gov" > tts-benefits-studio@gsa.gov< / a > to learn more.< / p >
2023-06-06 15:28:24 -04:00
< / div >
2023-07-28 11:10:02 -04:00
< div class = "desktop:grid-col-4 grid-offset-1 desktop:display-block display-none margin-x-5" >
2023-06-23 16:24:25 -04:00
< img src = "{{ asset_url('images/product/phone-text.png') }}"
alt="An illustration of notifications to a phone.">
2023-06-08 13:12:00 -04:00
< / div >
2023-06-06 15:28:24 -04:00
< / div >
< / div >
< / section >
2023-08-16 11:15:23 -04:00
< section class = "grid-container usa-section usa-section__home" >
2023-06-06 15:28:24 -04:00
< div class = "grid-row grid-gap" >
2023-07-28 11:10:02 -04:00
< div class = "tablet:grid-col-5 margin-bottom-3 usa-prose" >
2023-06-06 15:28:24 -04:00
< h2 class = "font-heading-xl margin-top-0 margin-bottom-3" >
Control your content
< / h2 >
< p > You do not need any technical knowledge to create message templates.< / p >
< / div >
2023-07-28 11:10:02 -04:00
< div class = "tablet:grid-col-6 tablet:grid-offset-1" >
2023-06-06 15:28:24 -04:00
< img src = "{{ asset_url('images/product/01-templates-no-chrome.svg') }}"
alt="Example screenshot of adding a new text message template">
< / div >
< / div >
< / section >
2023-08-16 11:15:23 -04:00
< section class = "grid-container usa-section usa-section__home" >
2023-06-06 15:28:24 -04:00
< div class = "grid-row grid-gap" >
2023-07-28 11:10:02 -04:00
< div class = "tablet:grid-col-5 margin-bottom-3 usa-prose" >
2023-06-06 15:28:24 -04:00
< h2 class = "font-heading-xl margin-top-0 margin-bottom-3" >
See how your messages perform
< / h2 >
< p > Track how many messages you’ ve sent and find out which ones are not being delivered.< / p >
< / div >
2023-07-28 11:10:02 -04:00
< div class = "tablet:grid-col-6 tablet:grid-offset-1" >
2023-06-06 15:28:24 -04:00
< img src = "{{ asset_url('images/product/02-reporting-no-chrome.svg') }}"
2023-07-27 09:32:45 -04:00
alt="A screenshot of Notify.gov showing counts of emails and text messages sent">
2023-06-06 15:28:24 -04:00
< / div >
< / div >
< / section >
2023-08-16 11:15:23 -04:00
< section class = "grid-container usa-section usa-section__home" >
2023-07-06 10:33:27 -04:00
< div class = "grid-row grid-gap" >
2023-07-28 11:10:02 -04:00
< div class = "tablet:grid-col-5 margin-bottom-3 usa-prose" >
2023-07-06 10:33:27 -04:00
< h2 class = "font-heading-xl margin-top-0 margin-bottom-3" >
No technical integration needed
< / h2 >
2023-07-27 09:32:45 -04:00
< p > Upload a spreadsheet of phone numbers and Notify.gov sends batches of messages for you.< / p >
2023-07-06 10:33:27 -04:00
< / div >
2023-07-28 11:10:02 -04:00
< div class = "tablet:grid-col-6 tablet:grid-offset-1" >
2023-07-06 10:33:27 -04:00
< img src = "{{ asset_url('images/product/03-spreadsheet-no-chrome.svg') }}"
alt="A screenshot of a spreadsheet with phone numbers, names, and a reference number">
< / div >
< / div >
< / section >
<!-- <section class="grid - container usa - section border - top border - base - lighter">
2023-06-06 15:28:24 -04:00
< div class = "grid-row grid-gap" >
2023-06-08 13:12:00 -04:00
< h2 class = "font-heading-xl margin-top-0 margin-bottom-3 bold" >
Send messages manually or automatically
< / h2 >
2023-06-06 15:28:24 -04:00
< / div >
< div class = "grid-row grid-gap" >
< div class = "tablet:grid-col-6 usa-prose" >
< p > Upload a spreadsheet of phone numbers and Notify sends the messages.< / p >
< img src = "{{ asset_url('images/product/03-spreadsheet-no-chrome.svg') }}"
alt="A screenshot of a spreadsheet with columns for email address, name and color">
< / div >
< div class = "tablet:grid-col-6 usa-prose" >
< p >
2023-07-27 09:32:45 -04:00
Integrate the Notify.gov API with your web application or
2023-06-06 15:28:24 -04:00
back office system.
< / p >
< img src = "{{ asset_url('images/product/04-api-no-chrome.svg') }}"
alt="A screenshot of some computer code with a notify.send_email function">
< / div >
< / div >
2023-07-06 10:33:27 -04:00
< / section > -->
<!-- <section id="whos - using - notify"
2023-06-08 13:12:00 -04:00
class="grid-container usa-section border-top border-base-lighter padding-top-4 padding-bottom-5">
2023-06-06 15:28:24 -04:00
< div class = "grid-row grid-gap flex-column" >
2023-06-08 13:12:00 -04:00
< h2 class = "font-heading-xl display-flex flex-justify-center margin-top-0 margin-bottom-3 bold" >
2023-07-27 09:32:45 -04:00
Who’ s using Notify.gov
2023-06-06 15:28:24 -04:00
< / h2 >
2023-07-06 10:33:27 -04:00
< p class = "display-flex flex-justify-center font-body-sm margin-bottom-3" >
2023-06-06 15:28:24 -04:00
See the
< a class = "usa-link margin-left-05" href = "{{ url_for('main.performance') }}" > list of services and
organizations< / a > .
2023-07-06 10:33:27 -04:00
< / p >
2023-06-06 15:28:24 -04:00
< / div >
< div class = "grid-row" >
< div class = "tablet:grid-col-6 display-flex flex-justify-center flex-align-center flex-column" >
< span class = "usa-sr-only" > There are< / span >
2023-07-12 12:09:44 -04:00
< div class = "large-number" > {{ counts.organizations|format_thousands }}< / div >
2023-06-08 13:12:00 -04:00
< p class = "font-body-lg margin-bottom-0" > Organizations< / p >
2023-06-06 15:28:24 -04:00
< / div >
< div class = "tablet:grid-col-6 display-flex flex-justify-center flex-align-center flex-column" >
< span class = "usa-sr-only" > and< / span >
< div class = "large-number" > {{ counts.services|format_thousands }}< / div >
2023-06-08 13:12:00 -04:00
< p class = "font-body-lg margin-bottom-0" > Services< / p >
2023-06-06 15:28:24 -04:00
< span class = "usa-sr-only" > using Notify.< / span >
< / div >
< / div >
2023-07-06 10:33:27 -04:00
< / section > -->
2023-08-16 11:15:23 -04:00
< section class = "grid-container usa-section usa-section__home border-top border-base-lighter usa-prose" >
2023-06-06 15:28:24 -04:00
< h2 class = "font-heading-xl margin-top-0 margin-bottom-3" >
2023-07-06 10:33:27 -04:00
About the product
2023-06-06 15:28:24 -04:00
< / h2 >
< p class = "usa-body" >
2023-07-06 10:33:27 -04:00
Keeping program participants updated on status changes, due dates, and appointments can be a huge challenge, and many
recipients fall through the cracks, ultimately losing their benefits. In the benefits space, data shows that sending
text messages helps decrease re-enrollment churn and save money for administering agencies.
< / p >
< p class = "usa-body" >
2023-07-27 09:32:45 -04:00
Notify.gov is an easy text messaging platform that helps government agencies provide program participants with one-way
reminders and updates. With minimal set-up and secure, personalized messaging, Notify.gov helps agencies include text
2023-07-06 10:33:27 -04:00
messaging as part of their outreach program. Administering agencies can quickly assess the impact of text messaging for
their programs, after which they can build a case to expand their texting program if they choose to.
2023-06-06 15:28:24 -04:00
< / p >
< p class = "usa-body" >
2023-07-27 09:32:45 -04:00
Notify.gov is a new shared service currently being piloted by the Public Benefits Studio, within Technology
2023-07-06 10:33:27 -04:00
Transformation Services at the General Services Administration.
2023-06-06 15:28:24 -04:00
< / p >
< / section >
2023-06-08 13:12:00 -04:00
<!-- <div class="product - page - intro"></div> -->
2023-06-06 15:28:24 -04:00
2023-06-08 13:12:00 -04:00
<!-- <div class="product - page - intro - wrapper" data - module="homepage">
2017-01-19 14:52:54 +00:00
< nav class = "breadcrumbs breadcrumbs--inverse" aria-label = "Breadcrumbs" >
2022-12-15 10:00:54 -05:00
2017-01-19 14:52:54 +00:00
< / nav >
2023-08-23 16:18:25 -04:00
< div class = "grid-row" >
< div class = "grid-col-8" >
2016-11-22 17:53:09 +00:00
< h1 >
2023-05-08 10:49:30 -04:00
Send text messages to your users
2016-11-22 17:53:09 +00:00
< / h1 >
2023-06-06 15:28:24 -04:00
< p >
2023-07-27 09:32:45 -04:00
Try Notify.gov now if you work in federal, state, or local government.
2016-11-22 17:53:09 +00:00
< / p >
< div class = "button-container" >
2023-08-30 11:07:38 -04:00
{{ usaButton({
2020-02-06 13:36:17 +00:00
"element": "a",
"text": "Create an account",
2023-08-25 11:38:07 -04:00
"classes": "product-page-button button-container__button",
2020-02-06 13:36:17 +00:00
"href": url_for('main.register' )
}) }}
2023-08-08 16:19:17 -04:00
or < a class = "usa-link" href = "{{ url_for('.sign_in' )}}" > sign in< / a > if you’ ve used
2016-11-22 17:53:09 +00:00
it before
< / div >
< / div >
2023-08-23 16:18:25 -04:00
< div class = "grid-col-4" >
2022-08-31 08:47:18 -04:00
< img
src="{{ asset_url('images/product/proposition-illustration.png') }}"
alt="An illustration of notifications to a phone, a laptop, and a letter.">
< / div >
2016-11-22 17:53:09 +00:00
< / div >
< / div >
< / div >
< div class = "product-page-section" >
2023-08-23 16:18:25 -04:00
< div class = "grid-row" >
< div class = "grid-col-6" >
2016-11-23 10:58:12 +00:00
< h2 >
2016-11-30 13:52:12 +00:00
Control your content
2016-11-23 10:58:12 +00:00
< / h2 >
2023-06-06 15:28:24 -04:00
< p >
You do not need any technical knowledge to create message templates.
2016-11-23 10:58:12 +00:00
< / p >
< / div >
2023-08-23 16:18:25 -04:00
< div class = "grid-col-6" >
2022-08-31 08:47:18 -04:00
< img
2023-06-06 15:28:24 -04:00
src="{{ asset_url('images/product/01-templates.svg') }}"
2022-08-31 08:47:18 -04:00
alt="Example screenshot of adding a new text message template">
2016-11-23 10:58:12 +00:00
< / div >
< / div >
2016-11-22 17:53:09 +00:00
< / div >
2016-11-23 10:58:12 +00:00
< div class = "product-page-section" >
2023-08-23 16:18:25 -04:00
< div class = "grid-row" >
< div class = "grid-col-6" >
2016-11-30 13:52:12 +00:00
< h2 >
See how your messages perform
< / h2 >
2023-06-06 15:28:24 -04:00
< p >
2016-11-30 13:52:12 +00:00
Track how many messages you’ ve sent and
2019-09-13 12:45:12 +01:00
find out which ones are not being delivered.
2016-11-30 13:52:12 +00:00
< / p >
2016-11-23 10:58:12 +00:00
< / div >
2023-08-23 16:18:25 -04:00
< div class = "grid-col-6" >
2016-12-07 17:00:53 +00:00
< img
2023-06-06 15:28:24 -04:00
src="{{ asset_url('images/product/02-reporting.svg') }}"
2023-07-27 09:32:45 -04:00
alt="A screenshot of Notify.gov showing counts of emails and text messages sent"
2016-12-07 17:00:53 +00:00
>
2016-11-23 10:58:12 +00:00
< / div >
< / div >
< / div >
2016-11-28 15:39:44 +00:00
< div class = "product-page-section" >
2016-11-30 13:52:12 +00:00
< h2 class = "with-keyline" >
Send messages manually or automatically
2016-11-23 10:58:12 +00:00
< / h2 >
2023-08-23 16:18:25 -04:00
< div class = "grid-row" >
< div class = "grid-col-6" >
2023-06-06 15:28:24 -04:00
< p >
2023-05-08 10:49:30 -04:00
Upload a spreadsheet of phone numbers and Notify sends the messages.
2016-11-23 10:58:12 +00:00
< / p >
2016-12-07 17:00:53 +00:00
< img
2023-06-06 15:28:24 -04:00
src="{{ asset_url('images/product/03-spreadsheet.svg') }}"
2022-12-20 09:44:33 -05:00
alt="A screenshot of a spreadsheet with columns for email address, name and color"
2016-12-07 17:00:53 +00:00
>
2016-11-23 10:58:12 +00:00
< / div >
2023-08-23 16:18:25 -04:00
< div class = "grid-col-6" >
2023-06-06 15:28:24 -04:00
< p >
2023-07-27 09:32:45 -04:00
Integrate the Notify.gov API with your web application or
2016-11-23 10:58:12 +00:00
back office system.
< / p >
2016-12-07 17:00:53 +00:00
< img
2023-06-06 15:28:24 -04:00
src="{{ asset_url('images/product/04-api.svg') }}"
2016-12-07 17:00:53 +00:00
alt="A screenshot of some computer code with a notify.send_email function"
>
2016-11-23 10:58:12 +00:00
< / div >
< / div >
< / div >
2016-12-19 12:12:55 +00:00
< div class = "product-page-section" >
2019-04-10 17:20:51 +01:00
< div class = "with-keyline bottom-gutter-2" id = "whos-using-notify" >
2023-07-27 09:32:45 -04:00
< h2 > Who’ s using Notify.gov< / h2 >
2023-08-23 16:18:25 -04:00
< div class = "grid-row bottom-gutter" >
< div class = "grid-col-6" >
2023-06-16 14:55:24 -04:00
< span class = "usa-sr-only" > There are< / span >
2023-07-12 12:09:44 -04:00
< div class = "product-page-big-number" > {{ counts.organizations|format_thousands }}< / div >
2022-11-04 12:35:40 -04:00
< span > organizations< / span >
2016-12-19 12:12:55 +00:00
< / div >
2023-08-23 16:18:25 -04:00
< div class = "grid-col-6" >
2023-06-16 14:55:24 -04:00
< span class = "usa-sr-only" > and< / span >
2021-03-11 13:30:38 +00:00
< div class = "product-page-big-number" > {{ counts.services|format_thousands }}< / div >
2022-08-31 08:47:18 -04:00
< span > services< / span >
2023-06-16 14:55:24 -04:00
< span class = "usa-sr-only" > using Notify.< / span >
2021-03-11 13:30:38 +00:00
< / div >
2016-12-19 12:12:55 +00:00
< / div >
2023-06-06 15:28:24 -04:00
< p >
2017-03-24 13:36:13 +00:00
See the
2023-08-08 16:19:17 -04:00
< a class = "usa-link" href = "{{ url_for('main.performance') }}" > list of services and organizations< / a > .
2023-06-06 15:28:24 -04:00
< / p >
2016-12-19 12:12:55 +00:00
< / div >
< / div >
2023-06-06 15:28:24 -04:00
< div class = "product-page-section" >
2016-12-14 14:59:41 +00:00
< div class = "with-keyline bottom-gutter-2" >
< h2 > Pricing< / h2 >
2023-08-23 16:18:25 -04:00
< div class = "grid-row bottom-gutter" >
< div class = "grid-col-6" >
2023-06-16 14:55:24 -04:00
< h3 class = "usa-sr-only" > Emails< / h3 >
2016-12-14 14:59:41 +00:00
< div class = "product-page-big-number" > Unlimited< / div >
2022-08-31 08:47:18 -04:00
< span > free emails< / span >
2016-12-14 14:59:41 +00:00
< / div >
2023-08-23 16:18:25 -04:00
< div class = "grid-col-6" >
2023-06-16 14:55:24 -04:00
< h3 class = "usa-sr-only" > Text messages< / h3 >
2022-04-01 09:14:24 +01:00
< div class = "product-page-big-number" > Up to 40,000< / div >
2022-08-31 08:47:18 -04:00
< span > free text messages a year,< br >
then {{ sms_rate }} pence per message< / span >
2016-12-14 14:59:41 +00:00
< / div >
2023-08-23 16:18:25 -04:00
< div class = "grid-col-6" >
2018-01-18 16:38:15 +00:00
< p class = "align-with-big-number-hint" >
There’ s no monthly charge, no setup fee and no procurement process.
2016-12-14 14:59:41 +00:00
< / p >
2023-08-08 16:19:17 -04:00
< p > Find out more about < a class = "usa-link" href = "https://www.notifications.service.gov.uk/pricing" > pricing< / a > .
2019-03-26 10:59:27 +00:00
< / p >
2016-12-14 14:59:41 +00:00
< / div >
< / div >
< / div >
2023-06-06 15:28:24 -04:00
< / div >
2016-12-14 14:59:41 +00:00
< div class = "product-page-section" >
2023-08-23 16:18:25 -04:00
< div class = "grid-row margin-bottom-" >
< div class = "grid-col-12" >
2016-11-28 15:39:44 +00:00
< h2 class = "with-keyline" >
The team
< / h2 >
2023-06-06 15:28:24 -04:00
< p >
2023-07-27 09:32:45 -04:00
Notify.gov is built and maintained by the Public Benefits Studio, within the General Services Administration's Technology Transformation Services.
2016-11-28 15:39:44 +00:00
< / p >
2023-06-06 15:28:24 -04:00
< p >
2023-08-08 16:19:17 -04:00
< a class = "usa-link" href = "{{ url_for('main.support') }}" > Contact us< / a > if you have a question or want
2016-11-28 15:39:44 +00:00
to give feedback.
< / p >
< / div >
< / div >
2023-06-06 15:28:24 -04:00
< / div > -->
2016-11-23 10:58:12 +00:00
2015-11-25 16:21:28 +00:00
2023-12-12 10:02:26 -08:00
{% endblock %}