mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added use URL SMS provider so anyone can bridge to their own SMS solution (#4478)
This commit is contained in:
parent
32b194fa50
commit
dce036658e
3 changed files with 37 additions and 0 deletions
|
@ -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}}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue