Rule Structure
Each rule has one or more conditions and one or more actions. All conditions must match for the actions to run.Conditions
| Field | Operators |
|---|---|
from_address | equals, contains, ends_with |
subject | contains, starts_with |
body | contains |
to_address | equals |
Actions
| Action | Description |
|---|---|
add_tag | Apply a label to the thread |
set_status | Set thread status (open, closed) |
assign_identity | Route to a specific sender identity |
skip_ai | Mark thread so AI does not draft a reply |
auto_reply | Send a fixed response immediately |
Creating a Rule
Rule Evaluation
Rules run in order. The first matching rule wins — subsequent rules are not evaluated. Rules only run on inbound messages.Use Cases
- Auto-close out-of-office replies
- Tag support vs. billing threads
- Skip AI drafting for known spam patterns
- Route to a specific identity based on recipient address
- Send instant auto-replies for common requests