remove send

This commit is contained in:
Asim Aslam
2022-02-19 17:56:32 +00:00
parent e64b71b3cf
commit 775d34ff88
3 changed files with 0 additions and 32 deletions

View File

@@ -34,19 +34,5 @@
"text": "let's grab a 🍺"
}
}
],
"send": [
{
"title": "Send a text containing an emoji to anyone via SMS.",
"run_check": false,
"request": {
"from": "Alice",
"to": "+44782669123",
"message": "let's grab a :beer:"
},
"response": {
"text": "let's grab a 🍺"
}
}
]
}