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 bank transaction or via Mr. Cash, postpaid or prepaid.
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 Belgium.
If it concerns SMS traffic outside Belgium, please contact our sales team for custom pricing advice.
-
500 - 2.500€ 0,110
-
2.500 - 5.000€ 0,090
-
5.000 - 10.000€ 0,080
-
10.000 - 25.000€ 0,060
-
25.000 +
€ 0,00
Total excl. VAT
Straightforward integration
Our SMS API can be connected to your own systems and software. Our Development section includes example scripts to enable immediate startup.
$spryng = new \spryng\Client('ACCESS_KEY'); $Message = new \spryng\Objects\Message(); $Message-> originator = 'spryng'; $Message-> recipients = array(32419920391); $Message-> body = 'This is a test message.'; $spryng->messages-> create($Message);