DEVELOPERS TOOLS (API)
SEND SMS on your WEBSITE, MOBILE APPS, PRESTASHOP, MAGENTO, OPENCART etc
http://verticalsms.com/index.php?option=com_spc&comm=spc_api&username=xxxxx&
password=xxxxx&sender=qqq&recipient=www&message=Testing VerticalSMS API
To Check Your Balance Use The Below API
http://verticalsms.com/components/com_spc/smsapi.php?username=xxxxxx&password=xxxxxbalance=true&
HTTP API 1:
http://verticalsms.com/index.php?option=com_spc&comm=spc_api&username=user&
password=1234&sender=@@sender@@&recipient=@@recipient@@&message=@@message@@&
CHECK BALANCE:
http://verticalsms.com/index.php?option=com_spc&comm=spc_api&username=user&password=1234&balance=true
HTTP API 2:
http://verticalsms.com/components/com_spc/smsapi.php?username=yyyy&password=xxxx&sender=@@sender@@&recipient=@@recipient@@&message=@@message@@&
CHECK BALANCE
http://verticalsms.com/components/com_spc/smsapi.php?username=yyyyy&password=xxxxx&balance=true
Parameters
- recipient : The destination phone numbers. Separate multiple numbers with comma(,).
- username: Your http://verticalsms.com account username.
- password: Your http://verticalsms.com account password.
- sender: The sender ID to show on the receiver's phone.
- message: The text message to be sent.
- balance: Set to true only when you want to check your credit balance.
The values that could be returned are;
OK=Successful
2904=SMS Sending Failed
2905=Invalid username/password combination
2906=Credit exhausted
2907=Gateway unavailable
2908=Invalid schedule date format
2909=Unable to schedule
2910=Username is empty
2911=Password is empty
2912=Recipient is empty
2913=Message is empty
2914=Sender is empty
2915=One or more required fields are empty
2916=Blocked message content
2917=Blocked sender ID