Difference between revisions of "APIs"

From SMS Wiki
Jump to: navigation, search
(How to Send SMS Messages using SOAP)
 
(9 intermediate revisions by one user not shown)
Line 8: Line 8:
  
 
* Click [http://reseller.upsidewireless.com/RegEditNonLogon.do here] to create a new account
 
* Click [http://reseller.upsidewireless.com/RegEditNonLogon.do here] to create a new account
* Click on the [http://reseller.upsidewireless.com/ContactUs.do Contact Us] link in your account to request API upgrade
+
* Proceed to add SMS capability to your application.  
* Depending on your location and application other requirements may be needed - we will discuss them with you and advise
+
 
+
Once your account is setup you can proceed to add SMS capability to your application. We highly recommend that you first visit [http://api.upsidewireless.com/ EnterpriseSMS API home] and manually invoke the API. See an example [[Send Plain Example | here]]. This will help you quickly understand the requirements.
+
  
 +
We highly recommend that you first visit [http://api.upsidewireless.com/ EnterpriseSMS API home] and manually invoke the API. See an example [[Send Plain Example | here]]. This will help you quickly understand the requirements.
  
 
== How to Send SMS Messages using SOAP ==
 
== How to Send SMS Messages using SOAP ==
Line 23: Line 21:
 
** [[Phyton Sending SMS | Send SMS using Phyton]]
 
** [[Phyton Sending SMS | Send SMS using Phyton]]
 
* [[Tips SOAP | FAQ - Tips for Sending SMS using SOAP]]
 
* [[Tips SOAP | FAQ - Tips for Sending SMS using SOAP]]
* [[Error codes for Send_Plain_Multiple]]
+
* [[Send_Plain_multiple | Sending Multiple SMS with one request]]
 +
** [[Error codes for Send_Plain_Multiple]]
 
* [[Send HTTPS | Sending using HTTPS]]
 
* [[Send HTTPS | Sending using HTTPS]]
 +
* [[Send REST | Sending using REST]]
  
 
== How to Process Incoming SMS Messages ==
 
== How to Process Incoming SMS Messages ==
Line 37: Line 37:
 
**[[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]]
 +
*[[DLR_STATUS| List of Statuses ]]
 +
 +
== SMPP 3.4 ==
 +
Our API includes standard SMPP 3.4 protocol server. SMPP connection support TRANSCIEVER connections from compatible SMPP 3.4 clients with throughput of up to 50 SMS/second. This is the fastest connection method and fastest to implement as there is no custom development required. TRANSCIVER mode supports incoming SMS (MO), outgoing SMS (MT) and delivery notifications (DLR). To use SMPP connection please follow the steps below:
 +
* Click [http://reseller.upsidewireless.com/RegEditNonLogon.do here] to create a new account and purchase a desired messaging plan
 +
* Contact us and let us know your user name and IP address where your SMPP client is located
 +
* We will setup your account and you can then start messaging
 +
 +
 +
== Integration ERP Messaging Services ==
 +
* [[ salesforce | Integration with SalesForce.com]]
 +
* [[ zimbra | Integration with Zimbra ]]
  
 
== Other ==
 
== Other ==
Line 45: Line 63:
 
* [[User Management]]
 
* [[User Management]]
 
* [[Settings]]
 
* [[Settings]]
 +
* [[Country_codes | Country Codes]]
  
  
Line 59: Line 78:
 
** [[Java Sending SMS via SMTP | Java]]
 
** [[Java Sending SMS via SMTP | Java]]
 
** [[CSharp Sending SMS via SMTP | C#]]
 
** [[CSharp Sending SMS via SMTP | C#]]
 
'''Integration with Zimbra (SMTP Method)'''
 
While we strongly recommend that you integrate Zimbra using SOAP, we provide an example of how some of our customers integrated using the SMTP method. You can download it [http://api.upsidewireless.com/samples/zimbra/zimbra-zimlet-smtp.zip here].
 
  
  
 
----
 
----
 
[[Main Page | back]]
 
[[Main Page | back]]

Latest revision as of 14:44, 26 January 2015

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.


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

How to Process Incoming SMS Messages

Message Delivery Receipts

SMPP 3.4

Our API includes standard SMPP 3.4 protocol server. SMPP connection support TRANSCIEVER connections from compatible SMPP 3.4 clients with throughput of up to 50 SMS/second. This is the fastest connection method and fastest to implement as there is no custom development required. TRANSCIVER mode supports incoming SMS (MO), outgoing SMS (MT) and delivery notifications (DLR). To use SMPP connection please follow the steps below:

  • Click here to create a new account and purchase a desired messaging plan
  • Contact us and let us know your user name and IP address where your SMPP client is located
  • We will setup your account and you can then start messaging


Integration ERP Messaging Services

Other


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



back