Send SMS

To make it simple, We have designed a method which allows you to send SMS in a single line of the HTTP GET request:

https://api.saino.io/api/apis/bulk-sms?token=enterAPI&senderid=YourApprovedSenderID&route=EnterRoute&number=EnterNumber&message=hello

This is all you need to send a message. No codings skills required, to test this, You can even send this message through your web browser address bar, Just copy the URL and change the parameters. Now, this is something that you could put into your application without writing any code!

Placeholder

Placeholder names will be provided by the application system from which you want to send messages. What you need to understand is where to put these placeholders. Let’s break down our example request in several lines so we can understand it closely:

https://api.saino.io/api/apis/bulk-sms?
token=EnterAPIkey 
&senderid=YourApprovedSenderID
&route=EnterRouteName ( Transactional, Global, Promotional )
&number=EnterNumber ( Where SMS needs to be send )
&message=hello ( Enter your text message )

If you want to send sms via user ID and password, That will replace token (API key ) to below parameters :

username=myUsername&password=myPassword

Remaining all parameters will be same

Mandatory Parameters

Optional Parameters

You can add these parameters in the HTTP API only, as per your requirement you can use one of them or all.

Got stuck?

No problem, we are here for you! We have the best support team available you around the clock, so just drop an email at support@saino.io

Last updated