Automation rules let you define “if this happens, then do that” logic — so the CRM works for you automatically.
- Go to Settings (or the Automation section if available)
- Click New Rule
- 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
| Trigger | Fires when… |
|---|
| Contact created | A new contact is added |
| Deal stage changed | A deal moves to a different stage |
| Invoice overdue | An invoice passes its due date |
| Task completed | A task is marked as done |
| Action | What it does |
|---|
| Send email | Sends an email to the contact |
| Create task | Creates a follow-up task |
| Update field | Changes a field value on the entity |
| Send notification | Notifies 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