2019-12-02 14:40:46 +00:00
{% extends "content_template.html" %}
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% from "components/sub-navigation.html" import sub_navigation %}
2023-05-08 10:49:30 -04:00
{% from "components/service-link.html" import service_link %}
2019-12-02 14:40:46 +00:00
{% block per_page_title %}
2019-12-02 15:30:01 +00:00
Guidance
2019-12-02 14:40:46 +00:00
{% endblock %}
{% block content_column_content %}
2023-06-06 15:28:24 -04:00
< h1 class = "font-body-2xl margin-bottom-3" > Guidance< / h1 >
2019-12-02 14:40:46 +00:00
2023-07-28 11:12:46 -04:00
< p > This guidance is for teams using Notify.gov to send text messages.< / p >
2019-12-02 14:40:46 +00:00
2023-06-06 15:28:24 -04:00
< p > It explains how to:< / p >
2019-12-02 14:40:46 +00:00
< ul class = "list list-bullet" >
2023-08-08 16:19:17 -04:00
< li > < a class = "usa-link" href = "#editandformat" > edit and format messages< / a > < / li >
2023-12-18 16:10:12 -05:00
< li > < a class = "usa-link" href = "#customization" > add customization< / a > < / li >
2023-08-08 16:19:17 -04:00
<!-- <li><a class="usa - link" href="{{ url_for('.send_files_by_email') }}">send files by email</a></li> -->
2020-01-24 11:39:50 +00:00
< / ul >
2023-06-06 15:28:24 -04:00
< h2 class = "font-body-lg" id = "#formatting" > Edit and format messages< / h2 >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > This section explains how to:< / p >
2023-05-08 10:49:30 -04:00
< ul class = "list list-bullet" >
2023-08-08 16:19:17 -04:00
< li > < a class = "usa-link" href = "#formatting" > format your content< / a > < / li >
< li > < a class = "usa-link" href = "#links" > add links< / a > < / li >
< li > < a class = "usa-link" href = "#personalised-content" > personalize your content< / a > < / li >
< li > < a class = "usa-link" href = "#optional-content" > add optional content< / a > < / li >
2023-05-08 10:49:30 -04:00
< / ul >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< h3 class = "font-body-lg" id = "formatting" > Format your content< / h3 >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > You can see a list of formatting instructions on the edit template page:< / p >
2023-12-18 16:10:12 -05:00
2023-05-08 10:49:30 -04:00
< ol class = "list list-number" >
< li > Go to the {{ service_link(current_service, 'main.choose_template', 'templates') }} page.< / li >
2023-08-25 10:40:56 -04:00
< li > Add a new template or choose an existing template and select < b class = "bold" > Edit< / b > .< / li >
2023-05-08 10:49:30 -04:00
< / ol >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< h3 class = "font-body-lg" id = "links" > Add links< / h3 >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > When composing a text message, write URLs in full and Notify will convert them into links for you.
2023-05-08 10:49:30 -04:00
< / p >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > You cannot convert text into a link.
2023-05-08 10:49:30 -04:00
<!-- Research shows that people like to check a URL looks genuine before clicking the link in an email. This is hard to do if the URL is hidden behind clickable link text. -->
< / p >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > We do not recommend using a third-party link shortening service because:< / p >
2023-12-18 16:10:12 -05:00
2023-05-08 10:49:30 -04:00
< ul class = "list list-bullet" >
< li > your users cannot see where the link will take them< / li >
< li > your link might stop working if there’ s a service outage< / li >
< li > you can no longer control where the redirect goes< / li >
< / ul >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< h3 class = "font-body-lg" id = "personalised-content" > Personalize your content< / h3 >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > To personalize the content of your messages, add a placeholder to the template.< / p >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > Placeholders are filled in with details, like a name or reference number, each time you send a
2023-05-08 10:49:30 -04:00
message.< / p >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > To add a placeholder to the template:< / p >
2023-12-18 16:10:12 -05:00
2023-05-08 10:49:30 -04:00
< ol class = "list list-number" >
< li > Go to the {{ service_link(current_service, 'main.choose_template', 'templates') }} page.< / li >
2023-08-25 10:40:56 -04:00
< li > Add a new template or choose an existing template and select < b class = "bold" > Edit< / b > .< / li >
2023-05-08 10:49:30 -04:00
< li > Add a placeholder using double brackets. For example: Hello ((first name)), your reference is
((ref number)).< / li >
2023-08-25 10:40:56 -04:00
< li > Select < b class = "bold" > Save< / b > .< / li >
2023-05-08 10:49:30 -04:00
< / ol >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > When you send a message you can either:< / p >
2023-12-18 16:10:12 -05:00
2023-05-08 10:49:30 -04:00
< ul class = "list list-bullet" >
< li > manually fill in the placeholders yourself< / li >
< li > upload a list of personal details and let Notify do it for you< / li >
< / ul >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > If you upload a list, the column names need to match the placeholders in your template.< / p >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< h3 class = "font-body-lg" id = "optional-content" > Add optional content< / h3 >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > To add optional content to your messages:< / p >
2023-12-18 16:10:12 -05:00
2023-05-08 10:49:30 -04:00
< ol class = "list list-number" >
< li > Go to the {{ service_link(current_service, 'main.choose_template', 'templates') }} page.< / li >
2023-08-25 10:40:56 -04:00
< li > Add a new template or choose an existing template and select < b class = "bold" > Edit< / b > .< / li >
2023-05-08 10:49:30 -04:00
< li > Use double brackets and ?? to define optional content. For example, if you only want to show something to people
who are under 18: ((under18??Please get your application signed by a parent or guardian.))< / li >
2023-08-25 10:40:56 -04:00
< li > Select < b class = "bold" > Save< / b > .< / li >
2023-05-08 10:49:30 -04:00
< / ol >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > For each person you send this message to, specify ‘ yes’ or ‘ no’ to show or hide this content. You
2023-05-08 10:49:30 -04:00
can either:< / p >
2023-12-18 16:10:12 -05:00
2020-01-24 11:39:50 +00:00
< ul class = "list list-bullet" >
2023-05-08 10:49:30 -04:00
< li > do this yourself< / li >
< li > upload a list of personal details and let Notify do it for you< / li >
< / ul >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > If you upload a list, the column names need to match the optional content in your template.< / p >
2023-05-08 10:49:30 -04:00
2023-12-18 16:10:12 -05:00
< h2 class = "font-body-lg" id = "customization" > Message customization< / h2 >
2023-06-06 15:28:24 -04:00
< h3 class = "font-body-lg" > Change the text message sender< / h3 >
2023-12-18 16:10:12 -05:00
2023-06-06 15:28:24 -04:00
< p > The text message sender tells your users who the message is from.< / p >
2023-12-18 16:10:12 -05:00
2023-07-28 11:12:46 -04:00
< p > To change the text message sender from the default of ‘ Notify.gov’ :< / p >
2023-12-18 16:10:12 -05:00
2023-05-08 10:49:30 -04:00
< ol class = "list list-number" >
2023-08-25 10:40:56 -04:00
< li > Go to the < b class = "bold" > Text message settings< / b > section of the {{
2023-05-08 10:49:30 -04:00
service_link(current_service, 'main.service_settings', 'settings') }} page.< / li >
2023-08-25 10:40:56 -04:00
< li > Select < b class = "bold" > Manage< / b > on the < b class = "bold" > Text message
2023-05-08 10:49:30 -04:00
senders< / b > row.< / li >
2023-08-25 10:40:56 -04:00
< li > Select < b class = "bold" > Change< / b > or < b class = "bold" > Add text message
2023-05-08 10:49:30 -04:00
sender< / b > .< / li >
< / ol >
2020-01-22 14:24:58 +00:00
2019-12-02 14:40:46 +00:00
{% endblock %}