- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Subscription email feature could work, but doesn't have access to targetData so may be harder to personalize.
Scripting-wise you can use nms.delivery.SubmitNotification(), which allows arbitrary personalization:
"""
It is possible to explicity[sic] define the target (in reality the content of the file used as the target):
<delivery>
<targets fromExternalSource='true'>
<externalSource>MsgId|ClientId|Title|Name|FirstName|Mobile|Email|Market_segment|Product_propensity1|Product_propensity2|Product_propensity3|Product_propensity4|Support_Number|Amount|Threshold1|
000001234|M.|Martin|Peter|0650201020|pmartin@neolane.com|1|A1|A2|A3|A4|E12|120000|100000
</externalSource>
</targets>
</delivery>
Thanks,
-Jon