Re: Delay in sending SMS messages

Posted by champson on
URL: http://ohs.356.s1.nabble.com/Delay-in-sending-SMS-messages-tp256p285.html

Hi Adam,
Sorry for delay in responding, I only just saw this when I came to post a different comment :)
I would say that I prefer to avoid using commercial services like these, as often they are proprietary and don't stick around for the long term.  I wonder if it's possible to have a flexible API, so that the OHS could make a RESTful API request to send an SMS?   I did a quick search and can see they are fairly common, something like:

curl -X POST -H 'Authorization: token U51U9KhRl0t53n9W' -i 'http://server.address/api/sms/send' --data '{
    "to": "1234567890",
    "from":"9876543210",
    "content":"Hello world!"
}'