[Notifier] [SMSense] Add recipe for SMSense notifier

This commit is contained in:
Valentin-Nicusor Barbu
2024-02-08 14:10:35 +02:00
parent ca74983cff
commit bf405e7804
@@ -0,0 +1,14 @@
{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " smsense: '%env(SMSENSE_DSN)%'"
}
],
"env": {
"#1": "SMSENSE_DSN=smsense://API_TOKEN@default?from=FROM"
}
}