You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/09/10 13:18:51 UTC

[GitHub] [skywalking] xbkaishui edited a comment on issue #5460: Alarm support wechat webhook

xbkaishui edited a comment on issue #5460:
URL: https://github.com/apache/skywalking/issues/5460#issuecomment-690281996


   template can make request body dynamic, for example: 
   ```
   {
           "msgtype": "text",
           "text": {
               "content": ... $name, 报警内容 $alarmMessage
           }
      }
   ```
   
   the $name and $alarmMessage come from AlarmMessage body.  we can use velocity engine dynamic generate the request body based on AlarmMessage
   


----------------------------------------------------------------
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:
users@infra.apache.org