Initial commit: Email alerts application
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"email_address": "projects@manaknightdigital.com",
|
||||
"time_frames": [
|
||||
{
|
||||
"name": "1-24 hours",
|
||||
"hours": 24,
|
||||
"alert_level": 1
|
||||
},
|
||||
{
|
||||
"name": "24-48 hours",
|
||||
"hours": 48,
|
||||
"alert_level": 2
|
||||
},
|
||||
{
|
||||
"name": "48+ hours",
|
||||
"hours": 72,
|
||||
"alert_level": 3
|
||||
}
|
||||
],
|
||||
"email_days_back": 7,
|
||||
"agency_domains": [
|
||||
"projects@manaknightdigital.com"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user