Recipient specified by a script in continuous delivery
Hi,
Could anyone let me know how to use the "Specified by a script" feature in a continuous delivery (how can the static list of recipients be specified) in campaign v6.
Thanks,
Vignesh
Hi,
Could anyone let me know how to use the "Specified by a script" feature in a continuous delivery (how can the static list of recipients be specified) in campaign v6.
Thanks,
Vignesh
Hi Vignesh,
Here is the sample script. you can change the expr to suit your purpose.
<delivery>
<targets>
<deliveryTarget>
<targetPart type='query' exclusion='false' ignoreDeleteStatus='false'>
<where>
<condition expr="[@id] IN (id1,id2,id3)"/>
</where>
</targetPart>
</deliveryTarget>
</targets>
</delivery>
Regards,
Amit
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.