Event triggers
Event triggers fire when something happens in Slant.Tag added
Fires when a specific tag is added to a household.| Setting | Description |
|---|---|
| Tags | Which tags trigger the workflow |
| Household type | Client, Prospect, or Both |
- Start onboarding when “New client” tag is added
- Trigger follow-up when “Hot lead” tag is applied
Household created
Fires when a new client or prospect is created.| Setting | Description |
|---|---|
| Household type | Client, Prospect, or Both |
| Conditions | Optional filters |
- Welcome email for new prospects
- Initial task creation for new clients
Prospect promoted
Fires when a prospect is converted to a client.| Setting | Description |
|---|---|
| Conditions | Optional filters on the new client |
- New client onboarding sequence
- Celebration notification to team
- Create client-specific project
Attribute updated
Fires when a specific field changes on a record.| Setting | Description |
|---|---|
| Record type | Which type of record to monitor |
| Attribute | Which field to watch |
| Conditions | Optional: specific old/new values |
- Alert when AUM crosses a threshold
- Update tier when client status changes
Email received
Fires when an email is received from a client or contact.| Setting | Description |
|---|---|
| Conditions | Filter by sender, subject, etc. |
- Auto-create task when client emails
- Route support inquiries
Record created
Fires when any record of a specific type is created.| Setting | Description |
|---|---|
| Record type | Task, Meeting, Note, Opportunity, etc. |
| Conditions | Optional filters |
- Notify team when high-value opportunity created
- Validate task assignments
Meeting scheduled
Fires when a meeting is added to the calendar.| Setting | Description |
|---|---|
| Conditions | Filter by meeting type, participants, etc. |
- Create prep tasks for client meetings
- Send pre-meeting materials
Meeting completed
Fires when a meeting is marked as complete.| Setting | Description |
|---|---|
| Conditions | Filter by meeting type, participants, etc. |
- Create follow-up tasks
- Update review due date
Recording finished
Fires when a meeting recording finishes processing.| Setting | Description |
|---|---|
| Conditions | Optional filters |
- Notify that recording is ready
- Trigger transcript processing
Schedule triggers
Schedule triggers run on a regular basis.Recurring
Runs on a schedule (daily, weekly, monthly).| Setting | Description |
|---|---|
| Frequency | Daily, Weekly, or Monthly |
| Time | What time to run |
| Day | Which day (for weekly/monthly) |
- Daily task summary
- Weekly pipeline review
- Monthly billing reminders
Date reminder
Fires relative to a date field (before, on, or after).| Setting | Description |
|---|---|
| Date field | Birthday, anniversary, review due, etc. |
| Offset | Days before or after the date |
| Record type | Which records to check |
- Birthday reminders (7 days before)
- Review due reminders (1 week before)
- Anniversary acknowledgments
Manual triggers
Manual triggers are activated by user action.Magic button
Appears as a button on household records. Runs when clicked.| Setting | Description |
|---|---|
| Button label | What the button says |
| Record types | Where the button appears (Client, Prospect, Meeting) |
| Icon | Visual icon for the button |
- Quick actions like “Schedule review”
- On-demand processes like “Generate report”
- Ad-hoc workflows like “Send thank you”
Trigger conditions
Most triggers support conditions to filter when they fire:Add conditions
1
Select the trigger
Click on the trigger node.
2
Find conditions
Look for Conditions or Filters in properties.
3
Add a condition
Click Add condition.
4
Configure
Select field, operator, and value.
Condition operators
| Operator | Description |
|---|---|
| Equals | Exact match |
| Not equals | Does not match |
| Contains | Text contains value |
| Greater than | Number/date comparison |
| Less than | Number/date comparison |
| Is empty | Field has no value |
| Is not empty | Field has a value |
Multiple conditions
Combine conditions with AND/OR logic:- AND — All conditions must be true
- OR — Any condition can be true
Trigger data
Each trigger provides data that actions can use:| Trigger | Provides |
|---|---|
| Tag added | Household, Tag, User who added |
| Household created | Household, Creator |
| Prospect promoted | Client (formerly prospect), User |
| Meeting scheduled | Meeting, Household, Scheduler |
| Magic button | Household, User who clicked |
household.name.
Best practices
- Be specific — Use conditions to avoid running on unwanted records
- Test first — Verify triggers fire when expected
- Consider volume — High-frequency triggers can create many runs
- Document — Note why the trigger was chosen
- Review periodically — Ensure triggers still match your needs