Inbound SMS

Inbound SMS Specifications:

For receiving SMS a GET request is needed at the following URL:

http://sendbulksms.com/sms/bin/inbox.php


The parameters for this request are:
username (required), username
password (required), password
from (required), sender of the message
text (optional), text of the message

All values for the above parameters have to be url encoded

Example of a request:
http://sendbulksms.com/sms/bin/inbox.php?username=your-username&password=your-pass&from=447896544321&text=hello+world

Every succesfull request returns a OK message

Τhis request may return the following error messages:

Error: Authentication error.