{% extends "withnav_template.html" %} {% from "components/table.html" import list_table, field, hidden_field_heading %} {% from "components/api-key.html" import api_key %} {% from "components/page-footer.html" import page_footer %} {% from "components/list-entry.html" import list_entry %} {% block page_title %} API integration – GOV.UK Notify {% endblock %} {% block maincolumn_content %}

Whitelist

You and members of your team are included in the whitelist automatically.

{{ list_entry( form.email_addresses, item_name='email address', autocomplete=False ) }} {{ list_entry( form.phone_numbers, item_name='phone number', autocomplete=False ) }}
{{ page_footer( 'Save', secondary_link=url_for('.api_integration', service_id=current_service.id), secondary_link_text='Back to API integration' ) }}
{% endblock %}