Skip to content

mymizan/OpenVBX-Plugin-Match

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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)

  1. Add the Match applet to your SMS flow
  2. Enter one or more keywords to match (case insensitive) and an applet for each keyword
  3. (Optional) Enter a default applet in case none of the keywords match

Usage (Advanced)

  1. Add the RegEx applet to your SMS flow
  2. Enter one or more regular expressions to match (case insensitive) and an applet for each match
  3. (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.

About

Slightly more advanced keyword matching for SMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 63.1%
  • JavaScript 36.9%