Start right away
The benefits of
our SMS Gateway
Easily ship worldwide. Link SMS to your customer journey and start sending messages today.
A well-organized customer portal
-
Delivery and receipt reports
Easily manage everything in one overview.
-
Managing SMS Campaigns
Up to 1 million messages per campaign.
-
Main and sub accounts
Manage multiple departments and set up separate PO billing.
Easy to implement
Get started quickly with your own application in multiple languages such as PHP, Ruby, Node, Javascript and Java
GitHub repositoryGood to know
All the benefits of
our SMS API at a glance
-
Worldwide coverage
With one API you can use more than 900 networks in approximately 190 countries.
-
Scale capacity
Spryng automatically adjusts capacity to maintain stable, predictable performance.
-
Two-way communication
Dialogue possible with a virtual mobile number or shortcode.
-
Direct routing
The SMS messages are delivered directly to the mobile providers.
-
Better insight
You always know why messages were not delivered via error codes.
-
Always opened quickly
98% of all SMS are read within 5 minutes.
-
REST API
integrated
quickly and easily
Extra easy due to various SDKs, plugins and sample codes in different languages.
$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'
})
Our philosophy
Added value
above all else.
-
The ultimate in service
We advise, ask, help and listen 24/7. Because only together can we deliver something good.
-
A deal is a deal
We promise what we can deliver and then deliver. No excuses. Ever.
-
Focus on safety
We work according to the highest security standards, for the safety of your data and that of your customers.
FAQ’s about our SMS API
Integrate easily with
your existing systems.