This PR adds support for the GDPR Compliance extension, i.e. providing the option of adding GDPR consent records for
newly created contacts during newsletter subscription
the unsubscribe from all mailing lists event
both with all consent record attributes (such as category, source, etc.) being configurable.
This PR adds a dependency to the Extended Contact Matcher (XCM) extension, requiring version 1.9, specifically the Contact.createifnotexists API action, which returns whether the contact has been created or matched, since this is crucial information for one of the GDPR consent records.
This PR adds support for the GDPR Compliance extension, i.e. providing the option of adding GDPR consent records for
both with all consent record attributes (such as category, source, etc.) being configurable.
This PR adds a dependency to the Extended Contact Matcher (XCM) extension, requiring version
1.9
, specifically theContact.createifnotexists
API action, which returns whether the contact has been created or matched, since this is crucial information for one of the GDPR consent records.