Settings · Article 5 of 5

Automations — setup guide

Automations are rules that run automatically when an email arrives or an invoice is created. This article explains how they're structured and how to build them.

Where to find automations

Managed in Settings → Automations. You need automation.create to create or edit.

How automations are structured

Each automation has one or more rules. Each rule has:

All conditions within a rule must match for actions to run.

Evaluation modes

ModeWhat it does
All rulesEvery rule is evaluated; multiple rules can match and apply their actions.
First matchRules are evaluated in order. First match runs; subsequent rules skipped.

Trigger events

Conditions for email automations

ConditionWhat it checks
Subject matchesEmail subject contains text or pattern
Sender matchesSender's email matches value or pattern
Body matchesEmail body contains text or pattern

Conditions for invoice automations

ConditionWhat it checks
Has NDIS support itemInvoice contains a line with the specified code
Service date matchesService date matches specified value or range
Total over amountInvoice total exceeds specified dollar amount

Actions for email automations

ActionWhat it does
ArchiveArchives the email thread
Create taskCreates a task linked to the email
Apply tagAdds tags to the email and any linked task

Actions for invoice automations

ActionWhat it does
Require reviewFlags invoice for manual review. Sets status to "Review required" and creates a review task.

Step-by-step: building a simple automation

Example: auto-archive emails from a specific supplier's invoicing system after the invoice has been extracted.

  1. Go to Settings → Automations.
  2. Click New automation.
  3. Name it (e.g. "Archive: supplier invoicing emails").
  4. Set trigger to Email received.
  5. Set evaluation mode to All rules.
  6. Add a rule.
  7. Add condition: Sender matches → enter sender email or domain.
  8. Add action: Archive.
  9. Save.

Common use cases

GoalTriggerConditionAction
Archive marketing emailsEmail receivedSender matches newsletter domain, or subject contains "unsubscribe"Archive
Tag emails from a key supplierEmail receivedSender matches supplier emailApply tag
Auto-create a task from a specific contactEmail receivedSender matches contact emailCreate task
Flag high-value invoicesInvoice createdTotal over $5,000Require review
Flag specific support itemsInvoice createdHas NDIS support item (code)Require review

Tips for building automations