Quick Login

Username:

Password:

I.P.I. Text in Blue

Menu:

O2 Logo Orange Mobiles Logo T-Mobile Logo 3 Mobiles Logo Vodaphone Logo Virgin Mobiles Logo

Latest news:

August, 15th 2008:
This is a marketing email sent out to agents recently:Would you like to increase hot leads for FREE? Our company may of visited your offices within the last few weeks to tell you about our innovative ...

August, 13th 2008:
We've switched to a new web host (did you notice any change? Thought not ;)). We've moved our property SMS service over to a new server that will allow for lots of growth in the future.Our ins...

Read more...

Read Enough?

Get your agency signed up now...

Demo?

Text rent demo to 60777
Text costs 25p plus standard operator rate

Comments?

We are always looking to improve our site and system. If you have any comments or suggestions please let us know by clicking here.

Share...

del.icio.us Logo Facebook Logo Digg.com Logo NewsVine Logo Reddit Logo Co.mments Logo Yahoo! Logo Bluedot Logo SPurl It! Furl it!

Other Pages

Site Map
Sign Up
Premium Services
Links
Code of Conduct
FREE Board Management Software
Comments
Integration Information
SMS API System
Rider Board Prices Privacy Policy
Property News
SMS News

10th Mar 2010

Instant SMS API Alert

We are able to notify agents instantly when we receive an SMS message about one of their properties. One of these methods is to allow us to call an API on your website. You can select the API method via your user profile, you will need to specify your script URL at that time also.

When we receive an SMS message we immediately notify our agents by posting variables to their script.

The variables posted by our script are listed (and described below), an example of how to gather the data follows.

The following variables are populated if we could find a related property listing within our systems:
Here is how you would gather the variables using a PHP script:
 $externalReference = $_REQUEST['externalReference'];
$external = $_REQUEST['external'];
$message = $_REQUEST['message'];
$added = $_REQUEST['added'];
$shortcode = $_REQUEST['shortcode'];
$street = $_REQUEST['street'];
$town = $_REQUEST['town'];
$town = $_REQUEST['city'];
$flat = $_REQUEST['flat'];
$country = $_REQUEST['country'];
$postcode = $_REQUEST['postcode'];
$type = $_REQUEST['type'];
$price = $_REQUEST['price'];
$price = $_REQUEST['county'];
$datetime = $_REQUEST['datetime'];
$sender = $_REQUEST['sender'];
$messageSent = $_REQUEST['messageSent'];
$content = $_REQUEST['content'];
$status = $_REQUEST['status'];
$keyword = $_REQUEST['keyword'];

You are then free to process the variables as required.