Update explanation of inbound SMS

This commit is contained in:
karlchillmaid
2019-08-21 16:55:42 +01:00
committed by GitHub
parent 983a1dc931
commit 1f93b37d5c

View File

@@ -33,9 +33,18 @@
<a href="{{ url_for('.support') }}">Contact us</a> if you want to be able to receive text messages from your users.
</p>
<p>
Well create a special phone number for them to contact. You'll be able to see
the messages on your dashboard, or get them using the API.
Well create a unique phone number for your service that users can reply to.
</p>
<p>
Text messages you send will come from this phone number instead of your sender name (CURRENT NAME.
</p>
<p>
You can still send text messages from a sender name if you need to, but users will not be able to reply to those messages.
</p>
<p>
You can see and reply to the messages you receive when you sign in to Notify, or get them using the API.
</p>
<p>
It does not cost you anything to receive text messages. Users will pay their standard text message rate.
</p>
{% endif %}