Our API
You can interface an application, website or system with our messaging gateway by using our very flexible HTTP API connection. Once you're connected, you'll be able to deliver messages or check your balance.
Connect to send single or multiple sms messages through the following api url:
http://megamallsms.com/components/com_smsreseller/smsapi.php?username=xxxx&password=xxxx&sender=@@sender@@&recipient=@@recipient@@&message=@@message@@&
Getway Responds on success = OK
Connect to check remaining sms balance through the following api url:
http://megamallsms.com/components/com_smsreseller/smsapi.php?username=xxxx&password=xxxx&balance=true&
The parameters are
1. recipient : The destination phone numbers. Separate multiple numbers with comma(,)
3. username: Your sendersms.com account username
4. password: Your sendersms.com account password
5. sender: The sender ID to show on the receiver's phone
6. message: The text message to be sent
7. balance: Set to true only when you want to check your credit balance
6. schedule: Specify this parameter only when you are scheduling an sms for later delivery. It should contain the date the message should be delivered. Supported format is "2009-10-01 12:30:00" i.e "YYYY-MM-DD HH:mm:ss"