Added notifier bridge recipes

This commit is contained in:
Fabien Potencier
2020-04-12 19:23:45 +02:00
parent 2de05e19f9
commit a744747b5a
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"env": {
"#1": "SLACK_DSN=slack://TOKEN@default?channel=CHANNEL"
}
}
+6
View File
@@ -0,0 +1,6 @@
{
"env": {
"#1": "See https://api.slack.com/messaging/webhooks",
"#2": "SLACK_DSN=slack://default/ID"
}
}