Main Menu

Home
About Us
Products & Services
Calendar & Events
Search
Gallery
Contact Us
Site Map
E-Payment

Search

Webwww.fortdigital.com.sg

Calendar & Events

September 2010 October 2010
Su Mo Tu We Th Fr Sa
Week 35 1 2 3 4
Week 36 5 6 7 8 9 10 11
Week 37 12 13 14 15 16 17 18
Week 38 19 20 21 22 23 24 25
Week 39 26 27 28 29 30
Home arrow Products & Services arrow API System Integration
API System Integration Print E-mail
You want to integrate SMS service from your website?

Or you want your CRM system to AUTO send SMS to clients that forget to pay the bills?

Or you want your system to send client’s password via SMS?

Or you want to auto send to children’s parents to notify them about absentee?

Or you want to send test results straight from your system without import export?

Or you want to notify your customer automatically once their orders is ready?


NOW YOU CAN !!


Fort Digital’s API SMS INTEGRATION is one of the easiest and most reliable for all level of uses.

Whether your application is WEB BASED or DESKTOP BASED, it can be used easily.


Real API Sample :

  apireal.jpg

Now, you just copy and paste this whole link into your browser and ENTER, it will send SMS to 6591234567 number…..

So before you press ENTER, change the RED color to your own mobile number, don’t take out the 65 in front, as it’s country code, so should be 65xxxxxxxx

Then, change the BLUE color text to any name you want as the Sender ID, sample is FortDigital

Then, change the ORANGE color text to the text of your message, sample here is “This is a test”

THAT’S IT !! THAT’S SIMPLE !!

So you just need to change/pass 2 parameters most of the time:
Phone Number -> Example : 6591234567
Message -> Example : This+Is+Test

And 4 fixed parameters :
Sender ID -> Example : FortDigital (11 char max, you can change whatever you like, not fixed)
Login Username -> Example : xxx (given by Fort Digital later)
Login Password -> Example : xxx (given by Fort Digital later)
Telco IP -> Example : telcoipaddr.com/sms.php? (given by Fort Digital later)


So as far as your system can produce this html line, it will send the SMS for you. So basically it convert HTML to SMS.

Of course you will requires INTERNET connection for it to send out. Because the script send the command to the TELCO DIRECTLY, not Fort Digital’s Server !!! Read DIRECT SMS BROADCAST page about our system send your job direct to TELCO SERVER, not intermediate server.


And here is the sample of PHP in case you really need them :

<?PHP
/* Variables together with the values to be transferred. */
$id=1; /* customer id */
$pw=”secret”; /* customer PIN */
$dnr=”+491721234567”; /* number of destination */
$snr=”+49”; /* originating number (in this case empty) */
$msg=” This is a test “; /* SMS text */
/* production of the required URL */
$url = “http://telcoserverip.com/sms.php?”
. “id=$id”
. “&pw=” . UrlEncode($pw)
. “&dnr=” . UrlEncode($dnr)
. “&snr=” . UrlEncode($snr)
. “&msg=” . UrlEncode($msg);
/* invocation of URL*/
if (($f = @fopen($url, “r”)))
{
$answer = fgets($f, 255);
if (substr($answer, 0, 1) == “+”)
{
Echo


You can start anytime. Just contact us, we will give you a trial account so you can experience straight away.

Download the latest brochure here.