xbkaishui commented 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:
[email protected]


Reply via email to