Customer Replies

Retrieving Customer Replies automatically to a Specified URL

The sendmode sms gateway has the ability to post replies to your SMS to a URL of your choice.
sm_api_icon

Parameters

Parameters

ParameterDescription
mobilenumberThe mobile number the reply has come from.
commandThe text of the SMS reply.
senttoThe mobile number the message was sent to.
How to register your customer reply page.

How to register your customer reply page.

  • Go to the Settings option in the menu.
  • Go to the API Settings tab with the settings page.
  • Enter your customer reply pages URL in the Post Replies to URL textbox.
  • Save your settings.
Requirements for your cutomer reply page.

Requirements for your cutomer reply page.

  • You will require a server (PC) with a public IP or Domain.
  • You will need to host a web page in a language of your choice which is accessible from the internet.
  • You need to output the phrase "True" into the HTML of the web page.
Example Posted Customer Reply

Example Posted Customer Reply

An example of the format the posted customer reply to your URL will take.

www.DOMAIN.com/REPLY_PAGE.aspx?mobilenumber=353870000000&command=Hello World Reply&sentto=353871234567