diff --git a/app/templates/views/callbacks.html b/app/templates/views/callbacks.html new file mode 100644 index 000000000..935667280 --- /dev/null +++ b/app/templates/views/callbacks.html @@ -0,0 +1,63 @@ +{% from "components/table.html" import mapping_table, row, text_field, edit_field, field %} +{% extends "withoutnav_template.html" %} + +{% block per_page_title %} + Callbacks +{% endblock %} + +{% block maincolumn_content %} + +
+ Text messages you receive can be forwarded to a URL that you specify, using our callback feature. +
+ ++ Messages are forwarded as they are received. +
+ ++ To protect your service, we require you to provide a bearer token. We put this token in the authorisation header of the callback requests. +
+ ++ Once you have ‘receive text messages’ enabled, you can set up your callback on the settings page of your service. +
+ ++ If you don’t have ‘receive text messages’ enabled for your service, get in touch and we can turn it on for you. +
+ ++ The format of the callback message you receive is JSON. +
+ +