Setting up personalisation for Responsys

Personalisation fields in Responsys use the following style of notation:

#{{user.name}}

These can be set up in the personalisation settings in Taxi.

These will become available in rich text fields in the editor.

You can add as much or as little code here as you like, so it’s possible to use RPL to do things like make sure the first name is always capitalised:

${Contacts_List.FIRST_NAME?lower_case?cap_first}

Last updated