Help on 2 way sms

Help on 2 way sms SearchSearch
Author Message
congkai
Unregistered guest
Posted on Saturday, October 22, 2005 - 06:43 am:   

using the 2 way sms on the NOWSMS, how can i make the NOWSMS automatically send back a set of text to the sender.

example this number 94526916 send in a sms "account"
then the machine should reply with
"Payment detail
last payment: 19-oct-2005
Balance: $0.00
Pay to internet transfer 100-00-000"

where i can enter this details in a notepad or something like this.. the different accounts is based on the telephone number. this means if the person used another unrecorded number, it will not find any account details.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5192
Registered: 10-2002
Posted on Tuesday, October 25, 2005 - 05:07 pm:   

You would need to write a script that interfaced into your accounts system.

This script would be written in a language such as PHP, ASP, Java, Perl or any other web programming language, and run on a web server.

When NowSMS receives an SMS message, it can generate an SMS message to run your script ... and your script can return back to NowSMS text to be sent as a reply.

There is more information on the 2-way interface here:

http://www.nowsms.com/documentation/ProductDocumentation/2_way_sms_support.htm

And some PHP examples:

http://support.nowsms.com/discus/messages/1/4520.html

-bn