mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 10:54:28 +00:00
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"send": [{
|
|
"title": "Send SMS",
|
|
"run_check": false,
|
|
"request": {
|
|
"from": "Alice",
|
|
"message": "Hi there!",
|
|
"to": "+447681129"
|
|
},
|
|
"response": {
|
|
"status": "ok"
|
|
}
|
|
}]
|
|
} |