Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay113 committed Sep 25, 2019
1 parent cedc473 commit 8567f0f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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](https://github.com/vijay113/ASPNET_WebHooks/blob/master/Images/webhook2.JPG)

2) Web-hook Screte Keys for different apps:-
![alt webhook keys](https://github.com/vijay113/ASPNET_WebHooks/blob/master/Images/Webhook_Keys.JPG)

3) WebHook Registration Ajax code:-
![alt registrationCall](https://github.com/vijay113/ASPNET_WebHooks/blob/master/Images/Webhook1.JPG)

4) Website page to play with webhook:-
![alt webpage](https://github.com/vijay113/ASPNET_WebHooks/blob/master/Images/Screenshot%20(217).png)

5) Event Value in Web-Hook Handler after firing notification for this event:-
![alt eventinfo](https://github.com/vijay113/ASPNET_WebHooks/blob/master/Images/Screenshot%20(219).png)

Thanks.

0 comments on commit 8567f0f

Please sign in to comment.