Skip to content

Reportr/alerts-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhook Alerts for Reportr

How to add it to your instance?

Add reportr-alerts-webhook to the package.json and load it in your Reportr configuration:

reportr.configure({
    alerts: [
        require("reportr-alerts-webhook")()
    ]
});