Add information about pricing to inbound SMS page

One of the things that came out of the support analysis was that people
were asking how much inbound SMS costs. There wasn’t a significant
volume of these requests, but the fix seems low-effort and
non-disruptive enough that we should do it.

Content by Thom.
This commit is contained in:
Chris Hill-Scott
2018-01-22 13:16:15 +00:00
parent f2934b904a
commit 05c93822e0
2 changed files with 7 additions and 8 deletions

View File

@@ -27,17 +27,16 @@
{% endif %}
{% else %}
<p>
Receiving text messages from your users is an
invitation&#8209;only feature.
If you want to be able to receive text messages from your users, please
<a href="{{ url_for('.support') }}">get in touch</a>.
</p>
<p>
If you want to try it out,
<a href="{{ url_for('.support') }}">get in touch with the GOV.UK Notify team</a>.
</p>
<p>
Well set you up with a special phone number, and youll be able to see
Well create a special phone number for your users to contact. You'll be able to see
the messages on your dashboard, or get them using the API.
</p>
It doesnt cost you anything to receive messages. Users will pay their normal rate for
messaging a mobile number.
</p>
{% endif %}
{{ page_footer(
back_link=url_for('.service_settings', service_id=current_service.id),

View File

@@ -1821,7 +1821,7 @@ def test_cant_resume_active_service(
'main.service_set_inbound_sms',
['sms'],
(
'Receiving text messages from your users is an invitationonly feature.'
'If you want to be able to receive text messages from your users, please get in touch.'
)
),
(