Difference between revisions of "APIs"

From SMS Wiki
Jump to: navigation, search
Line 1: Line 1:
Upside Wireless HTTP APIs are located at [http://api.upsidewireless.com/ http://api.upsidewireless.com/]
+
''Upside Wireless HTTP APIs are located at [http://api.upsidewireless.com/ http://api.upsidewireless.com/]''
  
* [[MOIntro | Intro to MO APIs (Mobile Originated - incoming from a mobile phone)]]
+
With Upside's EnterpriseSMS API you can both send and receive SMS messages to and from any mobile network in the world. The overriding goal of our API is to provide a simple way for developers to connect their application with the global SMS network.
** [[MO POP3]]
+
** [[MO HTTP]]
+
** [[MO HTTPS]]
+
* [[MTIntro | Intro to MT APIs (Mobile Terminated - outgoing to a mobile phone)]]
+
** [[MT HTTP]]
+
** [[MT SMTP]]
+
*** [[MT SMTP Auth]]
+
*** [[MT Web Text]]
+
*** [[MT IP Address]]
+
* [[User Management]]
+
* [[Settings]]
+
* [[Examples And Concepts | Examples and General Concepts]]
+
** PHP
+
*** [[PHP Sending SMS | Sending SMS via HTTP POST]]
+
*** [[PHP Sending SMS via SMTP | Sending SMS via SMTP]]
+
*** [[PHP Receiving SMS | Receiving SMS]]
+
** Java
+
*** [[Java Sending SMS via SOAP | Sending SMS via SOAP]]
+
*** [[Java Sending SMS via SMTP | Sending SMS via SMTP]]
+
*** Receiving SMS
+
** [[CSharp_Overview | C# (Overview)]]
+
*** [[CSharp Sending SMS | Sending SMS]]
+
*** [[CSharp Sending SMS via SMTP | Sending SMS via SMTP]]
+
*** [[CSharp Receiving SMS | Receiving SMS]]
+
  
*PremiumSMS Messages
 
**[[ Carrier_codes | Carrier Codes]]
 
**[[ Tariff | Tariff]]
 
  
This is a patrolled change
+
== How to Send SMS ==
 +
[[MTIntro | Introduction]]
 +
* [[MT HTTP]]
 +
* [[MT SMTP]]
 +
** [[MT SMTP Auth]]
 +
** [[MT Web Text]]
 +
** [[MT IP Address]]
 +
 
 +
 
 +
== How to Receive SMS ==
 +
[[MOIntro | Introduction]]
 +
* [[MO POP3]]
 +
* [[MO HTTP]]
 +
* [[MO HTTPS]]
 +
 
 +
 
 +
== Examples ==
 +
 
 +
[[Examples And Concepts | Introduction]]
 +
* PHP
 +
** [[PHP Sending SMS | Sending SMS via HTTP POST]]
 +
** [[PHP Sending SMS via SMTP | Sending SMS via SMTP]]
 +
** [[PHP Receiving SMS | Receiving SMS]]
 +
* Java
 +
** [[Java Sending SMS via SOAP | Sending SMS via SOAP]]
 +
** [[Java Sending SMS via SMTP | Sending SMS via SMTP]]
 +
** Receiving SMS
 +
* [[CSharp_Overview | C# (Overview)]]
 +
** [[CSharp Sending SMS | Sending SMS]]
 +
** [[CSharp Sending SMS via SMTP | Sending SMS via SMTP]]
 +
** [[CSharp Receiving SMS | Receiving SMS]]
 +
 
 +
 
 +
== Other ==
 +
 
 +
PremiumSMS Messages
 +
*[[ Carrier_codes | Carrier Codes]]
 +
*[[ Tariff | Tariff]]
 +
 
 +
* [[User Management]]
 +
* [[Settings]]

Revision as of 18:15, 8 May 2008

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

With Upside's EnterpriseSMS API you can both send and receive SMS messages to and from any mobile network in the world. The overriding goal of our API is to provide a simple way for developers to connect their application with the global SMS network.


How to Send SMS

Introduction


How to Receive SMS

Introduction


Examples

Introduction


Other

PremiumSMS Messages