What Are Segments?
A segment is a saved set of filter conditions that dynamically matches records. Unlike static lists, segments automatically update as records change — accounts that meet the conditions are included, and those that no longer match are excluded.Accessing Segments
Navigate to Admin > Settings > Segments. Admin permissions are required to create and manage segments.Creating a Segment
- Click Create Segment
- Configure the segment:
- Field — The field to evaluate (e.g., ARR, Health, Renewal Date)
- Operator — How to compare (see operators below)
- Value — The comparison value
Operators
| Operator | Applies To | Description |
|---|---|---|
| Equals | All types | Exact match |
| Does not equal | All types | Does not match |
| Contains | Text | Field contains the value |
| Does not contain | Text | Field does not contain the value |
| Begins with | Text | Field starts with the value |
| Ends with | Text | Field ends with the value |
| Greater than | Number, Date | Field is above the value |
| Greater than or equal | Number, Date | Field is at or above the value |
| Less than | Number, Date | Field is below the value |
| Less than or equal | Number, Date | Field is at or below the value |
| Is in | Dropdown, Multi-select | Field matches one of the listed values |
| Is not in | Dropdown, Multi-select | Field does not match any of the listed values |
| Is not Blank | All types | Field has a value |
| Is Blank | All types | Field has no value |
- Relative date — Within the last or next X days
- Date window — Within a specific fiscal quarter or fiscal year
Combining Conditions
Use AND and OR logic to combine multiple conditions:- AND — All conditions must be true (e.g., Health = At Risk AND ARR > 50000)
- OR — Any condition can be true (e.g., Health = At Risk OR Renewal Date < 30 days)
Where Segments Are Used
Campaigns
Target email and survey campaigns to a specific segment of customers.
Views
Use segments as preset filters in account and people views.
Notifications
Trigger notification rules based on segment membership changes.
Managing Segments
From the Segments list page:| Action | Description |
|---|---|
| Edit | Modify the segment conditions |
| Duplicate | Copy a segment as a starting point for a new one |
| Delete | Permanently remove the segment |
| Preview | See which records currently match the segment |
Segments are dynamic — the list of matching records updates automatically as data changes. There is no need to manually refresh a segment.