Send SMS from
your own system
Spryng’s SMS Gateway can easily be connected to all systems by using our HTTPS SMS API, RestAPI, SFTP or Mail2SMS applications.
WORLDWIDE INTEGRATIONS
SMS API Gateway
We have standard connections with many systems such as Salesforce, Selligent, SAP, Magento, Epic, CSC, ORTEC, Gemalto, RSA and OTYS.
We operate in
over 200 countries
Spryng’s SMS Gateway is built so that it can easily to integrated into any system or software or has been already integrated, so you can get started straight away.
View an example casePRICING
No start-up costs, no monthly fees. Only pay for what you send, simply via a bank transaction or via iDEAL, postpaid or prepaid.
-
No start-up or hidden costs
-
Sign-up to receive free test credits
-
You can buy from as little as 100 SMS
Get your
tailor-made price
Would you like to receive a precise price quote for your SMS volume? We’re happy to provide you with a competitive, tailor-made offer, completely obligation-free. Plus, when you purchase just 1,000 SMS credits, we’ll plant a tree in your organisation’s name.
Receive a quotation within one hourEasy to
integrate
Our SMS API can be connected to your own systems and software. Our development section includes sample scripts to enable immediate set up.
$spryng = new \Spryng\Client('YOUR_ACCESS_KEY');
$message = new \Spryng\Objects\Message();
$message->originator = 'Spryng';
$message->recipients = [31612345678];
$message->body = 'This is a test message.';
$Spryng->messages->create($message);
const spryng = new Spryng(YOUR_API_KEY)
const message = await spryng.message.send({
encoding: 'auto',
body: 'Test message',
route: 'business',
originator: 'Example Company',
recipients: ['31612345678', '31687654321'],
reference: 'ABC123'
})
Start sending SMS
straight away!