Hello i want to send bulk sms.In developer API this code is given.
where should i use that code.
WAITING FOR HELP.


A sample HTTP API Call for Single Recipient would be:
http://www.abulksms.com/pushsms.php?username=acs&password=your_password
&sender=mysenderid&cdmasender=mycdmasenderid&to=myrecipient&message=Hello

A sample HTTP API Call for Single Recipient with Scheduling (4th January 2009 at 3:30 PM) would be:
http://www.abulksms.com/pushsms.php?username=acs&password=your_password
&sender=mysenderid&cdmasender=mycdmasenderid&to=myrecipient&message=Hello&shtime=04-01-2009-15-30

Recommended Answers

All 3 Replies

The SMS API should normally allow sending to multiple recipients by using a comma(,) between the recipient numbers e.g.,

http://www.abulksms.com/pushsms.php?...=your_password&sender=mysenderid&cdmasender=mycdmasenderid&to=myrecipient1,myrecipent2,myrecipient3&message=Hello

If not then you would probably need to use a while loop to send the messages individually.

However, try and see if the SMS API has a POST method. The problem with putting this directly into your code is that the users can see your username and password and will be able to use your SMS login to send messages which will cost you.

On a side note, it is rather concerning to see that the message and recipient details are being sent as plain text over an unsecured connection.

Does the API not offer SSL support?

R.

Hello,

I am a Support Engineer of CS Networks.

Try typing the "&" sign in your API, and that will do the job.
It is working like that in our own API.

Regards.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.