Jump to content

The ability to send sms to the client with a ...


jmanuel

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated