Jasonette / JASONETTE-iOS

📡 Native App over HTTP, on iOS
https://www.jasonette.com
MIT License
5.27k stars 352 forks source link

Add SMS action #349

Closed realitix closed 5 years ago

realitix commented 5 years ago

Hello, Sadly I can't develop on android but can you add the send sms action like I did here: https://github.com/Jasonette/JASONETTE-Android/pull/240

Then we could add it to the doc. This action allows to send a SMS and can be very useful.

clsource commented 5 years ago

I believe this can be achieved by using href

{
  "href" : {
    "url" : "sms://phone-number",
   "view": "app"
   }
}

But some tests must be made in order to try that. Thanks for your contribution could be added as an external optional component.