ISESV2ListContactsFilter
Interface in AWS.SESV2
Interface for ListContactsFilter.
Properties
FilteredStatus
property FilteredStatus: string
The subscription status by which to filter contacts.
This filter allows you to retrieve only contacts with a specific subscription status, enabling targeted management of opted-in versus opted-out contacts. Valid filter values:
OPT_IN– Return only contacts who have opted in to receive emails.OPT_OUT– Return only contacts who have opted out of receiving emails. Use this filter to separate active subscribers from unsubscribed contacts for compliance and targeting purposes.
TopicFilter
property TopicFilter: ISESV2TopicFilter
Type: ISESV2TopicFilter
A filter for contacts based on specific topic preferences.
This filter allows you to retrieve contacts based on their subscription preferences for a specific topic within the contact list. Use this to target contacts who have subscribed to particular content categories. The topic filter includes the topic name and options for handling contacts without explicit preferences for the specified topic. This enables precise targeting of contacts who have expressed interest in specific topics, improving email relevance and engagement rates.