{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Webhook
Name {{ object.name }}
Enabled {% checkmark object.enabled %}
Events
Create {% checkmark object.type_create %}
Update {% checkmark object.type_update %}
Delete {% checkmark object.type_delete %}
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 {% checkmark object.ssl_verification %}
CA File Path {{ object.ca_file_path|placeholder }}
{% plugin_left_page object %}
Assigned Models
{% for ct in object.content_types.all %} {% endfor %}
{{ ct }}
Conditions
{% if object.conditions %}
{{ object.conditions|render_json }}
{% else %}

None

{% endif %}
Additional Headers
{% if object.additional_headers %}
{{ object.additional_headers }}
{% else %} None {% endif %}
Body Template
{% if object.body_template %}
{{ object.body_template }}
{% else %} None {% endif %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}