mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added use URL SMS provider so anyone can bridge to their own SMS solution (#4478)
This commit is contained in:
@@ -601,5 +601,9 @@
|
||||
"provider": "telnyx",
|
||||
"apikey": "xxxxxxx",
|
||||
"from": "1-555-555-5555"
|
||||
},
|
||||
"____sms": {
|
||||
"provider": "url",
|
||||
"url": "http://example.com/sms.ashx?phone={{phone}}&message={{message}}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user