Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 958 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 958 Bytes

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.