
Here are 3 Quick Ways To Get Started
1. Click on The REGISTER NOW link to register
2. Make payment using our bank details available on the PRICING page.
3. Call/Text customer care to get account credited.
Now you can connect to friends and associate.
You can interface any 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://www.datastreamsl.com/components/com_smsreseller/smsapi.php?username=user&password=1234&sender=testers&recipient=234809xxxxxxx,2348030000000&message=testing
Connect to check remaining sms balance through the following api url: http://www.datastreamsl.com/smsapi.php?username=xxx&password=xxx&balance=true&
The parameters are
1. recipient : The destination phone numbers. Separate multiple numbers with comma(,) 2. username: Your datastreamsl.com account username 3. password: Your datastreamsl.com account password 4. sender: The sender ID to show on the receiver's phone 5. message: The text message to be sent 6. balance: Set to true only when you want to check your credit balance 8. 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 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
Example: On success, the following code will be returned OK 21 08033333333,08022222222,08055555555 i.e OK(space)no of sms credits used(space)gsm numbers that failed where 21=no of sms credits used and 08033333333,08022222222,08055555555 are the 3 numbers that failed
These Service is ideal for:
* Banks (either Microfinance or Commercial): To send transaction alerts to customers.
* Online Merchants
* POS Systems.