CellTrust 2 Way SMS Gateway API (Scheduler)
CellTrust TxTScheduler API
External Applications can communicate with CellTrusts TxTScheduler API using an http request sent to http://pmgateway.net/pmsgw/TxTScheduler containing the necessary information defined in TxTScheduler Request Parameters section. The TxTScheduler gateway will process the request and will schedule the message for delivery. If a redirectURL is provided in the parameters, the gateway will redirect the response to the destination pointed by redirectURL after completion of request processing, which is usefull for directing the user to a new webpage within your website.
Sample Code:
http://pmgateway.net/pmsgw/TxTScheduler?PhoneDestination=14164561330,442121234567
&EmailDestination=name@destinationdomain.com&CustomerNickname=ABC&Message=Hello
&redirectURL=http://www.yourcompany.com/msgSendConfirmed.asp&StartYear=2005&StartMonth=6
&StartDay=12&StartHour=17&StartMinute=0
Please refer to the Java SDK manual for more information.