Hints

These 'hints' methods can be used in your email source to dynamically modify some of the Campaign Options; allowing you to use data from Core or Data tables to personalise the text. This is useful if you want to do complex personalisation.

Note: Any methods written in the email source will overwrite what is specified in the Campaign Option.

Hint Function
hints.from_address changes 'From Address'
hints.reply_address changes 'Reply Address'
hints.subject_line changes 'Subject Line'
hints.from_name changes 'From Name'
hints.reply_name changes 'Reply Name'

Example

[* hints.subject_line = BLOCK *] example personalised [* data('first_name') *] subject line [* END *]

Output: example personalised ExampleName subject line