2024-12-09 12:53:38 -05:00
{% extends "base.html" %} {% from "components/components/button/macro.njk"
import usaButton %} {% block meta %}
< meta
name="description"
content="Notify.gov lets you send text messages to your users. Try it now if you work in federal, state, or local government."
/>
2025-04-15 15:50:42 -04:00
{% endblock %}
{% block pageTitle %} Notify.gov
2025-04-17 15:01:22 -07:00
{% if is_api_down %} - There's currently a technical issue {% endif %}
2025-04-15 15:50:42 -04:00
{% endblock %}
{% block main %}
2024-12-09 12:53:38 -05:00
{% block beforeContent %}{% endblock %}
2024-12-19 12:44:58 -05:00
2024-12-09 12:53:38 -05:00
< main id = "main-content" role = "main" >
{% block content %}
2025-04-18 10:42:17 -04:00
{% if is_api_down %}
{% include "error/technical_difficulties.html" %}
{% else %}
2025-06-02 12:56:47 -07:00
< section class = "usa-section--dark usa-hero usa-prose" aria-label = "Introduction" >
< div class = "grid-container" >
< div class = "grid-row" >
< div class = "text-center grid-col-12 padding-y-4" >
< h1 class = "font-sans-2xl usa-hero__heading margin-bottom-2" >
Sunsetting Notify.gov
2025-04-18 10:42:17 -04:00
< / h1 >
2025-06-02 12:56:47 -07:00
< p class = "font-sans-lg margin-0" >
2025-06-03 15:33:10 -07:00
This beta product is no longer in service as of June 9, 2025.
2024-12-13 12:37:11 -05:00
< / p >
2025-03-13 15:43:21 -07:00
< / div >
2024-01-11 15:25:58 -08:00
< / div >
2025-03-13 15:43:21 -07:00
< / div >
2025-04-18 10:42:17 -04:00
< / section >
2025-06-03 15:44:55 -07:00
< section class = "usa-section usa-prose" aria-label = "Introduction" >
2025-11-05 09:24:31 -05:00
< div class = "grid-container" >
2025-06-02 12:56:47 -07:00
< div class = "grid-row grid-gap display-flex flex-align-center" >
< div class = "desktop:grid-col-8 tablet:grid-col-12" >
< h2 class = "font-body-xl" >
2025-06-11 11:30:33 -07:00
Text messaging services
2025-06-02 12:56:47 -07:00
< / h2 >
< p class = "usa-body" >
2025-06-03 15:33:10 -07:00
Though the Notify.gov service is no longer available, government programs can continue to explore text messaging services.
2025-06-02 12:56:47 -07:00
< / p >
2025-06-11 11:35:10 -07:00
< p class = "usa-body" > Commercial messaging providers may support government use cases. For agencies with the resources to set up and support it, < a href = "https://github.com/GSA/notifications-api" class = "usa-link" > the notifications service codebase< / a > that runs Notify.gov is open source and can be reused.< / p >
2025-06-02 12:56:47 -07:00
< / div >
< div
class="desktop:grid-col-3 grid-offset-1 desktop:display-block display-none margin-x-5"
>
< img
src="{{ asset_url('images/messaging-devices.svg') }}"
alt="Illustration showing multiple devices including mobile phones and messaging interfaces representing government text messaging communication"
width="305"
height="304"
/>
2025-04-18 10:42:17 -04:00
< / div >
2025-06-02 12:56:47 -07:00
< / div >
< / div >
< / section >
2025-11-02 14:54:43 -05:00
< section class = "bg-gray-10 usa-section usa-prose" aria-label = "Thank you message to partners" >
2025-06-02 12:56:47 -07:00
< div class = "grid-container" >
< div class = "grid-row flex-justify-center" >
< div class = "text-center grid-col-8" >
< h2 class = "font-body-xl text-primary margin-bottom-2" >
2025-06-03 15:33:10 -07:00
To our partners
2025-06-02 12:56:47 -07:00
< / h2 >
< p class = "usa-body margin-0" >
Thank you to our users and partners for their support, participation, and contributions in developing Notify.gov.
< / p >
< / div >
< / div >
2025-04-18 10:42:17 -04:00
< / div >
< / section >
{% endif %}
2024-12-09 12:53:38 -05:00
{% endblock %}
< / main >
2023-12-12 10:02:26 -08:00
{% endblock %}