Announcement

Collapse
No announcement yet.

sending SMS from URL

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    sending SMS from URL

    hi guys, i got a question here.
    my telco removed email to sms service so i have to either resort to skype to send me sms, blackberry OR find a way to i use the URL to send free sms to myself.

    my phone
    http://msgctr.m1.com.sg/MessageCentr...uest/index.jsp

    my wife's phone.
    http://websms.starhub.com/websmsn/us...tCreateSession



    question. how do i write a script to use the url to send a sms to myself?

    anyone willing to help?


    objective is to get a DS10 sensor, when it changes to OPEN/ALERT as detected by rfxcom, to send sms.
    Last edited by ; June 14, 2009, 04:23 PM.

    #2
    I use a service from www.txtlocal.co.uk to send me SMS via email, there are similar companies all over the world so I would imagine you can find one in Singapore.

    It does have an API so probably possible to integrate it into a web server, although for me i'm happy with sending an email. Example code is here http://www.txtlocal.co.uk/sms-gateway-demo.php, example code listed for ASP so could integrate with HS easily.

    Only downside is services like that cost money, so I only have essential reminders - doorbell, CO/Smoke detector activation, Alarm etc

    Comment

    Working...
    X