Skip to main content

ISESV2TopicFilter

Interface in AWS.SESV2

Interface for TopicFilter.

Properties

TopicName

property TopicName: string

The name of a topic on which to apply the filter.

This specifies the topic name within the contact list for which you want to filter contacts based on their subscription preferences. Only contacts with explicit or default preferences for this topic will be considered. Use this to target contacts who have subscribed to specific content categories or topics, enabling more precise and relevant email campaigns.

UseDefaultIfPreferenceUnavailable

property UseDefaultIfPreferenceUnavailable: TOptional<Boolean>

Indicates whether to apply default subscription status to contacts without explicit topic preferences.

When set to true, contacts who have not explicitly set their preference for the specified topic will be included in the filter results using their default subscription status. When set to false, only contacts with explicit preferences for the specified topic will be included in the results, excluding those who have not made a specific choice for this topic. This setting helps control whether to include contacts with implicit consent versus only those with explicit topic-specific preferences.