Overview
Rules are evaluated top-to-bottom every time an event occurs. Fliqr AI checks each enabled rule in sequence and executes the first one whose trigger and conditions match. This means:- Rule order determines priority.
- A contact who matches rule #2 never reaches rule #3 if rule #2 fires.
- The Default Reply is a special rule that runs only when no other rule matches.
Trigger Types
Keyword match tips
Keyword triggers support three matching modes:- Exact — the entire message equals the keyword (case-insensitive). Use this for menu selections.
- Contains — the keyword appears anywhere in the message. Useful for common intents like “price” or “hours”.
- Regex — full regular expression matching for complex patterns (e.g., order IDs, phone numbers).
Action Types
Each rule can execute one or more actions in sequence:Conditions
You can narrow any rule with one or more conditions evaluated before the action fires. Conditions use AND/OR logic and can test:- Tag is / is not present
- Custom field equals / contains / is greater than / is less than / is empty
- Channel is (WhatsApp, Instagram, etc.)
- Contact created before / after a date
tag is customer can send an upgrade Flow, while a second “pricing” rule without that condition sends a lead-capture Flow.
The Default Reply
The Default Reply is the fallback rule that fires when no other rule matches an inbound message. Every channel should have one configured. Its most common uses are:- Handing the contact off to an AI Agent for open-ended handling.
- Sending a holding message (“We received your message and will respond shortly”) while a team member reviews.
- Directing the contact to your main menu Flow.
Steps: Create an Automation Rule
1
Go to Automation
In the left sidebar, click Automation. The list shows all existing rules in their current evaluation order.
2
Add a new rule
Click Add Rule. A rule editor opens with trigger, condition, and action panels.
3
Select a trigger
Choose the trigger type from the dropdown. For keyword triggers, enter the keyword and select the match mode (exact, contains, or regex). For webhook triggers, copy the generated webhook URL to paste into your external system.
4
Add conditions (optional)
Click Add Condition to restrict when the rule fires. Combine multiple conditions with AND (all must be true) or OR (any must be true).
5
Choose an action
Click Add Action and select the action type. If you choose Start a Flow, select the published Flow from the dropdown. You can chain multiple actions — for example, apply a tag and then start a Flow.
6
Save and enable
Click Save. The rule is created in a disabled state. Toggle it on to activate it. Drag rules in the list to reorder them — the rule at the top is evaluated first.
Rules run only on channels that the trigger applies to. A keyword rule set to WhatsApp only will not fire when the same contact messages via Instagram. If you want channel-agnostic rules, leave the channel filter blank.
What’s next
Flows
Build the Flows that your Automation Rules will trigger when events fire.
Pipelines
Automatically move contacts into sales or support pipeline stages when rules fire.