2024-04-24 12:31:00 -07:00
{% extends "base.html" %}
2019-04-04 15:57:24 +01:00
2019-04-04 16:00:17 +01:00
{% block per_page_title %}
2019-06-04 11:20:33 +01:00
Trial mode
2019-04-04 16:00:17 +01:00
{% endblock %}
2019-06-04 11:20:33 +01:00
{% block content_column_content %}
2019-04-04 16:00:17 +01:00
2023-06-06 15:28:24 -04:00
< h1 class = "font-body-2xl margin-bottom-3" > Trial mode</ h1 >
2023-07-28 11:12:46 -04:00
< p > When you add a new service it will start in trial mode. This lets you try out Notify.gov, with a few restrictions.</ p >
2019-04-09 15:27:33 +01:00
2024-01-25 14:55:17 -05:00
< h2 class = "font-body-lg" > Limits while in trial mode</ h2 >
< p > While your service is in trial mode you can only:</ p >
2020-02-13 11:43:53 +00:00
< ul class = "list list-bullet" >
2024-01-25 14:55:17 -05:00
< li > send 50 text message parts per day</ li >
< li > send messages to yourself and other people in your team</ li >
</ ul >
< p > Each text message is made up of one or more parts.</ p >
< ul class = "list list-bullet" >
< li > Generally, 160 characters is one part (and one text message).</ li >
< li > A text message of 160-306 characters is two parts.</ li >
</ ul >
< p > For more information on how message parts are calculated, see
2024-06-06 13:50:08 -04:00
< a href = "/using-notify/pricing" > Tracking usage</ a > .</ p >
2024-01-25 14:55:17 -05:00
< h2 class = "font-body-lg" > Before going Live</ h2 >
< p > Before you request to make your service live so you can send messages to clients:</ p >
< ul class = "list list-bullet" >
< li > Add examples of the messages you want to send into Notify.</ li >
< li > Update your settings so you’ re ready to send and receive messages.</ li >
< li > Review your Terms of Use in the Memorandum of Understanding.</ li >
2020-02-13 11:43:53 +00:00
</ ul >
2023-12-20 10:44:38 -05:00
2024-01-25 14:55:17 -05:00
< h3 class = "font-body-lg" > Going Live</ h3 >
< p > To remove the restrictions of Trial Mode and begin sending messages to clients complete the < a href = "https://airtable.com/appe4n7jYOALPLcyU/shrIPWnLTw9U1fclL" > Live Campaign Form</ a > .</ p >
< p > We'll get back to you within one working day. </ p >
2019-04-09 15:27:33 +01:00
2019-04-04 16:00:17 +01:00
{% endblock %}