{% extends "base.html" %} {% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %} {% from "components/sub-navigation.html" import sub_navigation %} {% from "components/service-link.html" import service_link %} {% block per_page_title %} Features {% endblock %} {% block content_column_content %}

Features

If you work for the government, you can use Notify.gov to keep your users updated.

Notify makes it easy to create, customize, and send text messages.

You do not need any technical knowledge to use Notify.

{% if not current_user.is_authenticated %}

Create an account for free and try it yourself.

{% endif %}

Reusable message templates

To send a text with Notify, you need to create a reusable message template first.

Templates let you send the same thing to lots of people, as often as you need to, without writing a new message each time.

Organizing your content

You can organize your content by grouping templates, and putting them into folders.

Set up folders within the Send message section of Notify, where you find templates. You can choose to create a Folder before or after a template is made. If you want to change a user’s ability to view or edit folders, you may control this through their individual team member permissions.

Personalized content

Notify makes it easy to send personalized messages from a single template.

See how to personalize your content.

Bulk sending

To send a batch of messages at once, upload a list of contact details to Notify. You can also schedule the date and time you want them to be sent.

Reporting

Notify’s real-time dashboard lets you see the number of messages sent. You can also check the current status of any message to see when it was delivered.

Read more about the delivery status of your messages.

Permissions

Control which members of your team can see, create, edit, and send messages.

Notify lets you:

Performance

Notify commits to sending 95% of text messages within 10 seconds.

Security

Notify protects and manages data to meet the needs of government services.

Hide sensitive information

Notify lets you redact personal information from your messages after they have been sent. This means that only the recipient can see that information.

Two-factor authentication

Notify uses two-factor authentication (2FA) to keep your account secure. When you sign in, we’ll send a unique one-time code to your phone and ask you to enter it before we let you use your account.

Read more about security. {% endblock %}