Twilio integration?

Has there been any discussion on the ability to use Twilio (http://www.twilio.com/) for SMS support in statusnet?

They have a nice simple REST api:
curl -X POST https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SMS/Messages \
--data-urlencode "To=+14155551212" \
--data-urlencode "From=+14158675309" \
--data-urlencode "Body="Hello world!" \
-u {AccountSid}:{AuthToken}

There is a cost associated with it, but at a $.01 per message makes it pretty affordable.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID