I am looking for an SMS solution to modify my WP mu setup. Thinking out loud here... Maybe somebody could point out some existing plugins and other resources on which my solution can be based.
What I want is: All the subdomain Admins should be able to send bulk SMS to their subscribers (for stuff like announcements etc.)
I am not even sure what kind of infrastructure I need. Email to SMS will not work for me (not reliable).
I am thinking along the lines of having a plugin that pulls the subscriber list and displays it, along with an SMS text area below. SMSs are sent by selecting the users from the list (tickbox or select all) and pressing send...
Also, I need to be able to track how many SMS each subdomain is using up.
Guess an SMS gateway will be needed, but not sure how the subdomains will interface with the gateway? A simple text list of subscribers sent via E-mail to the gateway? Each subdomain will have a minimum of 50 and maximum of 1000 subscribers who have registered their cell phone numbers.
What I will end up needing:
1) A plugin to modify the Profile page so that a subscriber's cell phone number can be input- may be replace AIM, Yahoo, Jabber. Usernames and passwords are generated by the admin from the admin panel itself, so subscribers only need to update their profile with details like name, cell number etc.
There are some already out there, including a) Cimy, b) this one by Igor Olemskoi, c) WP User Manager
I don't think any of them work out of the box.
2) A plugin to display the SMS menu item and its contents, including fetching records from the database, displaying in rows (with a select tick box next to it), a text area (100 characters) where the SMS message can be typed in, and a send/cancel button. This plugin should also have the interface to send the list of cell numbers and the SMS message to the gateway (via E-mail?)
Please comment on this approach, any comments.
Thanks.......