Another app that could be useful is the free and open-source SMSSync by Ushahidi.
SMSSync will achieve your goal, but not quite in real-time. It can work by polling the server for "send" requests, and process these and send out SMS messages. The maximum frequency to check for jobs (at time of writing) is every 60 seconds.
The primary feature of SMSSync is to receive SMS messages from users, and forward them via HTTP(S) to a server. In this mode, a response can immediately be given by the server, and sent in "real-time" back to the initiating user.
Source code for SMSSync is available on GitHub.
Disclaimer: I use SMSSync on my site (for similar purposes) and love it, but am not affiliated with Ushahidi.