Difference between revisions of "MOIntro"

From SMS Wiki
Jump to: navigation, search
Line 27: Line 27:
 
'''Step-By-Step Process to Get You Going'''
 
'''Step-By-Step Process to Get You Going'''
 
* We assume that you already created an account and have sending using API working
 
* We assume that you already created an account and have sending using API working
* Create HTTP-POST listener in your server. Make sure it is on a publicly accessible web server (i.e. external services can access your application
+
* Create HTTP-POST listener in your server. Make sure it is on a publicly accessible web server (i.e. external services can access your application)
 
* Login to your account and click on the Contact Us link. Paste the URL into the body of your message and request that we configure your account
 
* Login to your account and click on the Contact Us link. Paste the URL into the body of your message and request that we configure your account
 
* Once you receive confirmation of this completion, you will be able to receive messages in your application
 
* Once you receive confirmation of this completion, you will be able to receive messages in your application

Revision as of 11:59, 15 November 2010

With our service you can collect incoming SMS messages from your customers and have these messages forwarded directly to your application using a common HTTP-POST protocol. Here a several examples:

  • Voting
  • VoIP Call origination
  • Customer support
  • Sales reporting
  • Instant Messaging
  • Telemetry and many more

To receive text messages, senders need a number to which they can send them. There are two options for you to receive incoming messages. You can use a

  • Shared short or long code or
  • Dedicated VirtualSMS or dedicated short code

Please contact us to discuss which option would work the best in your situation.

Incoming SMS messages are first directed into your account (Inbox). From there, these messages can be forwarded to you using email or HTTP-POST. You can also collect them by using standard POP3 protocol. See below links for details on using HTTP-POST:

Alternatively, you can leave messages on the server and then pick them up occasionally using standard POP3 client or protocol.

PLEASE NOTE - YOUR APPLICATION MUST IMPLEMENT HTTP-POST processing NOT HTTP-GET

Step-By-Step Process to Get You Going

  • We assume that you already created an account and have sending using API working
  • Create HTTP-POST listener in your server. Make sure it is on a publicly accessible web server (i.e. external services can access your application)
  • Login to your account and click on the Contact Us link. Paste the URL into the body of your message and request that we configure your account
  • Once you receive confirmation of this completion, you will be able to receive messages in your application

back