{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_notif_method_form{% endblock %} {% block form_action %}{{ action_url }}{% endblock %} {% block modal-header %}{% trans "Create Notification Method" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% blocktrans %} The Name field is used to identify the notification method. {% endblocktrans %}

{% blocktrans %} The Type field indicates how the notification is sent when an alarm is triggered. {% endblocktrans %}

{% blocktrans %} The Address field indicates the email address, URL, or PagerDuty service key to be notified. {% endblocktrans %}

{% blocktrans %} A non-zero value in the period field indicates how frequently a notification should be resent (only valid for webhook urls). {% endblocktrans %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}