Overview
Skill Level: Intermediate
Step-by-step
-
Syntax of the request and response XML for ValidateDCRuleset
The validation check ensures that all placeholders and criteria matchthe specified mailing and its Rulesets.
Operation <ValidateDCRuleset>  Elements MAILING_ID Mailing ID for a mailing with one or more associated Rulesets. Example <Envelope>
<Body>
<ValidateDCMailingRuleset>
<MAILING_ID>31986</MAILING_ID>
</ValidateDCMailingRuleset>
</Body>
</Envelope> Response <RESULT>  Elements SUCCESS “True” indicates the mailing and all related Dynamic Content is valid.
“False” indicates that Engage will display a collection of errors.Â
 MAILING_ID Represents the mailing against which Watson campaign Automation performed a validation.  ERRORS Displayed when the SUCCESS parameter is set to “False.”
Represents the collection of errors resulting from the validation.Â
Example <Envelope>
<Body>
<RESULT>
<SUCCESS>TRUE</SUCCESS>
<MAILING_ID>8309</MAILING_ID>
</RESULT>
</Body>
</Envelope>Â