{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Webhook
Name {{ object.name }}
Enabled {% if object.enabled %} {% else %} {% endif %}
Events
Create {% if object.type_create %} {% else %} {% endif %}
Update {% if object.type_create %} {% else %} {% endif %}
Delete {% if object.type_create %} {% else %} {% endif %}
HTTP Request
HTTP Method {{ object.get_http_method_display }}
Payload URL {{ object.payload_url }}
HTTP Content Type {{ object.http_content_type }}
Secret {{ object.secret|placeholder }}
SSL
SSL Verification {% if object.ssl_verification %} {% else %} {% endif %}
CA File Path {% if object.ca_file_path %} {{ object.ca_file_path }} {% else %} &mdash {% endif %}
{% plugin_left_page object %}
Assigned Models
{% for ct in object.content_types.all %} {% endfor %}
{{ ct }}
Additional Headers
{{ object.additional_headers }}
Body Template
{{ object.body_template }}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}