@model WebhooksViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.Webhooks, "Webhooks"); }

Webhooks

Webhooks allows BTCPayServer to send HTTP events related to your store

Create a new webhook @if (Model.Webhooks.Any()) { @foreach (var wh in Model.Webhooks) { }
Url Actions
@wh.Url Modify - Delete
}
@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }