Skip to content

Automation Rules

Automation rules let you define “if this happens, then do that” logic — so the CRM works for you automatically.

  1. Go to Settings (or the Automation section if available)
  2. Click New Rule
  3. Configure:
    • Name — a descriptive name (e.g., “Send welcome email on new contact”)
    • Trigger — what event fires the rule
    • Conditions — optional filters to narrow when it fires
    • Actions — what should happen
TriggerFires when…
Contact createdA new contact is added
Deal stage changedA deal moves to a different stage
Invoice overdueAn invoice passes its due date
Task completedA task is marked as done
ActionWhat it does
Send emailSends an email to the contact
Create taskCreates a follow-up task
Update fieldChanges a field value on the entity
Send notificationNotifies a team member
  • Trigger: Contact created
  • Action: Send email using “Welcome” template
  • Trigger: Deal stage changed to “Won”
  • Action: Create task “Send onboarding docs” assigned to account manager
  • Trigger: Invoice overdue
  • Action: Send notification to admin
  • Active/Inactive — toggle rules on or off without deleting them
  • Execution count — see how many times each rule has fired
  • Last executed — when the rule last ran
  • Start with simple rules and add complexity as you learn what works
  • Use conditions to prevent rules from firing too broadly
  • Check execution counts to verify rules are working as expected