SMS/MMS Manager contains a powerful rule editor which can be used to automate message processing. This allows deploying common scenarios such as SMS voting polls, but also much more complex schemes.
Beyond the rule editor, there are even more possibilities. Because the rules are implemented in the standardized JavaScript language, familiar to every web developer in the world, experienced users can craft complex scripts and leverage the full potential of the rule scripting language. The API is documented in detail, so rule authors are given access to all aspects of SMS/MMS Manager, be it messages, folders, or contacts.
The rule scripting API documentation can be downloaded here.
To help test the more complex rules, create rule tests. They can simulate events like a message being received, or a connection being dropped, so you can be sure that your rules work correctly.
The following demo shows how to use rules to create a voting poll. (running time 3 minutes)