Send/receive UK SMS via web api? What’s a good reasonably priced service

smssms-gateway

I'm googling for sms gateways and am seeing a few alternatives (eg http://txtlocal.co.uk). I'm wondering what people here have used for this? All we need is a service where

a) we set up an account with the service, with a mobile number

b) we send their api a recipient number and some text and they text it out from the above number

c) any incoming texts to that number get converted into web requests and sent to a url of our choosing.

Obviously i'm not expecting it to be free but are there any that just charge you for sending out texts and don't charge for receiving? Or any others that have 'package' deals, eg "up to 5000 texts a month for £X" sort of thing?

Just wondering what other people have used. cheers, max

Best Answer

You should have a look at BulkSMS.

You can send messages by a simple HTTP call, including specifying the originating address (sender). Replies can be routed to you via an HTTP call to your server. The are additional options, such as dedicated incoming numbers which remain persistent to your account.

Credits can be purchased in bulk and do not expire at the end of the month.

They also have developers that assist on SO :)

Disclaimer: I work for BulkSMS