
URL-to-SMS
For free trial registration, please register at Web2sms Free trial
For pricing, same as Web2SMS
You may send SMS by activating a URL
(without SSL)
http://api.accessyou.com/sms/sendsms.php?msg=&phone=&pwd=&accountno=
(with SSL)
https://api.accessyou.com/sms/sendsms.php?msg=&phone=&pwd=&accountno=
*** If successful, a message id regarding this delivery will be returned
You may query message delivery status by activating another URL
(without SSL)
http://api.accessyou.com/sms/getstatus.php?id=&pwd=&accountno=
(with SSL)
https://api.accessyou.com/sms/getstatus.php?id=&pwd=&accountno=
*** This will return the delivery status such as "pending", "canceled"
or "finished"
Msg = SMS Message eg. testing
Phone = Mobile phone number or Phone code eg. 85291239123
Pwd = password eg.1234
Accountno = Account No eg. 10001123
id = Message id
eg. http://api.accessyou.com/sms/sendsms.php?msg=testing&phone=85291239123&pwd=1234&accountno=10001123
Programming Guide I (including unicode support)(PDF)
Programming Guide II - examples(doc)
Evaluation Sample Codes: PHP
Security:
1. Password
2. IP address restriction (the demo will not restrict IP addresses. Pls
call us if you want to have this function
3. SSL (Secure Socket Layer)
Additional Features
4. Support Chinese and unicode and "line break"
* The above URL is for use during free trial period only.