Developer Tools
BasicText SMSCampaignSendOTPVirtual NumberResellerSample CodePhonebookError Code
HOME LOGIN SIGN UP
  • Call Back URL
  • Balance
  • Sample code
  • Example

Example (courier service)

Example 1:
  1. Message sent by the customer with the keyword
  2. Message goes to the long code server
  3. Message reaches to MSG91 server with the help of MSG91 API
  4. Once it reaches to MSG91 server, with the help of callback URL, it reaches to the client application
  5. From client application, it goes to the client database through client API
  6. Client can now send autoreply to the customer with the help of send SMS API (MSG91)
Example 2:
  1. Message sent by the customer with the the assigned keyword
  2. Message goes to the long code server
  3. Message reaches to MSG91 server with the help of MSG91 API & here, the message will get filtered
  4. If the message has wrong keyword, then then SMS is sent to the customer with the help of API (MSG91), to resend the SMS with correct keyword
  5. If the message has right keyword, it will go to the client application with the help of callback URL of client
  6. Now from client application, it goes to the client database with the client API