Skip to main content
Flows define what to say; Automation Rules define when to say it. A rule listens for a specific event and, when that event fires, executes one or more actions — starting a Flow, sending a message, tagging a contact, or assigning a conversation to a team member. Without rules, your Flows sit idle. This page explains every trigger and action type, how to layer conditions onto rules, and how to avoid common configuration mistakes.

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.
This evaluation model keeps rules predictable but requires careful ordering when multiple rules share similar triggers.

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
[SCREENSHOT: Automation rule editor with trigger type dropdown, condition builder, and action selector] Conditions let you reuse the same keyword trigger for different audiences. For example, a “pricing” keyword rule with condition 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.
Leaving the Default Reply unconfigured means contacts who send messages that match no rule receive no response. On channels like WhatsApp and Instagram, this creates a poor experience and can negatively affect your messaging quality rating. Always configure a Default Reply before going live.

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.
Rule order matters — rules are evaluated top-to-bottom and the first matching rule wins. Put your most specific rules (keyword + condition) above your broad rules (any inbound message). Place the Default Reply last in the list — it should only fire when nothing else matches.
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.