Files
services/sms/examples.json

14 lines
263 B
JSON

{
"send": [{
"title": "Send SMS",
"run_check": false,
"request": {
"from": "Alice",
"message": "Hi there!",
"to": "+447681129"
},
"response": {
"status": "ok"
}
}]
}