Rule for checking if contact has validated primary email. Ready to be used in marketing automation.
- In Content Management or Standalone server install Sc.EmailValidatedRule-1.0.zip using Sitecore Installation Wizard.
- (Optionally) copy Sc.EmailValidatedRule.dll to bin folder in Content Delivery server, if you want to use this rule for content personalization.
- Copy Sc.EmailValidatedRule.dll from package zip to
{AutomationEngine}directory. - Copy sc.EmailValidatedRule.Predicates.xml to
{AutomationEngine}\App_Data\Config\sitecore\Segmentation\directory.
- Clone repository
- If needed update nuget packages used in Sc.EmailValidatedRule project to match your Sitecore 9 version
- Update
publishUrlto your Sitecore instance URL inpublishsettings.targetsfile - Update
AutomationEnginePathto your AutomationEngine root directory inpublishsettings.targetsfile - Update path in
SourceFolderScEmailValidatedRulevariable to your local repository folder inSc.EmailValidatedRule.DevSettings.configfile - (Optionally) publish
Serializationproject from Visual Studio. This project contains Unicorn assemblies and configuration. If you already have Unicorn in your solution you can skip this step. - Publish
Sc.EmailValidatedRuleproject from Visual Studio (this will also publish xml and dll to Automation Engine service directory). - Go to {your-sitecore-instance}/unicorn.aspx and sync
Foundation.Sc.EmailValidatedRuleproject.
