Objects

Here’s a list of all the system objects currently available to be used within content via a liquid script object tag:
System Object | Details | Code |
---|---|---|
uid | This is the user_id of the individual being mailed. |
|
recipient_email | This is the email address of the individual being mailed. |
|
recipient_contact | This object contains the contact-level properties for the selected contact value. |
|
account | This is an object containing relevant account level information. The available properties are listed to the right and can be populated using object notation. |
|
current_date | This is the current date for the account. Format: YYYTMMDD. |
|
current_timestamp | This is the current unix epoch timestamp for the account in milliseconds. |
|
campaign_name | This is the name of the campaign configured by the user during the campaign set-up. |
|
campaign_token | This is the campaign token configured by the user during campaign set-up. |
|
account_company_address | This is the address configured for the account in Settings and is commonly used to populate the mailing address used for CAN-SPAM compliance purposes. |
|
unsubscribe_link | This is the system generated unsubscribe link. |
|
manage_preferences_link |
| |
optin_link |
| |
view_email_in_browser_link | This is the system generated link to view a copy of the message in a browser. |
|
images_path |
| |
message_uid | This is the unique ID for the specific copy of a message being sent to a user. |
|
nudgespot_message_id | This is the same as message_uid. |
|
campaign (object) | This is an object containing relevant campaign-level information. The available properties are listed below and can be populated using object notation. |
|