Sending Sms using javascript

Discussion in 'JavaScript' started by kadi, Jan 10, 2014.

  1. #1
    How to Send sms to a different mobile numbers on a given date and time using javascript.
     
    kadi, Jan 10, 2014 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    You can't. Or, at least you need a data-provider for actually sending the SMS - unless you want to trigger a function on a hooked-up phone? You cannot send SMS (part of the mobile GSM/3G/4G-network) via web/javascript.
    You might be able to work with an existing API from a SMS-provider, however.
     
    PoPSiCLe, Jan 10, 2014 IP
  3. HuggyStudios

    HuggyStudios Well-Known Member

    Messages:
    724
    Likes Received:
    20
    Best Answers:
    26
    Trophy Points:
    165
    #3
    Create a basic API written on a server that will send the message. Within JavaScript then call your API.
     
    HuggyStudios, Jan 10, 2014 IP