Member Login
Like Us On Facebook
Chat With Our support
GSM Generator
|
using our very flexible HTTP API connection. Once you're connected, you'll be able
todeliver messages or check your balance.
Connect to send single or multiple sms messages through the following api url:
http://www.ourglobalsms.com/components/com_smsreseller/smsapi.php?username=
xxx&password=yyy&sender=qqq&recipient=www&message=test
Connect to check remaining sms balance through the following api url:
http://www.ourglobalsms.com/components/com_smsreseller/smsapi.php?username=
xxx&password=xxx&balance=true&
The parameters are
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"
The return values are
OK=Successful
Example:
i.e OKno of sms credits usedgsm numbers that failed
Right click here and save as html file to get a sample html application.
|