{% 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 %} How to {% endblock %} {% block content_column_content %}

How to

Notify allows you to easily create templates for messages for your recipients. You can customize messages to encourage your recipient to manage their benefits and increase follow-through.

Below we explain how to:

{# Format content #}

Format your content

To create and format your message

  1. All messages start from a template
  2. Click "Send Messages". You'll see existing templates.
  3. Add a new template or choose an existing template and select Edit.
{# Add links #}

When composing a text message, links to websites or online applications can help your recipient respond quickly.

About link-shortening services

We do not recommend using a third-party link-shortening service because:

{# Personalize content #}

Personalize your content

Personalizing your content can increase response rates and help the recipient know the text is legitimate.

To personalize your content

  1. Add a placeholder to your content by placing two parenthesis around the personalized elements.
  2. You can manually enter the personalized content or you can upload a spreadsheet with the details and let Notify do the work for you.

Example

To personalize with the recipient's first name and include a reference number:

State WIC: Hello ((first name)), your reference is ((ref number)). Please provide this number when you call 555-123-1234 to make an appointment.

Note that variations in the length of personalized content can impact the length of specific messages, and may affect the number of parts used.

{# Add conditional content #}

Add conditional content

Conditional (or optional) content appears only when a recipient meets certain criteria. This feature allows you to make all or part of the message contingent upon specific criteria associated with the recipient.

To add conditional content

  1. Use two parenthesis and ?? to define the conditional content.
  2. You can manually enter the conditional content or you can upload a spreadsheet with the personal details and let Notify do the work for you.

Examples

  1. If you only want to show something to people who are under 18:

    State SNAP: Renewal applications are due by March 15. ((under18??Please get your application signed by a parent or guardian.))

  2. If you want to make people who are homebound aware of the option of virtual visits (but not other message recipients):

    State Medicaid: Please call 555-123-1234 to schedule an appointment. ((homebound??Virtual visits are available.))

  3. If you want to send a messages in different languages to different recipients:

    ((English??We’ve identified unauthorized use on your EBT account. Call the phone number on the back of your card to cancel or go to your local CSO for immediate replacement.))((Spanish??Hemos identificado un uso no autorizado en su cuenta EBT. Llame al número de teléfono que aparece en el reverso de su tarjeta para cancelarla o diríjase a su CSO local para que se la sustituyan inmediatamente.))

... {% endblock %}