SMS Gateways (Interfaces)

Peter Affenzeller
"Simple SMS has supported us well">>

If you want to extend your existing applications with SMS functionality, we offer the right product for you. With our SMS-interfaces it is possible to integrate communication elements in your existing software with less effort. So you receive automated evaluations or you can manage the communication elements through our Simple SMS Web-Tool (in all tariffs).
SMS interfaces are just right for you, if you would like to:
- ...integrate SMS sending & receiving in existing applications
- ...use comprehensive functions in an automated way
We offer:
- 3 different interfaces (XML, HTTPs, SMTP - e-mail 2 SMS)
- Fast implementation
- Many examples & templates to help you with your implementation
- The SMS-Gateways are included in all 3 software-tariffs
As you can see, the integration in your application can be done easily:
HTTP-Gateway
https://http-2-1.simplesms-mobile.com/?
api_id=#CLIENTID#
&api_user=#USERNAME#
&api_pwd=#PASSWORD#
&to=436761234567
&from=43676800960600
&text=SMS-Text
XML-Gateway
<simpleSMS_API>
<api_login>
<api_id>#CLIENTID#</api_id>
<api_user>#USERNAME#</api_user>
<api_pwd>#PASSWORD#</api_pwd>
</api_login>
<sendmsg>
<to>436761234567</to>
<from>436768009606</from>
<text>SMS-Text</text>
</sendmsg>
</simpleSMS_API>
E-Mail 2 SMS-Gateway
api_id:#CLIENTID#
api_user:#USERNAME#
api_pwd:#PASSWORD#
to:436761234567
from:43676800960600
text:SMS-Text