Content

This not a standalone page but instead describes the functionality allowing sms messages to be sent to user of the site.

Messages are sent using clickatell's service. This involves a http GET request of a certain page on clickatell's server

The message text, destination number are added as parameters to the request.

The message is also saved locally in the database

The clickatell server will make a request to a specific page on the global rehearsals server.

From this request we can parse out information to tell us what the status of the msg is and whether or not it was successfully sent

Notes