% @page_title = @webhook.name %> <% content_for :header do %> <%= render "filters/menu" %>
<%= @webhook.signing_secret %>
We'll send a X-Webhook-Signature header with each request.
You can generate a HMAC using SHA256 of the request body with this secret
to verify that the request came from us.
This Webhook isn't subscribed to any events. It will never trigger.
<% else %>This Webhook hasn't been triggered yet
<% else %>