SMS API

URL : "www.composesms.in/SendingSMS.aspx"   (this is the url which is to called to send sms)
Query Strings to Attach :
userid  =  Your Membership ID ( i.e your username used to login to siegsms.com)

pass     =  Your Password ( i.e your Password used to login to siegsms.com)

phone  =  Destination Phone Number ( to which number sms has to be delivered) ( Please dont add 91 before Number , Number  should contain only 10 digits )

msg = SMS message to send.

title = One of the sms titles.( this is optional , if not given your's first sms title will be attached )

So finally the url looks like :

www.composesms.in/SendingSMS.aspx?userid=YourUserid&pass=YourPassword&phone=DestinationPhoneNumber&msg=YourMessage&title=SmsTitle

Responses : (response given by thr url regarding the sms)
#500 =  "Message sent successfully"

#501 = "Invalid Memid (userid) or Password "
#503 = "Account Expired"
#504 = "Insufficient Balance"
#505 = "Invalid SMS Title"
#506 = "Invalid URL"
#507 = "Invalid Phone Number"
#508 = "SMS Message exceeded 160 Characters"
#509 = "unknown error "