Merge pull request #1291 from jimiero/smsense

[Notifier][SMSense] Add recipe for SMSense notifier
This commit is contained in:
Fabien Potencier
2024-02-23 10:25:01 +01:00
committed by GitHub
@@ -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"
}
}