jmanuel Posted September 18, 2008 Share Posted September 18, 2008 Hi, i have a sms low cost provider (0.08 cents of € per sms) and i want implement on the WHMCS the ability to send sms to the clients. for example: To advert that have one impaid invoice or the domain is register or the VPS is up or paid recived ... have a lot of uses. This feature can have some predefined text and create more for each situation. This is a example of te API gateway HTML <html > <head > <title>post gateway SMStrend</title> </head> <body> <form action="http://www.smstrend.net/esp/sendMessageFromPost.oeg" method="POST" enctype="application/x-www-form-urlencoded"> <dl> <dt>LOGIN</dt> <dd><input name="login" value="mylogin" /></dd> <dt>PASSWORD</dt> <dd><input name="password" type="password" value="mypassword" /></dd> <dt>EXTID</dt> <dd><input name="extid" value="8259714" /></dd> <dt>TPOA</dt> <dd><input name="tpoa" value="mytpoa" /></dd> <dt>MOBILE</dt> <dd><input name="mobile" value="607123456,618987654,691223344"/></dd> <dt>MESSAGE QUALITY</dt> <dd><input name="messageQty" value="GOLD" /></dd> <dt>MESSAGE TYPE</dt> <dd><input name="messageType" value="PLUS" /></dd> <dt>MESSAGE</dt> <dd><input name="message" value="Texto del mensaje" /></dd> <dt>DATEFORSEND</dt> <dd><input name="dateforsend" value="14/12/2007 16:07:00" /></dd> </dl> <input type="submit" /> </form> </body> </html> The full english API: http://www.smstrend.net/pdf/smsTrendPOST_eng.pdf http://www.smstrend.net/pdf/smsTrendWS_eng.pdf More info: smstrend.net Perhaps as Admin module? or on the Client profile (on admin site) .. or what? Any idea? any can make this "addon"? Thanks a lot. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.