{% extends "withnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-header.html" import page_header %} {% from "components/page-footer.html" import page_footer %} {% block service_page_title %} Receive text messages {% endblock %} {% block maincolumn_content %}
Your service can receive text messages sent to {{ current_service.inbound_number }}.
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.
Contact us if you want to switch this feature off.
{% if current_user.has_permissions('manage_api_keys') %}You can set up callbacks for received text messages on the API integration page.
{% endif %} {% else %}Contact us if you want to be able to receive text messages from your users.
We’ll create a unique phone number for your service that they can reply to.
Text messages you send will come from this phone number instead of your sender name (currently {{ current_service.default_sms_sender }}).
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.
You can see and reply to the messages you receive when you sign in to Notify, or get them using the API.
It does not cost you anything to receive text messages. Users will pay their standard text message rate.
{% endif %}