Our Products
SMS Gateway for businesses
Every day millions of SMS messages are sent and monitored via Spryng’s secure platforms.
Pricing
No start-up costs, no monthly fees. Only pay for what you send, simply via credit card.
Do you wish to test our SMS service without any commitment? Test now for free
Calculate your tariff
Prices shown apply to SMS traffic within the United Kingdom.
If it concerns SMS traffic outside the United Kingdom, please contact our sales team for custom pricing advice.
-
500 - 2.500£ 0,035
-
2.500 - 5.000£ 0,032
-
5.000 - 10.000£ 0,028
-
10.000 - 25.000£ 0,025
-
25.000 +
Straightforward integration
Our SMS API can be connected to your own systems and software. Our Development section includes example scripts to enable immediate startup.
require('src/Spryng/Api/Autoloader.php') $spryng = new Client('username', 'password'); $spryng->sms->send('44712345678', 'This is a test message', array( 'sender' => 'My company', 'route' => 'Business', 'allowlong' => false ));