Welcome to the
PSWinCom Wiki!
This is the place to find technical documentation and help on implementing integrations with PSWinCom's
products for SMS, MMS and WAP. For non-technical information you should refer to
pswin.com.
 |
 |
Gateway integrations
- With our SMS Gateway SOAP API you can send text SMS using a single WebService method call. Most new development tools/languages (such as MS Visual Studio / .NET) have direct support for calling WebServices over the Internet.
- XML formatted messages can be transfered directly to the SMS Gateway by using a TCP socket or as an HTTP(S) POST with our Gateway XML API.
- Messages of any type can be sent using a single HTTP POST or GET operation using our Gateway HTTP API. HTTPS SSL encryption is also available.
|
Intouch integrations
- The Intouch REST API provides a simple yet powerful interface to the central features of the PSWinCom Intouch product. It can be used to automate tasks like synchronizing contacts, facilitate custom SMS services, or even implement alternative user interfaces.
|
Open source projects

If you are a developer wanting to integrate with PSWinCom's products, you should know that there are several open source projects you might use to kickstart your development. We encourage you to fork and extend the project if you have needs not currently supported.
The projects are:
Make sure you familiarize yourself with the specific licenses before you use these projects.
See
Developer Tools for even more options..