wu-sheng commented on a change in pull request #5474:
URL: https://github.com/apache/skywalking/pull/5474#discussion_r487385197
##########
File path: docs/en/setup/backend/backend-alarm.md
##########
@@ -180,6 +180,23 @@ slackHooks:
- https://hooks.slack.com/services/x/y/z
```
+## WeChat Hook
+Note, only WeCom(WeChat Company Edition) supports webhook. To use the WeChat
webhook you need to follow the [Wechat Webhooks
guide](https://work.weixin.qq.com/help?doc_id=13376).
+The alarm message would send through HTTP post by `application/json` content
type after you set up Wechat Webhooks as following:
+```yml
+wechatHooks:
+ textTemplate: |-
+ {
+ "msgtype": "text",
+ "text": {
+ "content": "Apache Skywalking Alarm: \n %s."
Review comment:
```suggestion
"content": "Apache SkyWalking Alarm: \n %s."
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]