How can i send an international SMS (or place a call) with a HTTPS request?
What reliable service providers do you know / use?
I want to use a SMS service instead of a hardware aproach.
- 1,511
- 6
- 23
- 27
-
1You will need to tell us what country you are in, or which country you want to send most of your SMS's to – Mark Henderson Jun 23 '09 at 21:18
-
Romania, Europe - different service providers. – s.mihai Jun 23 '09 at 21:44
-
Try this guide with mySMS: https://serverfault.com/questions/1014322/send-and-receive-sms-with-mysms – Andyj12 Apr 27 '20 at 01:55
-
Try mySMS: Guide here -- https://serverfault.com/questions/1014322/send-and-receive-sms-with-mysms – Andyj12 Apr 27 '20 at 01:57
5 Answers
We've had good service from Clickatell, who are based in South Africa. They have APIs via several different methods including https and smtp.
- 23,151
- 2
- 41
- 71
-
i have signed up with them. but they don't seem to have activated my account... i wonder if they do world-wide or just... select-countries. i'll contact support in 36h – s.mihai Jun 24 '09 at 00:39
-
I am in Australia and have used Clickatell before from a rails application via API as well as via smtp from nagios. No problems in the past 12 months.
- 151
- 4
MX Telecom provide a pretty good service in EMEA and NA using a simple HTTP[S] GET interface.
Usual features such as originator address, flash messages, multipart and delivery reports are included.
- 25,189
- 5
- 52
- 70
There is another provider with an HTTPS API called TextMagic. They provide wrapper libraries for their HTTPS API in a number of languages.
(Full disclosure: I am the author of the Python wrapper library at textmagic-sms-api-python)
- 103
- 2
The TextMagic API allow you to send sms messages to landline phones too? If not, you can add this feature to the system. See text2land.com
Mike