{% extends "madga/studio/base.html" %} {% load i18n madga_studio_tags %} {% block breadcrumbs %} {% trans "Webhooks" %} / {% if endpoint %}{% trans "Edit endpoint" %}{% else %}{% trans "New endpoint" %}{% endif %} {% endblock %} {% block content %}
{% trans "MADGA POSTs every matching event as JSON with an HMAC-SHA256 signature in the X-Madga-Signature header. Compute the same HMAC of \"{timestamp}.{body}\" on your side with the secret to verify." %}