Edit keyword: code in Standard Set


Keyword Information
A descriptive name for this keyword setting.
The word or pattern to match in SMS messages.
Regex Pattern: Enter a regular expression pattern to match complex patterns in SMS messages.
How the keyword should be matched.
Higher numbers have higher priority (0-100).
When enabled, keyword matching will be case sensitive.
Optional: Specific service type this keyword applies to.
Optional: Webhook URL to call when this keyword is matched.

Cancel
Match Type Guide
  • Contains: Word appears anywhere in the message
  • Exact: Message matches the word exactly
  • Starts With: Message begins with the word
  • Ends With: Message ends with the word
  • Regex: Use regular expressions for complex patterns
Regex Pattern Examples

Click any example to use it:

Communication Patterns


Financial Patterns


Common Regex Syntax
\dAny digit (0-9)\wAny word character
\sAny whitespace.Any character
*0 or more+1 or more
?0 or 1{3}Exactly 3
^Start of string$End of string
|OR operator()Grouping