2

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.

s.mihai
  • 1,499

5 Answers5

3

We've had good service from Clickatell, who are based in South Africa. They have APIs via several different methods including https and smtp.

David Pashley
  • 23,963
2

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.

1

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.

Dan Carley
  • 26,127
0

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)

dfstrauss
  • 103
0

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