WIP added sms as a channel for notifier
This commit is contained in:
parent
90c16cad26
commit
de254d3d69
1 changed files with 4 additions and 4 deletions
|
|
@ -6,10 +6,10 @@ framework:
|
|||
|
||||
channel_policy:
|
||||
# use chat/slack, chat/telegram, sms/twilio or sms/nexmo
|
||||
urgent: ['email']
|
||||
high: ['email']
|
||||
medium: ['email']
|
||||
low: ['email']
|
||||
urgent: ['sms','email']
|
||||
high: ['sms','email']
|
||||
medium: ['sms','email']
|
||||
low: ['sms','email']
|
||||
|
||||
admin_recipients:
|
||||
- { email: admin@example.com }
|
||||
|
|
|
|||
Loading…
Reference in a new issue