1
0
Fork 0
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:
Ylian Saint-Hilaire 2022-09-01 13:31:10 -07:00
parent 32b194fa50
commit dce036658e
3 changed files with 37 additions and 0 deletions

View file

@ -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}}"
}
}