{% if is_popup is defined and is_popup is sameas(true) %}

[Related Topics: General Responder ]

{% endif %}

If you are a Premier User, you can use SMS Processors to automatically process incoming sms, delivery reports and short codes. The following processors are available:

CustomContact Dev Squared Designs for development of Custom Processors
EmailToSmsEnables user email to sms function in addition to converting the selected incoming items's to email's.
OMSUnder development.
HTTP ForwardForwards the incoming item's as an HTTP GET to your server.
Mobile ForwardForwards the incoming item as an sms to the specified number.
General ResponderProcesses incoming sms and shorts codes and generates replies based on responder configuration.

HTTP forwards are performed as a GET to the specified URL. The following parameters are supplied:

SMS?fromMSISDN=<FROM>&toMSISDN=<TO>&msgID=<ID>&msgTEXT=<TEXT>&datetimeRECEIVED=<DATETIME>
REPORT?fromMSISDN=<FROM>&toMSISDN=<TO>&msgID=<ID>&result=<RESULT>&smsc=<SMSC>&datetimeRECEIVED=<DATETIME>
SHORTCODE?fromMSISDN=<FROM>&toMSISDN=<TO>&msgID=<ID>&msgTEXT=<TEXT>&datetimeRECEIVED=<DATETIME>

Inactive