/ASPNET_WebHooks

this is sample for implementation of Webhook using Asp.Net Framework 6.1 (Microsoft.AspNet.WebHooks , C#, HTML, J.Query )

Primary LanguageJavaScript

ASPNET_WebHooks

A Basic WebHooks implementation which stores WebHook registrations in SQL Table Storage and exposes a REST API for subscribing to WebHooks. (Microsoft.AspNet.WebHooks , C#, SQL , HTML, J.Query )

  1. Diagram of Webhook:- alt webhook-workflow

  2. Web-hook Screte Keys for different apps:- alt webhook keys

  3. WebHook Registration Ajax code:- alt registrationCall

  4. Website page to play with webhook:- alt webpage

  5. Event Value in Web-Hook Handler after firing notification for this event:- alt eventinfo

Thanks.