Document means some dashboard as pdf likewise.
Currently, We are using webhook for sending alerts to the team's channels from the watcher.
same functionality we are able to perform in email action.
eg:
"actions": {
"my_webhook": {
"throttle_period_in_millis": 300000,
"webhook": {
"scheme": "https",
"host": "abc.webhook.office.com",
"port": 443,
"method": "post",
"path": "/webhookb2/9ad3804a2f6/IncomingWebhook/6cf8bfd6c1/fc8759d69cf0",
"params": {},
"headers": {},
"body": {
"source": {
"text": "{{ctx.watch_id}}:{{ctx.payload.hits.total}}"
},
"lang": "mustache",
"options": {
"content_type": "application/json; charset=UTF-8"
}
}
}