2017-08-30 15:22:26 +01:00
{% extends "withoutnav_template.html" %}
2017-11-28 11:58:15 +00:00
{% from "components/sub-navigation.html" import sub_navigation %}
2017-08-30 15:22:26 +01:00
{% block per_page_title %}
2017-11-28 11:58:15 +00:00
Using Notify
2017-08-30 15:22:26 +01:00
{% endblock %}
{% block maincolumn_content %}
< div class = "grid-row" >
2017-11-28 11:58:15 +00:00
< div class = "column-one-third" >
{{ sub_navigation(navigation_links) }}
< / div >
2017-08-30 15:22:26 +01:00
< div class = "column-two-thirds" >
2018-03-02 14:17:26 +00:00
< h1 class = "heading-large" > Using Notify< / h1 >
2018-03-27 17:18:54 +01:00
2018-03-01 16:27:12 +00:00
< h2 id = "trial-mode" class = "heading-medium" > Trial mode< / h2 >
< p > When you create a GOV.UK Notify account, you’ ll start in trial mode. This lets you try out the service, but has some restrictions in place.< / p >
2018-03-27 17:18:54 +01:00
< p >
You can remove these restrictions by
2018-10-26 12:13:04 +01:00
{% if current_service and current_service.trial_mode %}
2018-03-27 17:18:54 +01:00
< a href = "{{ url_for('.request_to_go_live', service_id=current_service.id) }}" > requesting to go live< / a > .
{% else %}
going live.
{% endif %}
< / p >
2018-03-01 16:27:12 +00:00
< h3 class = "heading-small" > Restrictions in trial mode< / h3 >
< p > In trial mode, you can:< / p >
2017-08-30 15:22:26 +01:00
< ul class = "list list-bullet" >
2018-03-01 16:27:12 +00:00
< li > send up to 50 text messages and emails per day< / li >
< li > send messages to yourself and other people in your team< / li >
< li > draft letters (but not send them)< / li >
2017-08-30 15:22:26 +01:00
< / ul >
2017-11-28 11:58:15 +00:00
< h2 id = "messagedeliveryandfailure" class = "heading-medium" > Sending messages< / h2 >
< p > When you send a message, it moves through different states in Notify.< / p >
2017-08-31 10:10:31 +01:00
< img
2018-11-29 14:28:29 +00:00
src="{{ asset_url('images/message-sending-flow.svg') }}"
2017-11-28 11:58:15 +00:00
alt="A picture of the sending flow of messages in Notify, showing the three states of Sending, Delivered, And Failed. Also shows the next
steps when messages fail, deleting data and trying a new channel for permanent failures, and trying again or trying a new channel for
temporary failures"
style="width: 100%;"
2017-08-31 10:10:31 +01:00
>
2019-02-15 16:59:41 +00:00
< h2 class = "heading-medium" > Message statuses – emails and text messages< / h2 >
2017-11-28 11:58:15 +00:00
< h3 class = "heading-small" > Sending< / h3 >
2019-02-15 16:49:45 +00:00
< p > GOV.UK Notify has sent the message to the provider. The provider will try to deliver the message to the recipient. GOV.UK Notify is waiting for delivery information.< / p >
< h3 class = "heading-small" > Sent internationally (text messages only)< / h3 >
< p > The message was sent to an international number. The mobile networks in some countries do not provide any more delivery information.< / p >
2017-11-28 11:58:15 +00:00
< h3 class = "heading-small" > Delivered< / h3 >
2019-02-15 16:49:45 +00:00
< p > The message was successfully delivered.< / p >
< p > Notify will not tell you if a user has opened or read a message.< / p >
2018-04-23 15:07:31 +01:00
< h3 class = "heading-small" id = "does-not-exist" > Phone number or email address does not exist< / h3 >
2019-02-15 16:49:45 +00:00
< p > The provider could not deliver the message because the email address or phone number was wrong.
2017-11-28 11:58:15 +00:00
< p > You should remove these email addresses or phone numbers from your database.< / p >
2019-02-15 16:49:45 +00:00
< p > You’ ll still be charged for text messages to numbers that do not exist.< / p >
2018-04-23 15:07:31 +01:00
< h3 class = "heading-small" id = "not-accepting-messages" > Inbox/phone not accepting messages right now< / h3 >
2019-02-15 16:49:45 +00:00
< p > The provider could not deliver the message after trying for 72 hours.< / p >
< p > This can happen when the recipient’ s inbox is full or their phone is off.< / p >
< p > You can try to send the message again.< / p >
2019-02-15 16:54:15 +00:00
< p > You’ ll still be charged for text messages to phones that are not accepting messages.< / p >
2018-04-23 15:07:31 +01:00
< h3 class = "heading-small" id = "technical-failure" > Technical failure< / h3 >
2019-02-15 16:49:45 +00:00
< p > Your message was not sent because there was a problem between Notify and the provider.< / p >
< p > You’ ll have to try sending your messages again.< / p >
< p > You will not be charged for text messages that are affected by a technical failure.< / p >
2017-11-28 11:58:15 +00:00
2019-02-15 16:59:41 +00:00
< h2 class = "heading-medium" > Message statuses – letters< / h2 >
2019-02-15 17:12:28 +00:00
< h3 class = "heading-small" > Sent< / h3 >
2019-02-15 16:49:45 +00:00
< p > GOV.UK Notify has sent the letter to the provider to be printed.< / p >
2019-02-15 17:12:28 +00:00
< h3 class = "heading-small" > Cancelled< / h3 >
< p > Sending cancelled. Your letter will not be printed or dispatched.< / p >
< h3 class = "heading-small" > Technical failure< / h3 >
2019-02-15 16:49:45 +00:00
< p > GOV.UK Notify had an unexpected error while sending to our printing provider.< / p >
2019-02-15 17:12:28 +00:00
< p > < a href = "https://www.notifications.service.gov.uk/documentation" > Read our documentation< / a > for a detailed list of API statuses.< / p >
2017-11-28 11:58:15 +00:00
< h2 class = "heading-medium" > Receiving messages< / h2 >
< h3 class = "heading-small" > Email replies< / h3 >
< p > You can choose an email address you want replies to go to.< / p >
< h3 class = "heading-small" > Text messages< / h3 >
< p > You can contact us if you want to be able to receive text messages. < / p >
< p > When you’ ve done this, users will be able to reply to text messages you send them. They’ ll also be able to start an interaction by sending you a text message.< / p >
< p > You’ ll be able to see and reply to text messages you receive. You can also create automated processes to manage replies.< / p >
< p > You’ ll still need to have a manual process in place for any messages that can’ t be dealt with automatically.< / p >
2018-03-27 17:18:54 +01:00
2018-03-01 16:27:12 +00:00
< h2 class = "heading-medium" > Multiple services in one organisation< / h2 >
< p > If your organisation offers multiple services, you can have a different Notify account for each of them.< / p >
< p > Each service:< / p >
< ul class = "list list-bullet" >
< li > gets its own free message allowance< / li >
< li > has to request to go live separately< / li >
< / ul >
2018-03-27 17:18:54 +01:00
2018-03-01 16:27:12 +00:00
< h2 class = "heading-medium" > Letters< / h2 >
2018-07-05 15:48:42 +01:00
< p > Letters can be up to 10 pages long (5 sides of paper, double-sided).< / p >
2018-03-01 16:27:12 +00:00
< p > Notify sends letters in C5 size envelopes, with a window.< / p >
2018-03-27 17:18:54 +01:00
2017-08-30 15:22:26 +01:00
< / div >
< / div >
{% endblock %}