{% extends "base.html" %} {% import "components/nav_breadcrumb.html" as breadcrumbs %} {% from "components/guides/circle_number.html" import circle_number %} {% set page_title = "Establish trust" %} {% block per_page_title %} {{page_title}} {% endblock %} {% block content_column_content %} {{ breadcrumbs.breadcrumb(page_title, "Best practices", "main.best_practices") }}

{{page_title}}

Help your audience anticipate and welcome your texts.

People are wary of texts they’re not expecting to receive. Before you send your first text, consider how you will gain trust with your audience and address any concerns of spam. Seize specific moments to reinforce what your audience should expect from your messages.

Get the word out

Before you launch, let your audience know you are adding texting as a communication method. People are more likely to trust your text once they get it if they know that your program is sending texts.

How you currently communicate with your audience will determine the best approaches to announce your new initiative. Harness channels you’re already using like social media, public websites, mailing inserts, or fliers at key service locations as well as partnering with community organizations to get the word out about your new texting program.

An example of key messages in direct mail

snap-renewal
A paper mailer sent out by the State of Connecticut, in partnership with Code for America, to get the word out about their new SNAP texting initiative. Flier displays an image of an introduction text and includes key messages to reinforce legitimacy.

Prime your audiences to trust you


As people receive texts

When a person has questions or needs assistance, reaching out for support may be natural for them. Give direction in your texts so your audience understands what to do with the information you provide. Remember, it’s important to repeat consistent and standardized language across texts and programs.

Be trustworthy

Provide helpful auto-responses

Be prepared for questions

Your texting program will only be perceived as legitimate if you get the word out in many different ways. It's also important that agency employees who support text recipients (for example, the call center) are familiar with the texting program. They can accurately respond to recipient questions about them, so make sure you’re priming your delivery staff, especially those who interact directly with your intended audience.

Harness trusted communication channels

{% set card_contents = [ { "image_src": asset_url('images/website.svg'), "card_heading": "Websites", "alt_text": "Graphic representing a website browser", "p_text": "Post banner alerts about texting on your agency website and link to a press release for more information. Publish a public texting privacy policy.", }, { "image_src": asset_url('images/community-org.svg'), "card_heading": "Community organizations", "alt_text": "Illustration of community organizations spreading awareness", "p_text": "Alert trusted community-based organizations that texts are coming and what they look like. Equip them with fliers, posters, and talking points to spread the word.", }, { "image_src": asset_url('images/call-center.svg'), "card_heading": "IVR / Call Centers", "alt_text": "Illustration of a call center promoting texting initiative", "p_text": "Consider adding hold message announcements about your texting initiative to further get the word out.", }, ] %} {% with card_contents=card_contents %}{% include "components/guides/cards.html" %}{% endwith %}

Prepare your team

{% set card_contents = [ { "image_src": asset_url('images/grouping.svg'), "card_heading": "Staff", "alt_text": "Illustration of staff group briefing", "p_text": "Give all staff a heads-up about texts before and when they are sent. Share talking points on what texts you’re sending, when you’ll start to send them, the phone number they are coming from, and where staff can escalate any issues.", }, { "image_src": asset_url('images/project-management.svg'), "card_heading": "Case management systems", "alt_text": "Graphic representing project management", "p_text": "When it makes sense, include information about texts being sent to specific clients on individual splash pages or within case management notes.", }, ] %} {% with card_contents=card_contents %}{% include "components/guides/cards.html" %}{% endwith %}
{% endblock %}