Concatination of commands in 2-Way SMS

Concatination of commands in 2-Way SMS SearchSearch
Author Message
Oren Gozlan
New member
Username: Orengozlan

Post Number: 2
Registered: 07-2009
Posted on Tuesday, July 21, 2009 - 02:54 pm:   

Hi guys,

I'm sending an SMS to the NowSMS and intercept it using the normal way. is there an option to add (after the first command) a 2nd command which will fwd the SMS to a specific number?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1062
Registered: 08-2008
Posted on Tuesday, July 21, 2009 - 07:42 pm:   

Hi Oren,

If you want to run multiple commands, the easiest way to do that is to have your command issue HTTP requests back to NowSMS.

For example, if your 2-way command is a PHP script, then you can just use our PHP functions which can send messages by initiating a new HTTP connection back to the NowSMS server (http://blog.nowsms.com/search/label/PHP).

Unfortunately I don't have any good examples for ASP ... but basically you are just building an HTTP URL for NowSMS and then connecting to it from within your script.

--
Des
NowSMS Support