Similar to the Menu applet, except you can respond to an SMS keyword with an entire flow instead of a single message.
Download the plugin and extract to /plugins
- 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
- 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.