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:
Custom | Contact Dev Squared Designs for development of Custom Processors |
EmailToSms | Enables user email to sms function in addition to converting the selected incoming items's to email's. |
OMS | Under development. |
HTTP Forward | Forwards the incoming item's as an HTTP GET to your server. |
Mobile Forward | Forwards the incoming item as an sms to the specified number. |
General Responder | Processes 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> |
|