Add New Rule

Quick Actions

This will re-evaluate all questions against the current filter rules.

Active Rules (11)

contains "Thank you for calling" -> auto_reject
Auto-answer message
contains "Your call is important" -> auto_reject
Auto-answer message
contains "Please hold" -> auto_reject
Hold message
contains "Leave a message" -> auto_reject
Voicemail prompt
contains "Press 1" -> auto_reject
IVR menu
contains "Press 2" -> auto_reject
IVR menu
contains "office hours" -> auto_reject
Office hours message
contains "currently closed" -> auto_reject
Office closed message
contains "mailbox is full" -> auto_reject
Voicemail full message
contains "beep" -> auto_reject
Voicemail beep
word_count_lt "10" -> auto_reject
Too short (less than 10 words)

Rule Types Reference

contains

Text contains the specified phrase (case-insensitive)

Example: "Thank you for calling"
not_contains

Text does NOT contain the specified phrase

Example: "urgent"
word_count_lt

Question has fewer words than specified number

Example: "10" (less than 10 words)
word_count_gt

Question has more words than specified number

Example: "200" (more than 200 words)
starts_with

Text starts with the specified phrase

Example: "Hello"
regex

Text matches the regular expression pattern

Example: "press\s+\d+" (matches "press 1", "press 2", etc.)