{
"dispatcher": {
"type": "email",
"email": {
"from": "your-replyto-address",
"to": ["your-email-address"],
"sendgridApiKey": "your-sendgrid-api-key"
}
}
}
OR
{
"dispatcher": {
"type": "github",
"github": {
"authentication": {
// Any of the options in https://github.com/mikedeboer/node-github#authentication
}
"repoOwner": "github-username",
"repoName": "repo-name",
"labels": ["labels to label your new issues with", "can be a few labels"]
}
}
}
OR
{
"dispatcher": {
"type": "slack",
"slack": {
"hooks": {
"default": "webhook from slack app",
"byLabel": {
"גבעתיים": "webhook from slack app"
}
}
}
}
}