Keep an eye on how your lists are doing:
| Metric | Description |
|---|---|
| Size | How many cases are in the list |
| Growth | Whether the list is getting bigger or smaller |
| Contactable | Cases where you can actually reach the client |
| Last Updated | The last time anyone changed the list |
See how much contact info you have for people on the list:
| Coverage | Percentage |
|---|---|
| Has Phone | % with a phone number |
| Has Mobile | % with a mobile number (needed for texting) |
| Has Email | % with an email address |
| Opted In | % who said it's okay to contact them |
When you make a campaign, you pick a list to send it to. The campaign will reach out to all the clients on that list.
You can do the same thing to every case on a list at once:
| Action | Description |
|---|---|
| Update Status | Change the status of all cases |
| Assign Staff | Add team members to cases |
| Send SMS | Text all the clients |
| Send Email | Email all the clients |
| Add to Another List | Copy them to a different list |
| Export | Download the list data |
| Update Field | Change a custom field value |
Make reports based on your lists:
You can break a list into smaller groups called segments:
| Segment | Description |
|---|---|
| By Status | Group cases by their status |
| By Type | Group cases by their type |
| By Date | Group cases by time period |
| By Contact | Group by whether you can reach them |
| Custom | Make your own groups |
Segments are great for:
Set your lists to update on a schedule:
| Option | Description |
|---|---|
| Real-Time | Always up to date |
| Hourly | Updates every hour |
| Daily | Updates once a day |
| Manual | Only updates when you hit refresh |
Save a copy of the list as it looks right now:
| Feature | Description |
|---|---|
| Active Campaign | The list is being used right now |
| Campaign History | Past campaigns that used this list |
| Contact Count | How many people were reached |
| Success Rate | How well the campaign worked |
When a campaign is using a list:
Share lists with your team:
| Permission | Description |
|---|---|
| View | Can see what's on the list |
| Edit | Can change the filters |
| Use | Can use it in campaigns |
| Delete | Can delete the list |
Save a list setup as a template so you can reuse it later:
| Category | Example Lists |
|---|---|
| Intake | New leads, people waiting to sign up |
| Active | Active cases sorted by type |
| Follow-up | Cases that need attention or are overdue |
| Outreach | People to contact in a campaign |
| Reporting | Lists made for certain reports |
Work with lists using the API:
| Endpoint | Description |
|---|---|
| GET /lists | See all lists |
| GET /lists/{id} | Get details about one list |
| POST /lists | Make a new list |
| PUT /lists/{id} | Update a list |
| DELETE /lists/{id} | Delete a list |
| GET /lists/{id}/cases | Get cases on a list |
Every change to a list's cases is saved in the System Log. This gives you a full record of what happened.
When cases are added, removed, or replaced on a list, the log entry shows:
| Field | Description |
|---|---|
| Action | What happened (add, remove, or replace) |
| Requested Cases | The case IDs in the request |
| Added Cases | Cases that were newly added |
| Removed Cases | Cases that were taken off the list |
| Previous Count | How many cases were on the list before |
| Current Count | How many cases are on the list now |
TIP
Use the System Log to find out when and how a list changed. For example, you can see which cases were left out during a bulk update or check if the right cases were added.