Guest
2008-08-18T13:28:59Z
We currently use another provider to send text messages to reply to parts enquiries.
we are trying to implement an 'Order by text' system for the same thing.

Our current system is written in PERL, is it possible to accept the HTTP post replies into a PERL script?
Support
2008-08-18T16:09:26Z
Please see the following link for information regarding obtaining the HTTP POST fields in a Perl script:

http://www.howtodothings.com/co...est-data-using-perl.html 

The following field are provided:

from - The mobile number of the message sender.
text - The content of the text message
msgid - IntelliSoftware's allocated message id
Users browsing this topic