All Collections
Connectors
Oracle Responsys connector
Setting up personalisation for Responsys
Setting up personalisation for Responsys

Learn how to set up Taxi personalisation for Responsys

Paris avatar
Written by Paris
Updated over a week ago

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}

Did this answer your question?