OraTekHELP← All articles
ADMIN · 4 MIN READ

Workflow automations

If-this-then-that rules that fire on backend events. Build the ones you'd otherwise nag your reps to remember.

Triggers

Conditions (optional)

AND-list of field filters. Reference any key from the trigger payload. Operators: eq, ne, in, gt, lt, contains.

Example: only fire when a deal moves into proposal — condition { field: "to", op: "eq", value: "proposal" }.

Actions

Build one

  1. Settings → Manage automations.
  2. Click + New rule.
  3. Name it ("Notify Sam when a deal hits Proposal").
  4. Choose trigger, then enter the action template body — Julie-style mustache: {{to}}, {{contact_id}}.
  5. Save. It starts firing on the next matching event.

Testing before going live

Each rule has a Test button in its detail view. Paste a sample trigger payload and the rule shows you:

Nothing runs — it's a dry run.

Run history

Every fire — success, skipped (conditions failed), or error — is captured in workflow_runs. Visible per-rule in the detail view. Use this to debug rules that "should be firing but aren't" or that error during action execution.

Disable, don't delete. Toggle a rule off when you want to pause it. Deleting wipes the run history. Disabling preserves it.