-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review of mass SMS providers. #2
Comments
If we move towards any specific API, is it trivial to change to another at a later date? |
As I said, I have some technical experience (but no financial involvement) with CellTrust so |
@0xdeadcafe For testing purposes there are free trials available with some providers. |
@Jasindros Of course, our primary goal is in choosing a provider for our own implementation, but I'm asking "what if" we deploy this in another city, where we are not the maintainers? Thus, the abstraction layer that can deal with different APIs may be a nice feature, but not something that needs to be our primary goal. I have no experience with any of these SMS gateways, so I can't comment on them. Perhaps we could contact their sales department and explain what we're intending to do, as they may see long-term profits if they give us a free one. |
@TheCycoONE Would you be able to find out how much they price from your company that you work with? |
@0xdeadcafe |
I entirely agree, just curious if the layer existed somewhere, if not, lets On Mon, Dec 12, 2011 at 8:50 PM, Jasindros <
-Brian G. |
Weird, I thought I commented on this issue last week. I'm talking with Tropo and looking into twilio which expanded into Canada. |
Someone has built a library for twilio-powered apps in Django found here: |
The project should be generating the responses we had discussed on the RHOK weekend shortly. I have begun to review some of the possible mass texting solutions available. Some sites provide mass texting services for free but prepend some kind of advertisement.
Here are some providers:
EzTexting
Website - http://www.eztexting.com/group-sms-pricing-ca.html
API - http://www.eztexting.com/developers/rest-api/sms/code-examples/python.html
Notes - I'm assuming we will need 'express texting' as it needs to be quickly transmitted
CardBoardFish
Website - http://www.cardboardfish.com/sms/Canada.html
API - includes Python API
Notes - I do no see the Bell network in the coverage section, though Rogers is there. There is a setup fee of 50 EURO and you must rent a virtual number for 75 EURO per annum. Appears to be the cheapest per message if sending >50k texts per month.
BulkSMS
Website - http://www.bulksms.com/int/coverage/country/166
API - HTTP (easy to implement in Python)
Notes - Appears to have solid coverage and implement a pay as you go pricing.
And may more...
Any thoughts?
The text was updated successfully, but these errors were encountered: