[Notifier] Add Smsbox notifier bridge

This commit is contained in:
Alan ZARLI
2023-12-18 15:43:33 +01:00
parent 295eb0eabc
commit 73b303d880
+14
View File
@@ -0,0 +1,14 @@
{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " smsbox: '%env(SMSBOX_DSN)%'"
}
],
"env": {
"#1": "SMSBOX_DSN=smsbox://APIKEY@default?mode=MODE&strategy=STRATEGY&sender=SENDER"
}
}