Hi Webmasters, I have a set of websites with standard contact form that lets sales dept receive visitors messages. Now I need to send this message to their phones via SMS. I know how to do this, but the cell phone companies masked their programs behind flash and now I can't find a way to send the post. Other companies now force you to login before sending a single SMS. It was easy years ago where I only needed to check their form and tweak my scripts :(
Anyway I find two ways out. One is a paid service of sms gateway and then having access to an api. I can't find any free services covering my country so that's out.
The other way is to create an app that sends the message to facebook accounts (one per each sales guy) it will need a master account from where the messages are sent. I know this needs an app facebook to be created. So far I found little documentation (and confusing) but only to post messages on walls, that's public, I need the messages to go directly to the inbox. This way each account can be configured to send mobile notifications and that's it.
I'm more skilled in Perl but I see PHP apps are more suitable for this, specially because perhaps there is already one for this.
Actually I have a third option... sending emails to the cellphone number@#*$!xbla-bla-cellphonecompany.com but that's my last option.
Thanks in advance for any directions or clues for documentation on how to do this. (I found some but are outdated, the api refuses connections and the new ones are confusing but only related to send messages to wall). I wanted to use twitter but sms notifications are not available in my country anymore.