I am not sure how to set body.html in email notification of watcher.
Here is what I did, but when I received the email, it did not show the content of html. It only shows the link of html.
"actions": {
"email_admin": {
"email": {
"profile": "standard",
"from": "Alerting<logic720@gmail.com>",
"priority": "high",
"to": [
"echowu720@gmail.com"
],
"subject": "Error Monitoring Report",
"body": {
"html": "http://www.cnblogs.com/dragonstreak_1/archive/2010/10/17/1853697.html"
}
}
}
}