Difference between revisions of "APIs"
Line 24: | Line 24: | ||
* PHP | * PHP | ||
** [[PHP Sending SMS | Sending SMS via HTTP POST]] | ** [[PHP Sending SMS | Sending SMS via HTTP POST]] | ||
− | + | ||
** [[PHP Receiving SMS | Receiving SMS]] | ** [[PHP Receiving SMS | Receiving SMS]] | ||
* Java | * Java | ||
** [[Java Sending SMS via SOAP | Sending SMS via SOAP]] | ** [[Java Sending SMS via SOAP | Sending SMS via SOAP]] | ||
− | + | ||
** Receiving SMS | ** Receiving SMS | ||
* [[CSharp_Overview | C# (Overview)]] | * [[CSharp_Overview | C# (Overview)]] | ||
** [[CSharp Sending SMS | Sending SMS]] | ** [[CSharp Sending SMS | Sending SMS]] | ||
− | + | ||
** [[CSharp Receiving SMS | Receiving SMS]] | ** [[CSharp Receiving SMS | Receiving SMS]] | ||
Line 53: | Line 53: | ||
** [[MT Web Text]] | ** [[MT Web Text]] | ||
** [[MT IP Address]] | ** [[MT IP Address]] | ||
+ | * Examples | ||
+ | ** [[PHP Sending SMS via SMTP | PHP]] | ||
+ | ** [[Java Sending SMS via SMTP | Java]] | ||
+ | ** [[CSharp Sending SMS via SMTP | C#]] |
Revision as of 22:12, 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
Examples
- Receiving SMS
- C# (Overview)
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
- Examples