@using BTCPayServer.Client @model WebhooksViewModel @{ ViewData.SetLayoutModel(new LayoutModel(nameof(StoreNavPages.Webhooks), StringLocalizer["Webhooks"]).SetCategory(WellKnownCategories.Store)); }
Webhooks allow BTCPay Server to send HTTP events related to your store to another server.