Difference between revisions of "APIs"

From SMS Wiki
Jump to: navigation, search
Line 15: Line 15:
 
* [[MOIntro | Introduction]]
 
* [[MOIntro | Introduction]]
 
* [[VirtualSMS | VirtualSMS]]
 
* [[VirtualSMS | VirtualSMS]]
 
+
* Examples
 
+
** [[PHP Receiving SMS | Receive SMS using PHP]]
 
+
** [[Java Receiving SMS | Receive SMS using Java]]
== Examples ==
+
** [[CSharp Receiving SMS | Receive SMS using C#]]
 
+
[[Examples And Concepts | Introduction]]
+
* PHP
+
** [[PHP Sending SMS | Sending SMS via HTTP POST]]
+
 
+
** [[PHP Receiving SMS | Receiving SMS]]
+
* Java
+
** [[Java Sending SMS via SOAP | Sending SMS via SOAP]]
+
 
+
** Receiving SMS
+
* [[CSharp_Overview | C# (Overview)]]
+
** [[CSharp Sending SMS | Sending SMS]]
+
 
+
** [[CSharp Receiving SMS | Receiving SMS]]
+
  
  
Line 56: Line 42:
 
** [[Java Sending SMS via SMTP | Java]]
 
** [[Java Sending SMS via SMTP | Java]]
 
** [[CSharp Sending SMS via SMTP | C#]]
 
** [[CSharp Sending SMS via SMTP | C#]]
 +
 +
[[Examples And Concepts | Introduction]]

Revision as of 23:26, 8 May 2008

Upside Wireless HTTP APIs are located at http://api.upsidewireless.com/

EnterpriseSMS API offers simple and efficient method to connect to the global SMS networks without having to deal with telecom contracts, routing and complex messaging protocols. Upside runs a highly reliable, redundant, telecommunications platform called SideWinderSMS which connects to all global SMS networks. The EnterpriseSMS API attaches to this proprietary platform and exposes minimal set of functions needed to deliver your messages to any mobile phone on the Planet. Similarly, mobile originated messages (such as replies) can be delivered to your application using the same method.


How to Send SMS

How to Receive SMS


Other

PremiumSMS Messages


Obsolete

SMTP Interface This section discusses obsolete functions which are no longer offered to new customers. Their description remains here for the customers that already implemented them.

Introduction