Skip to content

Commit 8d1b928

Browse files
authored
Update webhooks.md
1 parent 79067e5 commit 8d1b928

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

docs/how-to/platform/webhooks.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,26 @@
22
sidebar_position: 7
33
---
44

5-
# How to use webhook
5+
# How to use webhook
6+
7+
FeatureProbe provides the ability to push messages to third-party applications.
8+
![WebHook list](/WebHook_list_en.png)
9+
10+
## Create WebHook
11+
12+
1. The status of the WebHook (the configuration content of the WebHook will take effect only after it is enabled)
13+
2. Fill in the WebHook name
14+
3. Fill in the description information
15+
4. Fill in the URL (when a certain event occurs, we will send a POST message to this URL)
16+
5. Click the Create button to complete the creation of the WebHook.
17+
18+
![create WebHook](/WebHook_en.png)
19+
20+
## Edit WebHook
21+
After the WebHookURL is changed, we will send a POST message to this new URL when certain events occur.
22+
23+
## Delete WebHook
24+
After removing the WebHook, we will stop sending any POST messages to this URL.
25+
26+
## Access WebHook
27+
For more access content, please refer to [WebHook access document](https://docs.featureprobe.io/zh-CN/reference/webhook-access/)

0 commit comments

Comments
 (0)