Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"amount": 25,
|
||||
"currency": "CHF",
|
||||
"cron": "0 7 1 * *",
|
||||
"timezone": "Europe/Zurich",
|
||||
"message": "Hallo {vorname}, diesen Monat bist du wieder dran mit {amount} {currency} ;)\nDanke.",
|
||||
"schedule": [
|
||||
"alice",
|
||||
"bob",
|
||||
null,
|
||||
"carol",
|
||||
"dave",
|
||||
"eve",
|
||||
"alice",
|
||||
"bob",
|
||||
null,
|
||||
"carol",
|
||||
"dave",
|
||||
"eve"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user