Interface DeliverabilitySelectorOptions

How entities are selected for a deliverability test

Export

Interface

DeliverabilitySelectorOptions

Hierarchy

  • DeliverabilitySelectorOptions

Properties

entityIds?: string[]

Explicit entity IDs for EXPLICIT selection

Memberof

DeliverabilitySelectorOptions

excludeEntityIds?: string[]

Optional entity IDs to exclude from the resolved selection (applies after ALL/PATTERN/EXPLICIT selection).

Memberof

DeliverabilitySelectorOptions

pattern?: string

Wildcard pattern for PATTERN selection. Supports '*' and '?' wildcards. If no wildcard is present the value is treated as a case-insensitive contains match.

Memberof

DeliverabilitySelectorOptions

Optional phone-country filter for PHONE scope selection (e.g. ALL phones in US). Must be null for INBOX scope.

Memberof

DeliverabilitySelectorOptions

Selection mode

Memberof

DeliverabilitySelectorOptions