Difference between revisions of "APIs"
Line 35: | Line 35: | ||
**[[MO POP3 |POP3 ]] | **[[MO POP3 |POP3 ]] | ||
**[[MO_SOAP |SOAP]] | **[[MO_SOAP |SOAP]] | ||
+ | |||
+ | == Message Delivery Receipts == | ||
+ | * [[DLRIntro | Introduction]] | ||
+ | * Examples - Messages are Pushed to Your Server | ||
+ | ** [[DLRPost | Receive DLR Receipts using HTTP-POST]] | ||
+ | * Examples - Messages are Pulled by Your Application | ||
+ | **[[DLR_SOAP| Pull DLRs]] | ||
== Integration ERP Messaging Services == | == Integration ERP Messaging Services == |
Revision as of 23:27, 13 September 2011
EnterpriseSMS API offers simple and efficient method for connecting corporate applications 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.
Your applications can take advantage of this common and well understood protocol to send and receive messages as per your business requirements.
Contents
How to Start
To use the API you must have an account with Upside Wireless service and the account must be configured to allow API access. To get going
- Click here to create a new account
- Proceed to add SMS capability to your application.
We highly recommend that you first visit EnterpriseSMS API home and manually invoke the API. See an example here. This will help you quickly understand the requirements.
How to Send SMS Messages using SOAP
- Introduction
- Authentication
- Examples
- FAQ - Tips for Sending SMS using SOAP
- Sending Multiple SMS with one request
- Sending using HTTPS
How to Process Incoming SMS Messages
- Introduction
- VirtualSMS
- Examples - Messages are Pushed to Your Server
- Examples - Messages are Pulled by Your Application
Message Delivery Receipts
- Introduction
- Examples - Messages are Pushed to Your Server
- Examples - Messages are Pulled by Your Application
Integration ERP Messaging Services
Other
- Carrier Codes (USA and Canada)
- Tariffs for Premium SMS
- Global Network Coverage List
How to Send SMS Messages using SMTP
This section discusses initiating SMS sending requests using SMTP interface (email to SMS). We recommend that you first review the SOAP method as it offers richer functionality and better security/authentication.
SMTP Interface - DEPRECATED
- Introduction
- Examples