Settingsbeginner

Create your first automation

Build an automation in the manual builder — pick a trigger, add conditions, set up branches, drop in actions, and turn it on.

8 min read

Create your first automation

Walk through building a complete automation from scratch in the manual builder. By the end you’ll have a working rule that auto-tags any inbound email containing the word “refund.”

Before you start

Steps

  1. Open the rules page. Go to Settings → Automation Rules. The page opens on the Manual Builder tab.

  2. Start a new rule. Click New rule in the top-right. The builder opens with an empty rule and the trigger panel selected.

  3. Pick a trigger. Choose Message received from the trigger list. This fires for every message an agent did not send — customer messages, and a few system-generated ones — which is what we want for content matching.

  4. Add conditions. In the conditions panel, add one condition:


    Field: message.content
    Operator: contains
    Value: refund
  5. Add a branch. The builder starts with an Always branch. Leave it as Always — we want to tag every message that passed the conditions above.

  6. Drop in an action. Inside the Always branch, click Add action → Add tag. Pick the tag Returns (create it in Tag Management first if it doesn’t exist).

  7. Name and save. Give the rule a descriptive name like “Auto-tag: Returns”. Click Save.

  8. Enable it. Toggle the rule On at the top of the editor. The rule is now live.

Verify it worked

Send a test email to one of your inboxes containing the word “refund” in the body. Open the conversation that arrives — within a few seconds the Returns tag should be applied.

If you don’t see the tag after 30 seconds, open Run History on the rules page. Filter by your rule, status, and the date range for your test, then open the matching row. The row shows the action chips, failure reason, and any errors. Contact-scoped runs may show a dash instead of a conversation link.

Troubleshooting

  • Symptom: Rule didn’t fire at all. Fix: Confirm the rule is enabled. Confirm the trigger is Message received, not Conversation created (the latter fires only on the very first message). Then open Run History and filter by the rule, status, and date range for the expected run.

  • Symptom: Rule fired but the tag wasn’t applied. Fix: Open Run History, find the failed run, and read the row’s action chips and failure reason. The most common cause is the tag being deleted or renamed since you wired up the rule.

See also

Tags

How ToGetting Started