ContactMarketingPrivacyStatusFilter
Defines a filter to match contacts with the specified preferences with regard to marketing material.
input ContactMarketingPrivacyStatusFilter {
noConsentRecorded: Boolean
optIn: Boolean
optOut: Boolean
}
Fields
ContactMarketingPrivacyStatusFilter.noConsentRecorded ● Boolean scalar
A flag that, if set to true, matches contact records where consent to receive marketing material has not been
recorded. If false or null then the filter will not be applied. Optional.
ContactMarketingPrivacyStatusFilter.optIn ● Boolean scalar
A flag that, if set to true, matches contact records that have explicitly consented to receiving marketing material.
If false or null then the filter will not be applied. Optional.
ContactMarketingPrivacyStatusFilter.optOut ● Boolean scalar
A flag that, if set to true, matches contact records that have explicitly refused receiving marketing material. If
false or null then the filter will not be applied. Optional.
Member Of
ContactFilterInput input