Skip to content

Commit 6703ca0

Browse files
authored
Merge pull request #181 from aspnetzero/pr/2976
add webhook feature document
2 parents 1bd8274 + 1425657 commit 6703ca0

5 files changed

+23
-0
lines changed

docs/en/Features-Webhooks.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Webhooks
2+
3+
ASP.NET ZERO has built-in webhook system designed with pub/sub pattern.
4+
5+
In **Webhook Subscriptions** page, you can see all of your webhook subscriptions:
6+
7+
<img src="images/feature-webhooks-1.png" alt="Audit logs" class="img-thumbnail" />
8+
9+
You can click a row to see detail of a subscription.
10+
11+
<img src="images/feature-webhooks-2.png" alt="Audit logs" class="img-thumbnail" />
12+
13+
In **Webhook Subscription Detail** page, you can edit, activate or deactivate a subscription. You can also see all webhook send attempts that your subscription received.
14+
15+
<img src="images/feature-webhooks-3.png" alt="Audit logs" class="img-thumbnail" />
16+
17+
You can resend a webhook with same parameter or view webhook event.
18+
19+
<img src="images/feature-webhooks-4.png" alt="Audit logs" class="img-thumbnail" />
20+
21+
In **Webhook Event Detail** page, you can see the detail of a created webhook. And you can see all send attempts for all of your subscriptions.
22+
23+
For more information. You can check [ASP.NET Boilerplate webhook documentation](https://aspnetboilerplate.com/Pages/Documents/Webhook-System).

docs/en/images/feature-webhooks-1.png

32.3 KB
Loading

docs/en/images/feature-webhooks-2.png

123 KB
Loading

docs/en/images/feature-webhooks-3.png

120 KB
Loading

docs/en/images/feature-webhooks-4.png

55 KB
Loading

0 commit comments

Comments
 (0)