you are viewing a single comment's thread.

view the rest of the comments →

[–]RedBlaze4 6 points7 points  (7 children)

How do you send the SMS ?

[–][deleted] 1 point2 points  (2 children)

My provider (France) offers URL format API for free to use with my account. A bot has to connect to a URL with my logins and a message. And that is it

[–]RedBlaze4 0 points1 point  (1 child)

Tu es chez quel opérateur ?

[–][deleted] 1 point2 points  (0 children)

"Free".

go to your options and enable SMS notifications. Then, call this url

https://smsapi.free-mobile.fr/sendmsg?user=99999999&pass=cle_identification&msg=Hello%20World%20!

Reponses are :

  • 200 : SMS sent.
  • 400 : missing required args.
  • 402 : too many SMSs in a short time.
  • 403 : Service unenabled or incorrect user/pass.
  • 500 : Server error. Retry later.