diff --git a/app/templates/views/callbacks.html b/app/templates/views/callbacks.html index c17c129b9..dceb32a46 100644 --- a/app/templates/views/callbacks.html +++ b/app/templates/views/callbacks.html @@ -2,7 +2,7 @@ {% extends "withoutnav_template.html" %} {% block per_page_title %} - Callbacks for received text messages + Callback documentation {% endblock %} {% block maincolumn_content %} @@ -10,7 +10,7 @@
-

Callbacks for received text messages

+

Callback documentation

A callback lets you receive messages from Notify to a URL you choose.

You’ll need to provide a bearer token, for security. We’ll add this to the authorisation header of the callback request.

The callback message is in JSON.