OpenVBX-Plugin-Match
OpenVBX-Plugin-Match copied to clipboard
Slightly more advanced keyword matching for SMS.
Advanced SMS matching for OpenVBX
Similar to the Menu applet, except you can respond to an SMS keyword with an entire flow instead of a single message.
Installation
Download the plugin and extract to /plugins
Usage (Basic)
- Add the Match applet to your SMS flow
- Enter one or more keywords to match (case insensitive) and an applet for each keyword
- (Optional) Enter a default applet in case none of the keywords match
Usage (Advanced)
- Add the RegEx applet to your SMS flow
- Enter one or more regular expressions to match (case insensitive) and an applet for each match
- (Optional) Enter a default applet in case none of the keywords match
Example RegEx:
^(join|subscribe|enroll|start)
Would match messages that begin with join, subscribe, enroll or start.