Sign up now and get 20 FREE SMS credits & 100 FREE email credits

Try for FREE

Hassle-free SMS API for Sending,
Receiving SMS and Number Verification (OTP)

Send SMS from your application within next 5 minutes

SMS IconSavanah1m ago

"Fantasy Island at Savanah Cinemas from 17 July. Reserve your seat now."
e-url.co/slKde

What can you do with ShoutOUT SMS API?

Sending SMS
feature

Send SMS to any number from your application by using our SDKs or REST API with branding (Sending SMS with branding is subject to availability in some countries)

SMS Alerts & NotificationsOrder status alertsSMS RemindersDiscounts & Promotions
Documentation
Receiving SMS
featureAllow your users to send message via a long number to your application. Contact us for more details.
SMS VotingGet Feedbacks via SMSCustomer support via SMSTwo-way communication
Contact us
OTP SMS
featurePower up your application with Two Factor Authentication with OTP API. We provide OTP code generation and OTP validation, and you only have take care of your application logic.
Number VerificationTwo Factor Authentication
Documentation

Why ShoutOUT SMS API?

feature
Direct Connectivity
Reliable direct connectivity to multiple telecom operators in different regions.
feature
Sender IDs
Obtain alphanumeric sender IDs to match your business name
feature
High Reliability
We guarantee you of 99.93% uptime with auto scaling and zero maintenance windows
feature
Easy Integration
Seamless and hassle-free integration of SDKs and REST API with any platform

Our Clients, Our Assets

ShoutOUT Customer AIA
ShoutOUT Customer CricketSL
ShoutOUT Customer Laugfs Eco
ShoutOUT Customer Amana
ShoutOUT Customer Mobil
ShoutOUT Customer ISSO
ShoutOUT Customer UNDP
ShoutOUT Customer NYC EDC
ShoutOUT Customer DSI
ShoutOUT Customer Vision Care
ShoutOUT Customer Hiru TV
ShoutOUT Customer OrelIT
ShoutOUT Customer BMICH
ShoutOUT Customer Dilmah

How to Integrate?

Try sample code for your favorite language and see how simple our SMS API is.

// Installation

npm install shoutout-sdk --save

// Usage

var ShoutoutClient = require('shoutout-sdk');

var apiKey = 'XXXXXXXXX.XXXXXXXXX.XXXXXXXXX';

var debug = true, verifySSL = false;

var client = new ShoutoutClient(apiKey, debug, verifySSL);

var message = {

"content": {"sms" : "Sent via ShoutOUT Lite"},

"destinations" : ["94771234567"],

"source" : "ShoutDEMO",

"transports" : ["SMS"]

};

client.sendMessage(message, (error, result) => {

if(error) {

console.error('Error sending message!',error);

} else {

console.log('Sending message successful!',result);

}

});

Plugins

Start sending SMS from your favourite application

Magento Plugin
Shopify Plugin
Can’t find the plugin that you looked for? Contact us!

Start Integrating with ShoutOUT SMS API