RateUp Documentation
Automation

Automation Overview

Build When → If → Then rules that react to messages, comments and contact changes automatically.

Automation lets RateUp act on its own. A rule watches for something happening, checks whether conditions are met, and does something about it — no agent involved.

Your automation rules

How a Rule Reads

Every rule has the same three-part shape:

WHEN   something happens          (the trigger)
IF     these conditions hold      (optional filters)
THEN   do this                    (one or more actions)

For example:

When a message is received · if the body contains "refund" · then assign the Billing team and attach the Refund label.


Creating a Rule

  1. Click Create Automation
  2. Name it — a rule left as "Untitled rule" is impossible to maintain later
  3. Pick the account it applies to
  4. Choose the trigger, add conditions, add actions
  5. Save, then set it Enabled

Enabled and Disabled

Every rule has a toggle. Disabled is the safe way to stop a rule without losing its configuration — use it while investigating, rather than deleting.

Automations act on live customer conversations. Test a new rule with a narrow condition first — a specific keyword, a single account — before broadening it.


Where Automation Fits

ToolUse when
Automation rulesSomething happens and you want a reaction — routing, labelling, replying
ChatbotsYou want a full back-and-forth conversation
Inbox auto-closeYou want idle tickets closed on a timer
Instagram automationsYou are reacting to comments and story mentions

On this page