Exclusion Lists - Momentum

What is an Exclusion List?

An Exclusion List is a configurable set of criteria that tells Momentum to skip processing certain emails or calls. You can exclude:

This is useful for ignoring sensitive conversations, vendor meetings, or accounts that have opted out of recording or analysis.

Types of Exclusions

Momentum supports three main types of exclusions:

1. Email Exclusion List

Prevent analysis of calls and messages related to specific email addresses. Examples:

2. Email Domain Blocklist

Skip processing for all calls or emails associated with a given domain. Examples:

3. Conditional Exclusions (Advanced)

For CRM-integrated workflows, you can define structured conditions to exclude conversations based on business-specific rules. This is especially useful for handling scenarios like:

Example: Opt-out of Call Recording If accounts in your CRM have a field that captures them explicitly opting out of call recording, you can codify that preference in Momentum using a condition like:

{
  "_neq": {
    "Account?.Opt_Out_of_Call_Recording__c": true
  }
}

This ensures that any meeting tied to an account where the custom field Opt_Out_of_Call_Recording__c is set to true will be excluded from recording and downstream analysis.

How Exclusion Lists Work

Exclusions are applied across the following inputs:

If a contact, domain, or account matches your exclusion list, Momentum will:

Managing Exclusion Lists in the UI

You can configure Exclusion Lists directly in the Momentum dashboard. Navigate to: Settings → Security → Exclusion Lists. From here, you can:

Best Practices