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:
|
channel_policy:
|
||||||
# use chat/slack, chat/telegram, sms/twilio or sms/nexmo
|
# use chat/slack, chat/telegram, sms/twilio or sms/nexmo
|
||||||
urgent: ['email']
|
urgent: ['sms','email']
|
||||||
high: ['email']
|
high: ['sms','email']
|
||||||
medium: ['email']
|
medium: ['sms','email']
|
||||||
low: ['email']
|
low: ['sms','email']
|
||||||
|
|
||||||
admin_recipients:
|
admin_recipients:
|
||||||
- { email: admin@example.com }
|
- { email: admin@example.com }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue