Hi @tknospdr,
The auto responder trigger detection is designed to respond to specific regex patterns that you define in your key/value pairs. There’s no explicit feature for a “catch-all” that would trigger when no other key pairs match.
However, since the keys are evaluated as regex strings, you can create a very broad regex pattern as your last entry that would match almost any content. Something like .*
would work as a catch-all regex, though this would match everything (including content that matches your other patterns).
When multiple keywords are found in a post or topic, the auto responder will respond with ALL matching responses. The responses will be posted in the same order that the key/value pairs were added or are listed in the configuration.
This means if your post contains keywords that match multiple patterns, you’ll receive multiple automated responses in the sequence they appear in your word/answer pairs list.